Tue, 15 Jan 2008 20:44:31 +0000(svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case. 0.6.0-beta3
rubidium [Tue, 15 Jan 2008 20:44:31 +0000] rev 8800
(svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case.

Tue, 15 Jan 2008 18:51:46 +0000(svn r11867) -Fix: do not reset changes to persistent storages during world generation.
rubidium [Tue, 15 Jan 2008 18:51:46 +0000] rev 8799
(svn r11867) -Fix: do not reset changes to persistent storages during world generation.
-Fix: store changes to persistent storages after performing all the game logic instead of resetting them.

Tue, 15 Jan 2008 18:44:22 +0000(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.
rubidium [Tue, 15 Jan 2008 18:44:22 +0000] rev 8798
(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.

Tue, 15 Jan 2008 16:30:08 +0000(svn r11865) -Feature(tte): Support scrolling of drop down lists when in drag mode by moving the pointer above or below the list.
peter1138 [Tue, 15 Jan 2008 16:30:08 +0000] rev 8797
(svn r11865) -Feature(tte): Support scrolling of drop down lists when in drag mode by moving the pointer above or below the list.

Tue, 15 Jan 2008 15:00:01 +0000(svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later
smatz [Tue, 15 Jan 2008 15:00:01 +0000] rev 8796
(svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later

Tue, 15 Jan 2008 13:20:58 +0000(svn r11863) -Fix (r11848): One day I'll learn C++... Delete all items in a drop down list before deleting the list.
peter1138 [Tue, 15 Jan 2008 13:20:58 +0000] rev 8795
(svn r11863) -Fix (r11848): One day I'll learn C++... Delete all items in a drop down list before deleting the list.

Tue, 15 Jan 2008 13:19:49 +0000(svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too.
rubidium [Tue, 15 Jan 2008 13:19:49 +0000] rev 8794
(svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too.

Tue, 15 Jan 2008 11:45:29 +0000(svn r11861) -Fix: do not call rail specific functions when removing road tunnel/bridge
smatz [Tue, 15 Jan 2008 11:45:29 +0000] rev 8793
(svn r11861) -Fix: do not call rail specific functions when removing road tunnel/bridge

Tue, 15 Jan 2008 11:43:06 +0000(svn r11860) -Fix: Test station class validity against number of classes, not abosolute limit.
peter1138 [Tue, 15 Jan 2008 11:43:06 +0000] rev 8792
(svn r11860) -Fix: Test station class validity against number of classes, not abosolute limit.

Tue, 15 Jan 2008 10:36:51 +0000(svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list.
peter1138 [Tue, 15 Jan 2008 10:36:51 +0000] rev 8791
(svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list.