Fri, 15 Feb 2008 21:05:46 +0000(svn r12150) -Fix (r12143): compiler warnings - possible use of uninitialised variable
smatz [Fri, 15 Feb 2008 21:05:46 +0000] rev 9068
(svn r12150) -Fix (r12143): compiler warnings - possible use of uninitialised variable

Fri, 15 Feb 2008 18:40:42 +0000(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
frosch [Fri, 15 Feb 2008 18:40:42 +0000] rev 9067
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID

Fri, 15 Feb 2008 18:34:26 +0000(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
frosch [Fri, 15 Feb 2008 18:34:26 +0000] rev 9066
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID

Fri, 15 Feb 2008 18:21:04 +0000(svn r12147) -Codechange: Use macros to build DrawTileSprites-tables in station_land and unmovable_land.
frosch [Fri, 15 Feb 2008 18:21:04 +0000] rev 9065
(svn r12147) -Codechange: Use macros to build DrawTileSprites-tables in station_land and unmovable_land.

Fri, 15 Feb 2008 18:00:30 +0000(svn r12146) -Codechange: Use macros to build DrawTileSeqStruct-tables in station_land and unmovable_land.
frosch [Fri, 15 Feb 2008 18:00:30 +0000] rev 9064
(svn r12146) -Codechange: Use macros to build DrawTileSeqStruct-tables in station_land and unmovable_land.

Fri, 15 Feb 2008 17:38:18 +0000(svn r12145) -Codechange: includes should be at the top of the source file
belugas [Fri, 15 Feb 2008 17:38:18 +0000] rev 9063
(svn r12145) -Codechange: includes should be at the top of the source file
-Codechange: undefine a defined macro once work is finished, just in case

Fri, 15 Feb 2008 13:28:13 +0000(svn r12144) -Codechange: Adjust aircraft slowing algorithm so that very fast
peter1138 [Fri, 15 Feb 2008 13:28:13 +0000] rev 9062
(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.

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 9061
(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 9060
(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 9059
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.