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.
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)
peter1138 [Sun, 04 Jun 2006 17:38:48 +0000] rev 3954
(svn r5103) - Add cargo subtype parameter to refit commands (mart3p)
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
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
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
tron [Sun, 04 Jun 2006 13:03:48 +0000] rev 3950
(svn r5096) Avoid unnecessary copying of _cmd_text
KUDr [Sun, 04 Jun 2006 09:31:20 +0000] rev 3949
(svn r5095) -CodeChange: {} added around returns
tron [Sun, 04 Jun 2006 09:28:33 +0000] rev 3948
(svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_id is enough.
KUDr [Sun, 04 Jun 2006 09:13:59 +0000] rev 3947
(svn r5093) -CodeChange: [YAPF] min. debug level changed from 1 to 3 and 4 for frequent debug messages (performance stats)