Sat, 12 Nov 2005 00:29:13 +0000(svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/
peter1138 [Sat, 12 Nov 2005 00:29:13 +0000] rev 2626
(svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/

Sat, 12 Nov 2005 00:19:34 +0000(svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138 [Sat, 12 Nov 2005 00:19:34 +0000] rev 2625
(svn r3167) - NewGRF: Start moving custom station code to separate files.
Rewrite handling of station classes.
Allow for more than 8 station tile layouts.
Start of code to unload custom stations.

Fri, 11 Nov 2005 20:34:16 +0000(svn r3166) Constify read-only accesses of custom stations
peter1138 [Fri, 11 Nov 2005 20:34:16 +0000] rev 2624
(svn r3166) Constify read-only accesses of custom stations

Thu, 10 Nov 2005 17:21:05 +0000(svn r3163) Include header for toupper()
tron [Thu, 10 Nov 2005 17:21:05 +0000] rev 2623
(svn r3163) Include header for toupper()

Thu, 10 Nov 2005 15:23:55 +0000(svn r3162) -Fix: renamed 'Message' to 'WindowMessage', a struct named 'Message' already
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

Wed, 09 Nov 2005 11:32:15 +0000(svn r3159) Remove the read-only variable _no_button_sound
tron [Wed, 09 Nov 2005 11:32:15 +0000] rev 2621
(svn r3159) Remove the read-only variable _no_button_sound

Wed, 09 Nov 2005 09:16:08 +0000(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 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)

Wed, 09 Nov 2005 07:25:55 +0000(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.
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.

Tue, 08 Nov 2005 23:18:09 +0000(svn r3156) -Fix: removed some cases where autoreplace windows were redrawn when nothing was changed
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

Mon, 07 Nov 2005 23:20:47 +0000(svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too long trains
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