Mon, 03 Apr 2006 18:31:01 +0000(svn r4267) - Fix (r4241): also validate the error number that a client receives from a server, and encapsulate this functionality into GetNetworkErrorMsg().
Darkvater [Mon, 03 Apr 2006 18:31:01 +0000] rev 3437
(svn r4267) - Fix (r4241): also validate the error number that a client receives from a server, and encapsulate this functionality into GetNetworkErrorMsg().

Mon, 03 Apr 2006 18:12:42 +0000(svn r4266) - Fix: compile warning on VS2005 (not all control paths return a value)
Darkvater [Mon, 03 Apr 2006 18:12:42 +0000] rev 3436
(svn r4266) - Fix: compile warning on VS2005 (not all control paths return a value)

Mon, 03 Apr 2006 18:11:42 +0000(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration)
Darkvater [Mon, 03 Apr 2006 18:11:42 +0000] rev 3435
(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration)

Mon, 03 Apr 2006 15:18:12 +0000(svn r4263) -Codechange: Road building no longer uses FindLandscapeHeight. Last occurence of FindLandscapeTile in the tile-specific functions gone. Thanks to Tron for doing lots of work in this direction
celestar [Mon, 03 Apr 2006 15:18:12 +0000] rev 3434
(svn r4263) -Codechange: Road building no longer uses FindLandscapeHeight. Last occurence of FindLandscapeTile in the tile-specific functions gone. Thanks to Tron for doing lots of work in this direction

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.