Fri, 15 Feb 2008 11:02:50 +0000(svn r12143) -Fix (r8038): Engine::preview_player does not contain a Player ID. Rename this to preview_player_rank and change back to a uint8 to avoid confusion.
peter1138 [Fri, 15 Feb 2008 11:02:50 +0000] rev 8565
(svn r12143) -Fix (r8038): Engine::preview_player does not contain a Player ID. Rename this to preview_player_rank and change back to a uint8 to avoid confusion.

Fri, 15 Feb 2008 10:52:10 +0000(svn r12142) -Fix [FS#1766]: Callback 0x3D always gets a cargobit in var 0x18, independent of grf version.
frosch [Fri, 15 Feb 2008 10:52:10 +0000] rev 8564
(svn r12142) -Fix [FS#1766]: Callback 0x3D always gets a cargobit in var 0x18, independent of grf version.

Thu, 14 Feb 2008 15:59:16 +0000(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
frosch [Thu, 14 Feb 2008 15:59:16 +0000] rev 8563
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.

Thu, 14 Feb 2008 15:13:36 +0000(svn r12140) -Codechange: A bit of code style fixes(Geektoo).
belugas [Thu, 14 Feb 2008 15:13:36 +0000] rev 8562
(svn r12140) -Codechange: A bit of code style fixes(Geektoo).

Thu, 14 Feb 2008 11:58:36 +0000(svn r12139) -Fix (r12124): The global variable value should be returned, not the variable.
peter1138 [Thu, 14 Feb 2008 11:58:36 +0000] rev 8561
(svn r12139) -Fix (r12124): The global variable value should be returned, not the variable.

Thu, 14 Feb 2008 10:19:16 +0000(svn r12138) -Fix: do not allow adding tram to rail-road crossing when there is a vehicle on it
smatz [Thu, 14 Feb 2008 10:19:16 +0000] rev 8560
(svn r12138) -Fix: do not allow adding tram to rail-road crossing when there is a vehicle on it

Thu, 14 Feb 2008 07:25:24 +0000(svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown.
peter1138 [Thu, 14 Feb 2008 07:25:24 +0000] rev 8559
(svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown.

Thu, 14 Feb 2008 03:10:22 +0000(svn r12136) -Fix(r12135): Code style compliance and... code style as such
belugas [Thu, 14 Feb 2008 03:10:22 +0000] rev 8558
(svn r12136) -Fix(r12135): Code style compliance and... code style as such

Thu, 14 Feb 2008 02:57:38 +0000(svn r12135) -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly.
belugas [Thu, 14 Feb 2008 02:57:38 +0000] rev 8557
(svn r12135) -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly.
-Codechange: prepare the "type" of bridge parameter only once, at the beginning of the selection process. Makes less magic around.

Wed, 13 Feb 2008 19:24:40 +0000(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
smatz [Wed, 13 Feb 2008 19:24:40 +0000] rev 8556
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
-Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window