glx [Fri, 15 Feb 2008 23:57:03 +0000] rev 8573
(svn r12154) -Codechange: removed a magic number
smatz [Fri, 15 Feb 2008 21:05:46 +0000] rev 8572
(svn r12150) -Fix (r12143): compiler warnings - possible use of uninitialised variable
frosch [Fri, 15 Feb 2008 18:40:42 +0000] rev 8571
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
frosch [Fri, 15 Feb 2008 18:34:26 +0000] rev 8570
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
frosch [Fri, 15 Feb 2008 18:21:04 +0000] rev 8569
(svn r12147) -Codechange: Use macros to build DrawTileSprites-tables in station_land and unmovable_land.
frosch [Fri, 15 Feb 2008 18:00:30 +0000] rev 8568
(svn r12146) -Codechange: Use macros to build DrawTileSeqStruct-tables in station_land and unmovable_land.
belugas [Fri, 15 Feb 2008 17:38:18 +0000] rev 8567
(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
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.