Sat, 16 Feb 2008 16:40:47 +0000(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore
smatz [Sat, 16 Feb 2008 16:40:47 +0000] rev 9075
(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore

Sat, 16 Feb 2008 03:12:57 +0000(svn r12159) -Codechange: Enumify some widget magical numbers
belugas [Sat, 16 Feb 2008 03:12:57 +0000] rev 9074
(svn r12159) -Codechange: Enumify some widget magical numbers
-Cleanup: apply a bit of code style. Mostly re-indenting switch cases

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 9073
(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 9072
(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 9071
(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 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