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.
tron [Sun, 02 Apr 2006 07:30:01 +0000] rev 3416
(svn r4231) Remove ModifyTile(), it's not used anymore, yay!
tron [Sun, 02 Apr 2006 07:05:35 +0000] rev 3415
(svn r4230) The road is asked for, not the rail. Undo part of r4164. (Pointed out by peter1138)
peter1138 [Sat, 01 Apr 2006 15:19:16 +0000] rev 3414
(svn r4229) [elrail & autoreplace] Always show compatible rail vehicles in the left list, and only the selected rail type in the right list, to
allow converting electric engines to non-electric.