peter1138 [Sat, 11 Feb 2006 10:45:20 +0000] rev 3009
(svn r3589) - Rename u.road.unk2 to u.road.blocked_ctr
peter1138 [Sat, 11 Feb 2006 09:24:51 +0000] rev 3008
(svn r3588) - Refit: Use only one global to return the refit capacity rather than one per vehicle type.
peter1138 [Sat, 11 Feb 2006 09:17:16 +0000] rev 3007
(svn r3587) - NewGRF: Rename Callback IDs to include their "class"
peter1138 [Sat, 11 Feb 2006 07:34:05 +0000] rev 3006
(svn r3586) - NewGRF: Load callback masks for all vehicle types.
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
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
tron [Thu, 09 Feb 2006 07:34:37 +0000] rev 3003
(svn r3583) Fix 2 glitches in r3556
tron [Thu, 09 Feb 2006 06:33:37 +0000] rev 3002
(svn r3582) Restructure MoveGoodsToStation() to avoid double bookkeeping of StationIDs and station pointers
tron [Thu, 09 Feb 2006 06:24:53 +0000] rev 3001
(svn r3581) Just noticed the indentation was totally off, fix it
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