bjarni [Sat, 19 Jan 2008 22:47:07 +0000] rev 8858
(svn r11928) -Fix (r6393): [autoreplace] autoreplace could refit train engines to the wrong cargo type if the old engine had no cargo capacity and the new one had
Now autoreplace will always look at the wagons to figure out what to replace to (as originally intended)
peter1138 [Sat, 19 Jan 2008 18:24:20 +0000] rev 8857
(svn r11927) -Fix (r11926): unable to place canals in game
peter1138 [Sat, 19 Jan 2008 17:00:54 +0000] rev 8856
(svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else rivers are drawn as canals. Rivers can currently only be placed with-in the scenario editor.
rubidium [Sat, 19 Jan 2008 14:00:04 +0000] rev 8855
(svn r11925) -Fix (r122, r9867): loading old, pre savegame version 2, savegames.
peter1138 [Sat, 19 Jan 2008 11:08:06 +0000] rev 8854
(svn r11924) -Codechange: All dropdowns now use the dropdown widget, so compatibility code can be removed
glx [Fri, 18 Jan 2008 22:55:02 +0000] rev 8853
(svn r11923) -Cleanup: Remove strings removed from english.txt in r11919
smatz [Fri, 18 Jan 2008 21:44:20 +0000] rev 8852
(svn r11922) -Codechange: use MaybeBarCrossingWithSound() to bar crossing with sound
peter1138 [Fri, 18 Jan 2008 21:33:19 +0000] rev 8851
(svn r11921) -Cleanup: correct indenting and switch case line spacing.
glx [Fri, 18 Jan 2008 21:25:18 +0000] rev 8850
(svn r11920) -Fix (r11844): train count was incorrect in network lobby window (and 'players' command)
peter1138 [Fri, 18 Jan 2008 21:08:40 +0000] rev 8849
(svn r11919) -Codechange: Assign numbered parameters to world generator widgets to avoid separate DrawString()s, and do the same for the scenario flat-land window.