Sat, 12 Nov 2005 08:51:46 +0000(svn r3169) Little bit of coding style fixing, and change from value to lengthof()
peter1138 [Sat, 12 Nov 2005 08:51:46 +0000] rev 2627
(svn r3169) Little bit of coding style fixing, and change from value to lengthof()

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