peter1138 [Fri, 18 Jan 2008 21:33:19 +0000] rev 8355
(svn r11921) -Cleanup: correct indenting and switch case line spacing.
glx [Fri, 18 Jan 2008 21:25:18 +0000] rev 8354
(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 8353
(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 18:18:39 +0000] rev 8352
(svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions
smatz [Fri, 18 Jan 2008 14:48:57 +0000] rev 8351
(svn r11917) -Fix (r3677): AI was reading wrong tile slope while building road bridge
smatz [Fri, 18 Jan 2008 13:02:47 +0000] rev 8350
(svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
-Fix: refit button widget was not correctly updated
peter1138 [Fri, 18 Jan 2008 10:36:55 +0000] rev 8349
(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.
glx [Fri, 18 Jan 2008 03:48:29 +0000] rev 8348
(svn r11914) -Documentation: fix some @file statement
smatz [Fri, 18 Jan 2008 02:16:39 +0000] rev 8347
(svn r11913) -Fix (r11871): update signals after company bankrupt and disaster too
peter1138 [Thu, 17 Jan 2008 21:57:20 +0000] rev 8346
(svn r11912) -Codechange: use dropdown widget for autoreplace, station builder and (second?) vehicle list windows