Sat, 11 Feb 2006 09:17:16 +0000(svn r3587) - NewGRF: Rename Callback IDs to include their "class"
peter1138 [Sat, 11 Feb 2006 09:17:16 +0000] rev 3007
(svn r3587) - NewGRF: Rename Callback IDs to include their "class"

Sat, 11 Feb 2006 07:34:05 +0000(svn r3586) - NewGRF: Load callback masks for all vehicle types.
peter1138 [Sat, 11 Feb 2006 07:34:05 +0000] rev 3006
(svn r3586) - NewGRF: Load callback masks for all vehicle types.

Fri, 10 Feb 2006 06:33:56 +0000(svn r3585) Similar changes to the order handlers of the other vehicle types like r3584
tron [Fri, 10 Feb 2006 06:33:56 +0000] rev 3005
(svn r3585) Similar changes to the order handlers of the other vehicle types like r3584

Fri, 10 Feb 2006 06:03:51 +0000(svn r3584) Replace the rather obscure control flow for handling road vehicle orders by something remotly comprehensible
tron [Fri, 10 Feb 2006 06:03:51 +0000] rev 3004
(svn r3584) Replace the rather obscure control flow for handling road vehicle orders by something remotly comprehensible

Thu, 09 Feb 2006 07:34:37 +0000(svn r3583) Fix 2 glitches in r3556
tron [Thu, 09 Feb 2006 07:34:37 +0000] rev 3003
(svn r3583) Fix 2 glitches in r3556

Thu, 09 Feb 2006 06:33:37 +0000(svn r3582) Restructure MoveGoodsToStation() to avoid double bookkeeping of StationIDs and station pointers
tron [Thu, 09 Feb 2006 06:33:37 +0000] rev 3002
(svn r3582) Restructure MoveGoodsToStation() to avoid double bookkeeping of StationIDs and station pointers

Thu, 09 Feb 2006 06:24:53 +0000(svn r3581) Just noticed the indentation was totally off, fix it
tron [Thu, 09 Feb 2006 06:24:53 +0000] rev 3001
(svn r3581) Just noticed the indentation was totally off, fix it

Thu, 09 Feb 2006 06:15:12 +0000(svn r3580) Some small cleanups before the real change, especially reduce the indentation by one by using continue
tron [Thu, 09 Feb 2006 06:15:12 +0000] rev 3000
(svn r3580) Some small cleanups before the real change, especially reduce the indentation by one by using continue

Wed, 08 Feb 2006 19:06:46 +0000(svn r3579) v->u.rail.first_engine holds an engine type, not a vehicle index, so use INVALID_ENGINE.
peter1138 [Wed, 08 Feb 2006 19:06:46 +0000] rev 2999
(svn r3579) v->u.rail.first_engine holds an engine type, not a vehicle index, so use INVALID_ENGINE.

Wed, 08 Feb 2006 08:18:29 +0000(svn r3576) - Allow unused wagons have their ->first set. This fixes the faulty cache warning message, and noticably speeds up depot operations in large games.
peter1138 [Wed, 08 Feb 2006 08:18:29 +0000] rev 2998
(svn r3576) - Allow unused wagons have their ->first set. This fixes the faulty cache warning message, and noticably speeds up depot operations in large games.