Mon, 05 Jun 2006 10:23:18 +0000(svn r5118) Add IsRoadVehInDepot{Stopped,}()
tron [Mon, 05 Jun 2006 10:23:18 +0000] rev 3959
(svn r5118) Add IsRoadVehInDepot{Stopped,}()

Mon, 05 Jun 2006 09:54:58 +0000(svn r5117) Remove a redundant check: If a road vehicle is in the state 'in depot', don't test if it's a road depot
tron [Mon, 05 Jun 2006 09:54:58 +0000] rev 3958
(svn r5117) Remove a redundant check: If a road vehicle is in the state 'in depot', don't test if it's a road depot

Mon, 05 Jun 2006 08:34:39 +0000(svn r5116) Move the overly generic GetDepotDirection() from a header to its only consumer
tron [Mon, 05 Jun 2006 08:34:39 +0000] rev 3957
(svn r5116) Move the overly generic GetDepotDirection() from a header to its only consumer

Sun, 04 Jun 2006 18:22:32 +0000(svn r5105) - NewGRF: Move callbackmask from *VehicleInfo to EngineInfo. This simplifies code that works with more than one vehicle type.
peter1138 [Sun, 04 Jun 2006 18:22:32 +0000] rev 3956
(svn r5105) - NewGRF: Move callbackmask from *VehicleInfo to EngineInfo. This simplifies code that works with more than one vehicle type.

Sun, 04 Jun 2006 17:49:16 +0000(svn r5104) - When refitting a vehicle to its existing cargo type, don't lose the cargo onboard (useful when adding wagons to a train)
peter1138 [Sun, 04 Jun 2006 17:49:16 +0000] rev 3955
(svn r5104) - When refitting a vehicle to its existing cargo type, don't lose the cargo onboard (useful when adding wagons to a train)

Sun, 04 Jun 2006 17:38:48 +0000(svn r5103) - Add cargo subtype parameter to refit commands (mart3p)
peter1138 [Sun, 04 Jun 2006 17:38:48 +0000] rev 3954
(svn r5103) - Add cargo subtype parameter to refit commands (mart3p)

Sun, 04 Jun 2006 16:04:15 +0000(svn r5101) Add a function to convert an axis and a flag for north/south into a DiagDirection. Use it for bridge ramps and ship depots
tron [Sun, 04 Jun 2006 16:04:15 +0000] rev 3953
(svn r5101) Add a function to convert an axis and a flag for north/south into a DiagDirection. Use it for bridge ramps and ship depots

Sun, 04 Jun 2006 13:39:38 +0000(svn r5098) Do some manual CSE and replace a few magic numbers to improve the readability of the trolly AI
tron [Sun, 04 Jun 2006 13:39:38 +0000] rev 3952
(svn r5098) Do some manual CSE and replace a few magic numbers to improve the readability of the trolly AI

Sun, 04 Jun 2006 13:22:18 +0000(svn r5097) -Fix: The trolly AI used information from the wrong industry when calculating the amount of to be transported goods
tron [Sun, 04 Jun 2006 13:22:18 +0000] rev 3951
(svn r5097) -Fix: The trolly AI used information from the wrong industry when calculating the amount of to be transported goods

Sun, 04 Jun 2006 13:03:48 +0000(svn r5096) Avoid unnecessary copying of _cmd_text
tron [Sun, 04 Jun 2006 13:03:48 +0000] rev 3950
(svn r5096) Avoid unnecessary copying of _cmd_text