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.