Sat, 19 Jan 2008 11:08:06 +0000(svn r11924) -Codechange: All dropdowns now use the dropdown widget, so compatibility code can be removed
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

Fri, 18 Jan 2008 22:55:02 +0000(svn r11923) -Cleanup: Remove strings removed from english.txt in r11919
glx [Fri, 18 Jan 2008 22:55:02 +0000] rev 8853
(svn r11923) -Cleanup: Remove strings removed from english.txt in r11919

Fri, 18 Jan 2008 21:44:20 +0000(svn r11922) -Codechange: use MaybeBarCrossingWithSound() to bar crossing with sound
smatz [Fri, 18 Jan 2008 21:44:20 +0000] rev 8852
(svn r11922) -Codechange: use MaybeBarCrossingWithSound() to bar crossing with sound

Fri, 18 Jan 2008 21:33:19 +0000(svn r11921) -Cleanup: correct indenting and switch case line spacing.
peter1138 [Fri, 18 Jan 2008 21:33:19 +0000] rev 8851
(svn r11921) -Cleanup: correct indenting and switch case line spacing.

Fri, 18 Jan 2008 21:25:18 +0000(svn r11920) -Fix (r11844): train count was incorrect in network lobby window (and 'players' command)
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)

Fri, 18 Jan 2008 21:08:40 +0000(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.
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.

Fri, 18 Jan 2008 18:18:39 +0000(svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions
peter1138 [Fri, 18 Jan 2008 18:18:39 +0000] rev 8848
(svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions

Fri, 18 Jan 2008 14:48:57 +0000(svn r11917) -Fix (r3677): AI was reading wrong tile slope while building road bridge
smatz [Fri, 18 Jan 2008 14:48:57 +0000] rev 8847
(svn r11917) -Fix (r3677): AI was reading wrong tile slope while building road bridge

Fri, 18 Jan 2008 13:02:47 +0000(svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
smatz [Fri, 18 Jan 2008 13:02:47 +0000] rev 8846
(svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
-Fix: refit button widget was not correctly updated

Fri, 18 Jan 2008 10:36:55 +0000(svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
peter1138 [Fri, 18 Jan 2008 10:36:55 +0000] rev 8845
(svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.