Mon, 03 Apr 2006 15:11:17 +0000(svn r4262) -Codechange: use IsClearWaterTile instead of some "home-brewn" marco. town_cmd is now map access free
celestar [Mon, 03 Apr 2006 15:11:17 +0000] rev 3433
(svn r4262) -Codechange: use IsClearWaterTile instead of some "home-brewn" marco. town_cmd is now map access free

Mon, 03 Apr 2006 14:56:07 +0000(svn r4261) CodeChange : Add and Use Accessor for Houses Construction. And cleaning on town.flags12 too
belugas [Mon, 03 Apr 2006 14:56:07 +0000] rev 3432
(svn r4261) CodeChange : Add and Use Accessor for Houses Construction. And cleaning on town.flags12 too

Mon, 03 Apr 2006 14:25:32 +0000(svn r4259) -[multistop] Fix/Feature/Codechange:
celestar [Mon, 03 Apr 2006 14:25:32 +0000] rev 3431
(svn r4259) -[multistop] Fix/Feature/Codechange:
1) Improved the road vehicle allocation (aka slotting) for multistop. Stops can now accept unlimited, er... 256, vehicles.
2) Removed the "wait for stop" feature, because it did not work in practise.
3) Slotting now ignores unreachable stations. Uses NPF at the moment because the old pathfinder cannot do it (yet)
4) Now matter how many vehicles approach a station, they will always be distributed evenly over existing stops.
5) Hopefully the last fundamental change to multistop

Mon, 03 Apr 2006 13:35:19 +0000(svn r4258) -Codechange: Add and make use of map accessors dealing with road ground types (including roadworks).
celestar [Mon, 03 Apr 2006 13:35:19 +0000] rev 3430
(svn r4258) -Codechange: Add and make use of map accessors dealing with road ground types (including roadworks).

Mon, 03 Apr 2006 13:02:33 +0000(svn r4257) -Codechange: Renamed the airport_map5_tiles_* variables into airport_sections_*
celestar [Mon, 03 Apr 2006 13:02:33 +0000] rev 3429
(svn r4257) -Codechange: Renamed the airport_map5_tiles_* variables into airport_sections_*

Mon, 03 Apr 2006 12:41:31 +0000(svn r4256) - Codechange: Replace lone map access in vehicle.c with its map accessor.
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.

Mon, 03 Apr 2006 12:20:55 +0000(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 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

Mon, 03 Apr 2006 11:46:28 +0000(svn r4254) -Codechange: Add and make use of map accessors for town lifts.
celestar [Mon, 03 Apr 2006 11:46:28 +0000] rev 3426
(svn r4254) -Codechange: Add and make use of map accessors for town lifts.

Mon, 03 Apr 2006 10:50:54 +0000(svn r4252) -Codechange: Make more use of map accessors. water_cmd is now map access free
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

Mon, 03 Apr 2006 10:31:02 +0000(svn r4251) -Fix: Silence a warning in GetWaterTileType
celestar [Mon, 03 Apr 2006 10:31:02 +0000] rev 3424
(svn r4251) -Fix: Silence a warning in GetWaterTileType