celestar [Mon, 03 Apr 2006 11:46:28 +0000] rev 3426
(svn r4254) -Codechange: Add and make use of map accessors for town lifts.
celestar [Mon, 03 Apr 2006 10:50:54 +0000] rev 3425
(svn r4252) -Codechange: Make more use of map accessors. water_cmd is now map access free
celestar [Mon, 03 Apr 2006 10:31:02 +0000] rev 3424
(svn r4251) -Fix: Silence a warning in GetWaterTileType
celestar [Mon, 03 Apr 2006 10:28:16 +0000] rev 3423
(svn r4250) -Codechange: Further use of map accessors for water tiles
celestar [Mon, 03 Apr 2006 09:07:21 +0000] rev 3422
(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 by TILE_HEIGHT. Reverted one change from the previous commit because it was faulty
celestar [Mon, 03 Apr 2006 05:32:11 +0000] rev 3421
(svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE
tron [Sun, 02 Apr 2006 18:03:48 +0000] rev 3420
(svn r4245) Simplify FindLengthOfTunnel()
tron [Sun, 02 Apr 2006 14:36:51 +0000] rev 3419
(svn r4243) Unbreak compilation
tron [Sun, 02 Apr 2006 12:49:18 +0000] rev 3418
(svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfo
peter1138 [Sun, 02 Apr 2006 12:41:01 +0000] rev 3417
(svn r4241) - Fix: Perform validation on the error number that a server receives from a client. An invalid value may cause the server to terminate.