peter1138 [Fri, 15 Feb 2008 13:28:13 +0000] rev 8566
(svn r12144) -Codechange: Adjust aircraft slowing algorithm so that very fast
aircraft slow down more rapidly than slower aircraft. This prevents them
from reaching the end of the runway at high speed, and also stops slow
aircraft from slowing down too much at the start of the runway.
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.
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.
frosch [Thu, 14 Feb 2008 15:59:16 +0000] rev 8563
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
belugas [Thu, 14 Feb 2008 15:13:36 +0000] rev 8562
(svn r12140) -Codechange: A bit of code style fixes(Geektoo).
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.
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
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.
belugas [Thu, 14 Feb 2008 03:10:22 +0000] rev 8558
(svn r12136) -Fix(r12135): Code style compliance and... code style as such
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.