rubidium [Fri, 16 May 2008 20:04:17 +0000] rev 10579
(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan.
glx [Fri, 16 May 2008 17:53:19 +0000] rev 10578
(svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers
rubidium [Fri, 16 May 2008 17:45:43 +0000] rev 10577
(svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow.
rubidium [Fri, 16 May 2008 17:33:09 +0000] rev 10576
(svn r13120) -Codechange: make a class of the VehicleDetailsWindow.
rubidium [Fri, 16 May 2008 13:39:25 +0000] rev 10575
(svn r13119) -Codechange: make a class of the timetable window.
rubidium [Fri, 16 May 2008 13:21:43 +0000] rev 10574
(svn r13118) -Codechange: make classes of the EndGameWindow and the HighScoreWindow.
rubidium [Fri, 16 May 2008 07:34:48 +0000] rev 10573
(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.
rubidium [Fri, 16 May 2008 07:24:21 +0000] rev 10572
(svn r13116) -Codechange: make a window class of the statusbar window.
rubidium [Fri, 16 May 2008 07:15:32 +0000] rev 10571
(svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow.
rubidium [Fri, 16 May 2008 07:08:04 +0000] rev 10570
(svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar.