truelight [Thu, 10 Nov 2005 15:23:55 +0000] rev 2622
(svn r3162) -Fix: renamed 'Message' to 'WindowMessage', a struct named 'Message' already
exists on MorphOS
tron [Wed, 09 Nov 2005 11:32:15 +0000] rev 2621
(svn r3159) Remove the read-only variable _no_button_sound
peter1138 [Wed, 09 Nov 2005 09:16:08 +0000] rev 2620
(svn r3158) - PBS: [ 1252192 ] Fix an assertion failure due to possible junk data in pre-PBS savegames. This will not correct pre-PBS savegames loaded and saved since PBS was introduced. (thanks glx)
peter1138 [Wed, 09 Nov 2005 07:25:55 +0000] rev 2619
(svn r3157) - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars. If enabled, the terraform toolbar will open and close with those toolbars.
bjarni [Tue, 08 Nov 2005 23:18:09 +0000] rev 2618
(svn r3156) -Fix: removed some cases where autoreplace windows were redrawn when nothing was changed
due to the FOR_ALL_VEHICLES(), redrawing those windows are slow
bjarni [Mon, 07 Nov 2005 23:20:47 +0000] rev 2617
(svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too long trains
-Trains will now remember the length of stations it visits and sell cars
when being autoreplaced if they became too long
-If it needs to remove cars, then it starts from the front and sells
all it can find until the train is short enough
-This only works for trains, that knows the station length of the route
so a full uninterrupted run is needed
-a train needs 1-2 runs to detect if the shortest station is expanded
-This feature can be turned on and off in the train replace window
and each company can have it's own setting
-NOTE: minor savegame version bump
Darkvater [Mon, 07 Nov 2005 17:31:21 +0000] rev 2616
(svn r3154) - Fix: Last value of an array is lengthof-1; let's keep this at a typo, shall we :P
Darkvater [Mon, 07 Nov 2005 16:19:45 +0000] rev 2615
(svn r3153) - Feature: [ 1276827 ] Drag and drop rocky areas in scenario editor (MeusH-ish)
peter1138 [Mon, 07 Nov 2005 14:34:23 +0000] rev 2614
(svn r3152) - NewGRF: [ 1340189 ] Action 7/9 new value : is it TTDPatch or OpenTTD? (belugas)
Darkvater [Mon, 07 Nov 2005 13:30:43 +0000] rev 2613
(svn r3151) - Fix: showing the highscore might crash the game with an invalid string message in the case when a highscore file was used before certain strings were added.
- Codechange: protect _endgame_perf_titles from out-of-bounds access.