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 8616
(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 8615
(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 8614
(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 8613
(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 8612
(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 8611
(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.

Wed, 20 Feb 2008 14:30:53 +0000(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
smatz [Wed, 20 Feb 2008 14:30:53 +0000] rev 8610
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value

Wed, 20 Feb 2008 14:07:45 +0000(svn r12191) -Fix: Do not start overtaking if the RV reaches wrong-way one-way-road in the next tiles.
frosch [Wed, 20 Feb 2008 14:07:45 +0000] rev 8609
(svn r12191) -Fix: Do not start overtaking if the RV reaches wrong-way one-way-road in the next tiles.

Wed, 20 Feb 2008 12:31:28 +0000(svn r12190) -Fix [FS#1786](r8080): YAPF always shows 0ms PF time in debug for debug level 2 (patch by IguannaB)
smatz [Wed, 20 Feb 2008 12:31:28 +0000] rev 8608
(svn r12190) -Fix [FS#1786](r8080): YAPF always shows 0ms PF time in debug for debug level 2 (patch by IguannaB)

Wed, 20 Feb 2008 12:07:22 +0000(svn r12189) -Codechange: mark some functions in train_cmd.cpp inline (called once or very short)
smatz [Wed, 20 Feb 2008 12:07:22 +0000] rev 8607
(svn r12189) -Codechange: mark some functions in train_cmd.cpp inline (called once or very short)