Mon, 05 Jun 2006 11:28:00 +0000(svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks
tron [Mon, 05 Jun 2006 11:28:00 +0000] rev 3961
(svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks

Mon, 05 Jun 2006 10:26:38 +0000(svn r5119) -Fix: If a road vehicle is on a road depot tile and stopped doesn't mean it's in the depot. Use the proper test for this
tron [Mon, 05 Jun 2006 10:26:38 +0000] rev 3960
(svn r5119) -Fix: If a road vehicle is on a road depot tile and stopped doesn't mean it's in the depot. Use the proper test for this

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