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)
tron [Sun, 04 Jun 2006 09:10:24 +0000] rev 3946
(svn r5092) -Fix: There was a gross race condition in the AI code which made it pretty random if the AI could give a new vehicle its orders
tron [Sun, 04 Jun 2006 09:04:40 +0000] rev 3945
(svn r5091) Remove duplicate code (same check twice)