Thu, 24 Mar 2005 17:03:37 +0000(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
truelight [Thu, 24 Mar 2005 17:03:37 +0000] rev 1542
(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
-Codechange: rewrote some functions while moving waypoint-stuff
-Add: added support for 64k waypoints
-Fix: made the waypoint struct a bit more logic (no bit-fucking)

Thu, 24 Mar 2005 15:15:06 +0000(svn r2045) -Fix: hopefully fixed the desync problem. Please all test this revision!!
truelight [Thu, 24 Mar 2005 15:15:06 +0000] rev 1541
(svn r2045) -Fix: hopefully fixed the desync problem. Please all test this revision!!
(with tnx to Celestar, Hackykid, dp-_ and Tron)

Thu, 24 Mar 2005 14:43:40 +0000(svn r2044) -Fix: fix that TriggerVehicle is called from the wrong user
truelight [Thu, 24 Mar 2005 14:43:40 +0000] rev 1540
(svn r2044) -Fix: fix that TriggerVehicle is called from the wrong user

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.