------------------------------------------------------------------------ r9281 | rubidium | 2007-03-18 18:02:24 +0000 (Sun, 18 Mar 2007) | 2 lines -Fix [FS#687]: compile failure when compiling with 'home directories' enabled (stepancheg). ------------------------------------------------------------------------ r9277 | rubidium | 2007-03-18 15:32:42 +0000 (Sun, 18 Mar 2007) | 2 lines -Fix [FS#685]: shared orders got messed up when the 'first' trains got removed in the depot. ------------------------------------------------------------------------ r9275 | celestar | 2007-03-18 10:37:22 +0000 (Sun, 18 Mar 2007) | 2 lines -Fix(r8973, FS#686): Faulty display of aircraft maximum velocity in the news item for new vehicles ------------------------------------------------------------------------ r9271 | rubidium | 2007-03-17 22:21:05 +0000 (Sat, 17 Mar 2007) | 2 lines -Codechange: make the language pack initialisation a little more clear and extendable (more language paths). ------------------------------------------------------------------------ r9270 | truelight | 2007-03-17 21:46:24 +0000 (Sat, 17 Mar 2007) | 2 lines -Backport r9269: add .hpp files to Doxygen output ------------------------------------------------------------------------ r9267 | rubidium | 2007-03-17 14:15:21 +0000 (Sat, 17 Mar 2007) | 2 lines -Fix (r9266): some leftover includes and erronous call to ChangeWorkingDirectory (it was moved). ------------------------------------------------------------------------ r9266 | rubidium | 2007-03-17 11:36:04 +0000 (Sat, 17 Mar 2007) | 2 lines -Codechange: unify the retrieval of the base paths a little more. ------------------------------------------------------------------------ r9259 | peter1138 | 2007-03-16 21:42:11 +0000 (Fri, 16 Mar 2007) | 2 lines -Codechange: NUM_CARGO isn't a valid cargo type... ------------------------------------------------------------------------ r9257 | peter1138 | 2007-03-16 17:40:31 +0000 (Fri, 16 Mar 2007) | 2 lines -Codechange: Use cargo's town effect property for determining subsidy source/target type. ------------------------------------------------------------------------ r9251 | celestar | 2007-03-16 10:11:16 +0000 (Fri, 16 Mar 2007) | 2 lines -Fix(r6057, FS#644): Use a less CPU-intensive algorithm to find a random industry for the AI to prevent it slowing down the game. The AI now sucks a even a bit more than before (if that's even possible). ------------------------------------------------------------------------ r9243 | peter1138 | 2007-03-16 00:55:59 +0000 (Fri, 16 Mar 2007) | 2 lines -Fix (r9162,FS#683): One too many table rows caused cargo acceptance mixup. ------------------------------------------------------------------------ r9239 | rubidium | 2007-03-15 23:26:47 +0000 (Thu, 15 Mar 2007) | 2 lines -Fix [FS#682]: PowerMac G5 CPU is not detected (oVRoM). ------------------------------------------------------------------------ r9236 | peter1138 | 2007-03-15 22:48:46 +0000 (Thu, 15 Mar 2007) | 2 lines -Codechange: Add 'town effect' attribute to cargo types. This will be used to specify how the cargo behaves wrt towns, instead of relying on fixed cargo IDs. ------------------------------------------------------------------------ r9215 | belugas | 2007-03-15 17:42:32 +0000 (Thu, 15 Mar 2007) | 1 line -Documentation : correct Doxygen of comments ------------------------------------------------------------------------ r9205 | truelight | 2007-03-15 14:34:10 +0000 (Thu, 15 Mar 2007) | 2 lines -Fix: if you started openttd with '-g' you got the same map every run ------------------------------------------------------------------------ r9198 | truelight | 2007-03-15 13:17:54 +0000 (Thu, 15 Mar 2007) | 2 lines [Config] -Add: added 'make run-gdb' which starts gdb + OpenTTD + OPENTTD_ARGS for you ------------------------------------------------------------------------ r9190 | belugas | 2007-03-15 01:17:20 +0000 (Thu, 15 Mar 2007) | 1 line -Fix: Little typo in an enum. ------------------------------------------------------------------------ r9178 | maedhros | 2007-03-14 12:56:09 +0000 (Wed, 14 Mar 2007) | 1 line -Fix (r7573) [FS#679]: Don't allow building docks or buoys under bridges. ------------------------------------------------------------------------ r9162 | belugas | 2007-03-14 02:52:50 +0000 (Wed, 14 Mar 2007) | 2 lines -Codechange: Cleanup of industry_cmd (Step-8). Gather tile animation data into IndustryTileSpec array Added a few documentation on remaining animation arrays (mostly ToyLand ones) ------------------------------------------------------------------------ r9147 | peter1138 | 2007-03-13 21:31:09 +0000 (Tue, 13 Mar 2007) | 2 lines -Fix (r1770, r8161): when loadin games, enroute_from and enroute_from_xy were updated in the wrong place, causing issues with TTD savegames/scenarios. ------------------------------------------------------------------------ r9146 | KUDr | 2007-03-13 21:04:22 +0000 (Tue, 13 Mar 2007) | 1 line -Fix [NTP][FS#676](r6800): "Train is lost" message is generated incorrectly. Forgot to set the best bird distance to zero in case we found the destination to indicate success. (de_zeurkous) ------------------------------------------------------------------------ r9137 | truelight | 2007-03-13 12:05:41 +0000 (Tue, 13 Mar 2007) | 2 lines -Fix: if all news-setting buttons show 'full', make the ALL-button show 'full' too ------------------------------------------------------------------------ r9132 | miham | 2007-03-12 19:58:56 +0000 (Mon, 12 Mar 2007) | 1 line [Translations] -Fix: Removed empty strings added by last commit ------------------------------------------------------------------------ r9131 | rubidium | 2007-03-12 15:54:19 +0000 (Mon, 12 Mar 2007) | 2 lines -Codechange: move the OSX application bundle resource directories so they comply (better) to Apple's guidelines and to our naming 'scheme' for the lang and data directories. ------------------------------------------------------------------------ r9130 | rubidium | 2007-03-12 15:40:12 +0000 (Mon, 12 Mar 2007) | 2 lines -Codechange: move the fileio functions that do open a file into a Fio slot together. ------------------------------------------------------------------------ r9129 | rubidium | 2007-03-12 15:25:33 +0000 (Mon, 12 Mar 2007) | 2 lines -Codechange: unify parts of DeterminePaths. ------------------------------------------------------------------------ r9127 | peter1138 | 2007-03-11 22:29:37 +0000 (Sun, 11 Mar 2007) | 2 lines -Codechange: Check if a cargo is valid before displaying it in a station's cargo rating list. (And duff up the block a little) ------------------------------------------------------------------------ r9126 | bjarni | 2007-03-11 21:53:46 +0000 (Sun, 11 Mar 2007) | 4 lines -Feature: "Function of scrollwheel" can now be set to off as well Note: since this can be useful for all platforms, the GUI is no longer OSX specific. Note: scrolling lists is still unaffected by this setting ------------------------------------------------------------------------ r9125 | bjarni | 2007-03-11 21:39:20 +0000 (Sun, 11 Mar 2007) | 2 lines -Fix r9111: default scrollwheel setting is now zooming, not scrolling ------------------------------------------------------------------------