bjarni [Sun, 12 Feb 2006 14:31:33 +0000] rev 3016
(svn r3596) -Codechange: [OSX] changed to use Apple's macros instead of OTTD macros for endian conversion
This increases the execution speed a lot since GCC can't detect the OTTD macro as an endian conversion
while Apple's code uses the instruction to convert endian instead of a series of instructions to produce the same result
Since we don't have that many endian conversions in the game, overall performance should not increase noteworthy
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
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.
peter1138 [Sat, 11 Feb 2006 21:41:49 +0000] rev 3013
(svn r3593) Fix typo in r3591
tron [Sat, 11 Feb 2006 15:05:56 +0000] rev 3012
(svn r3592) Miscellaneous smaller changes, most notably replacing sizeof(type) by sizeof(*variable)
Darkvater [Sat, 11 Feb 2006 14:10:28 +0000] rev 3011
(svn r3591) - Fix: validate the setting of max_companies/spectators through the console.
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
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"