Sat, 16 Feb 2008 03:01:05 +0000(svn r12158) -Codechange: merge all the sprite recolouring mapping under a single function
belugas [Sat, 16 Feb 2008 03:01:05 +0000] rev 8577
(svn r12158) -Codechange: merge all the sprite recolouring mapping under a single function
-Fix: Handle the bridge recolouring mapping as the other features. Although not specified by the specs, it seems to be implicit.

Sat, 16 Feb 2008 02:37:31 +0000(svn r12157) -Codechange: Remove a structure definition and replace it with another one closely matching
belugas [Sat, 16 Feb 2008 02:37:31 +0000] rev 8576
(svn r12157) -Codechange: Remove a structure definition and replace it with another one closely matching
-Codechange: Replace two magic numbers with according sprite names

Sat, 16 Feb 2008 00:46:38 +0000(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
smatz [Sat, 16 Feb 2008 00:46:38 +0000] rev 8575
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now

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 8574
(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 8573
(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 8572
(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 8571
(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 8570
(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 8569
(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 8568
(svn r12146) -Codechange: Use macros to build DrawTileSeqStruct-tables in station_land and unmovable_land.