Darkvater [Sat, 28 Jan 2006 11:10:52 +0000] rev 2904
(svn r3459) - CodeChange: add help-output to strgen and also verbose variants of the switches
truelight [Sat, 28 Jan 2006 11:09:16 +0000] rev 2903
(svn r3458) -Fix: forgot one instance in last commit
truelight [Sat, 28 Jan 2006 11:08:07 +0000] rev 2902
(svn r3457) -Fix: killed some warnings about strict-alias in an ugly way (but it works ;))
matthijs [Sat, 28 Jan 2006 10:16:15 +0000] rev 2901
(svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory.
matthijs [Sat, 28 Jan 2006 09:45:25 +0000] rev 2900
(svn r3455) * Assert against modifying the outer border of a map into anything but MP_VOID. This might detect a bug that has been there for quite some time, if it hasn't been fixed already.
Darkvater [Sat, 28 Jan 2006 01:33:57 +0000] rev 2899
(svn r3454) - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer.
Darkvater [Fri, 27 Jan 2006 17:06:29 +0000] rev 2898
(svn r3453) - CodeChange: Also show the landinfo debug information when building in release mode; however it is shown at debug level 1.
Darkvater [Fri, 27 Jan 2006 14:55:43 +0000] rev 2897
(svn r3451) - Fix documentation; PBS bits were missing for bridge
Darkvater [Fri, 27 Jan 2006 09:45:44 +0000] rev 2896
(svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research
peter1138 [Fri, 27 Jan 2006 07:13:58 +0000] rev 2895
(svn r3449) - NewGRF Fix: When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf)