Sat, 16 Feb 2008 00:10:03 +0000(svn r12155) -Fix (r12154): some warnings (always compile before commit)
glx [Sat, 16 Feb 2008 00:10:03 +0000] rev 9070
(svn r12155) -Fix (r12154): some warnings (always compile before commit)

Fri, 15 Feb 2008 23:57:03 +0000(svn r12154) -Codechange: removed a magic number
glx [Fri, 15 Feb 2008 23:57:03 +0000] rev 9069
(svn r12154) -Codechange: removed a magic number

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.