Thu, 24 Mar 2005 14:33:05 +0000(svn r2043) -Fix: committed too many files in the last commit
truelight [Thu, 24 Mar 2005 14:33:05 +0000] rev 1539
(svn r2043) -Fix: committed too many files in the last commit

Thu, 24 Mar 2005 14:31:27 +0000(svn r2042) -Fix: forgot to remove a printf ;)
truelight [Thu, 24 Mar 2005 14:31:27 +0000] rev 1538
(svn r2042) -Fix: forgot to remove a printf ;)

Thu, 24 Mar 2005 13:59:44 +0000(svn r2041) -Fix: not all vehicles did get a day_proc call (because of rounding errors)
truelight [Thu, 24 Mar 2005 13:59:44 +0000] rev 1537
(svn r2041) -Fix: not all vehicles did get a day_proc call (because of rounding errors)

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