Wed, 20 Feb 2008 19:37:46 +0000(svn r12203) -Fix (r12199): Make trains pay attention to signals again.
frosch [Wed, 20 Feb 2008 19:37:46 +0000] rev 9116
(svn r12203) -Fix (r12199): Make trains pay attention to signals again.

Wed, 20 Feb 2008 19:37:02 +0000(svn r12202) -Fix: When loading a savegame fails, don't start creating a new game, just go straight back to the intro screen.
peter1138 [Wed, 20 Feb 2008 19:37:02 +0000] rev 9115
(svn r12202) -Fix: When loading a savegame fails, don't start creating a new game, just go straight back to the intro screen.

Wed, 20 Feb 2008 19:34:53 +0000(svn r12201) -Fix (r12060): compilation warnings - uninitialized variable when compiling with assert disabled
smatz [Wed, 20 Feb 2008 19:34:53 +0000] rev 9114
(svn r12201) -Fix (r12060): compilation warnings - uninitialized variable when compiling with assert disabled

Wed, 20 Feb 2008 17:56:36 +0000(svn r12200) -Fix: force AI to build rail or road instead of bridges if possible, so it doesn't build bridges everywhere
smatz [Wed, 20 Feb 2008 17:56:36 +0000] rev 9113
(svn r12200) -Fix: force AI to build rail or road instead of bridges if possible, so it doesn't build bridges everywhere

Wed, 20 Feb 2008 17:49:50 +0000(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
frosch [Wed, 20 Feb 2008 17:49:50 +0000] rev 9112
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().

Wed, 20 Feb 2008 17:12:08 +0000(svn r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent.
peter1138 [Wed, 20 Feb 2008 17:12:08 +0000] rev 9111
(svn r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent.

Wed, 20 Feb 2008 17:06:58 +0000(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
smatz [Wed, 20 Feb 2008 17:06:58 +0000] rev 9110
(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
-Codechange: use GetDisplayProfitThisYear() to convert vehicle profit to readable form

Wed, 20 Feb 2008 16:24:56 +0000(svn r12195) -Fix [FS#1787](r12100): there can be oil rigs at map borders, do not set water class for them
smatz [Wed, 20 Feb 2008 16:24:56 +0000] rev 9109
(svn r12195) -Fix [FS#1787](r12100): there can be oil rigs at map borders, do not set water class for them

Wed, 20 Feb 2008 15:18:35 +0000(svn r12194) -Codechange: apply coding style on enum TrainSubtype
smatz [Wed, 20 Feb 2008 15:18:35 +0000] rev 9108
(svn r12194) -Codechange: apply coding style on enum TrainSubtype

Wed, 20 Feb 2008 15:13:42 +0000(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.
frosch [Wed, 20 Feb 2008 15:13:42 +0000] rev 9107
(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.