celestar [Mon, 03 Apr 2006 13:02:33 +0000] rev 3429
(svn r4257) -Codechange: Renamed the airport_map5_tiles_* variables into airport_sections_*
peter1138 [Mon, 03 Apr 2006 12:41:31 +0000] rev 3428
(svn r4256) - Codechange: Replace lone map access in vehicle.c with its map accessor.
celestar [Mon, 03 Apr 2006 12:20:55 +0000] rev 3427
(svn r4255) -Codechange: Add and make use of more accessor functions concerning unmovables. unmovable_cmd is now map access free
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()