peter1138 [Mon, 13 Feb 2006 22:13:02 +0000] rev 3022
(svn r3602) - Move _railveh_score data to _rail_vehicle_info->ai_rank and remove global variable to return data as we can now access this directly.
truelight [Mon, 13 Feb 2006 22:11:03 +0000] rev 3021
(svn r3601) -Codechange: special for Tron, and he was absolutely correct in thisone: added a comment for last commit
truelight [Mon, 13 Feb 2006 22:06:02 +0000] rev 3020
(svn r3600) -Fix: suppress error on 64bit targets
truelight [Mon, 13 Feb 2006 21:56:49 +0000] rev 3019
(svn r3599) -Fix: added some casts to suppress some more warnings
truelight [Mon, 13 Feb 2006 21:47:02 +0000] rev 3018
(svn r3598) -Fix: suppress invalid warning by assigning value to variable
tron [Mon, 13 Feb 2006 21:15:00 +0000] rev 3017
(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, add consts, reduce indentation level by short-circuit logic, convert if cascades to switch, whitespace, bracing, plus some minor stuff
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