Thu, 24 Mar 2005 07:48:04 +0000(svn r2040) Readd check that got accidently removed in r2022
tron [Thu, 24 Mar 2005 07:48:04 +0000] rev 1536
(svn r2040) Readd check that got accidently removed in r2022

Wed, 23 Mar 2005 21:57:10 +0000(svn r2039) IS_RAIL_DEPOT -> IsRailDepot, IS_RAIL_WAYPOINT -> IsRailWaypoint
tron [Wed, 23 Mar 2005 21:57:10 +0000] rev 1535
(svn r2039) IS_RAIL_DEPOT -> IsRailDepot, IS_RAIL_WAYPOINT -> IsRailWaypoint
remove now unused enums and remove a redundant condition in one if

Wed, 23 Mar 2005 20:02:28 +0000(svn r2038) -Fix: A player only received the money for one rail when clearing a tile with 2 rails and signals
tron [Wed, 23 Mar 2005 20:02:28 +0000] rev 1534
(svn r2038) -Fix: A player only received the money for one rail when clearing a tile with 2 rails and signals
While here rewrite parts of the function to (hopefully) increase clarity

Wed, 23 Mar 2005 11:54:20 +0000(svn r2037) uint -> TileIndex, remove pointless casts, const, misc.
tron [Wed, 23 Mar 2005 11:54:20 +0000] rev 1533
(svn r2037) uint -> TileIndex, remove pointless casts, const, misc.

Wed, 23 Mar 2005 11:12:17 +0000(svn r2036) Fix FindNearestHanger(), it never worked correctly because 0xFFFF != 65000 and a 16bit number has no 17th bit
tron [Wed, 23 Mar 2005 11:12:17 +0000] rev 1532
(svn r2036) Fix FindNearestHanger(), it never worked correctly because 0xFFFF != 65000 and a 16bit number has no 17th bit
While here also do some const gymnastics

Wed, 23 Mar 2005 08:24:13 +0000(svn r2035) - Remove unneeded realloc()
tron [Wed, 23 Mar 2005 08:24:13 +0000] rev 1531
(svn r2035) - Remove unneeded realloc()
- Use TileOffsByDir() instead of home brewed table

Sun, 20 Mar 2005 08:43:29 +0000(svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flags for depots by something more meaningful
celestar [Sun, 20 Mar 2005 08:43:29 +0000] rev 1530
(svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flags for depots by something more meaningful

Sun, 20 Mar 2005 00:32:26 +0000(svn r2033) - Fix: Fix some more desync by saving the town growth frequency iterator _cur_town_iter. Needed to bump a svg revision for that thanks to the braindead SlGlob thing, or at least I don't know how to do it without bumping it.
pasky [Sun, 20 Mar 2005 00:32:26 +0000] rev 1529
(svn r2033) - Fix: Fix some more desync by saving the town growth frequency iterator _cur_town_iter. Needed to bump a svg revision for that thanks to the braindead SlGlob thing, or at least I don't know how to do it without bumping it.

Sat, 19 Mar 2005 23:23:56 +0000(svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge)
Celestar [Sat, 19 Mar 2005 23:23:56 +0000] rev 1528
(svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge)

Sat, 19 Mar 2005 23:17:59 +0000(svn r2031) -Fix: Station #256 now gets cargo delivered as well
celestar [Sat, 19 Mar 2005 23:17:59 +0000] rev 1527
(svn r2031) -Fix: Station #256 now gets cargo delivered as well