Sun, 12 Feb 2006 10:44:52 +0000(svn r3595) Several small cleanups, the only notable are some additional symbolic names for a few ISO8859 characters
tron [Sun, 12 Feb 2006 10:44:52 +0000] rev 3015
(svn r3595) Several small cleanups, the only notable are some additional symbolic names for a few ISO8859 characters

Sun, 12 Feb 2006 10:35:51 +0000(svn r3594) - NewGRF: Add support for some vehicle specific properties and a give a debug message for unknown variables.
peter1138 [Sun, 12 Feb 2006 10:35:51 +0000] rev 3014
(svn r3594) - NewGRF: Add support for some vehicle specific properties and a give a debug message for unknown variables.

Sat, 11 Feb 2006 21:41:49 +0000(svn r3593) Fix typo in r3591
peter1138 [Sat, 11 Feb 2006 21:41:49 +0000] rev 3013
(svn r3593) Fix typo in r3591

Sat, 11 Feb 2006 15:05:56 +0000(svn r3592) Miscellaneous smaller changes, most notably replacing sizeof(type) by sizeof(*variable)
tron [Sat, 11 Feb 2006 15:05:56 +0000] rev 3012
(svn r3592) Miscellaneous smaller changes, most notably replacing sizeof(type) by sizeof(*variable)

Sat, 11 Feb 2006 14:10:28 +0000(svn r3591) - Fix: validate the setting of max_companies/spectators through the console.
Darkvater [Sat, 11 Feb 2006 14:10:28 +0000] rev 3011
(svn r3591) - Fix: validate the setting of max_companies/spectators through the console.

Sat, 11 Feb 2006 11:43:06 +0000(svn r3590) Fix a bug where sizeof(struct) was allocated instead of sizeof(pointer to struct). This was non-fatal, because more memory than necessary got allocated
tron [Sat, 11 Feb 2006 11:43:06 +0000] rev 3010
(svn r3590) Fix a bug where sizeof(struct) was allocated instead of sizeof(pointer to struct). This was non-fatal, because more memory than necessary got allocated

Sat, 11 Feb 2006 10:45:20 +0000(svn r3589) - Rename u.road.unk2 to u.road.blocked_ctr
peter1138 [Sat, 11 Feb 2006 10:45:20 +0000] rev 3009
(svn r3589) - Rename u.road.unk2 to u.road.blocked_ctr

Sat, 11 Feb 2006 09:24:51 +0000(svn r3588) - Refit: Use only one global to return the refit capacity rather than one per vehicle type.
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.

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