log

age author description
Fri, 16 May 2008 23:30:10 +0000 rubidium (svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functions/enums/variables as they are not used anymore. draft
Fri, 16 May 2008 23:29:31 +0000 rubidium (svn r13129) -Codechange: remove the WP macro and it's related variables. draft
Fri, 16 May 2008 23:23:38 +0000 peter1138 (svn r13128) -Codechange: Make a class of the refit window draft
Fri, 16 May 2008 22:29:27 +0000 glx (svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff draft
Fri, 16 May 2008 21:32:10 +0000 glx (svn r13126) -Fix (r13022) [FS#2009, FS#2010]: driver list should be dynamically allocated as static uninitialistion order is undetermined. The list is freed when the latest driver is removed. draft
Fri, 16 May 2008 21:04:49 +0000 bjarni (svn r13125) -Fix [FS#2000](r12913): [autoreplace] failing replacement and restoring a vehicle will no longer decrease the vehicle count in groups draft
Fri, 16 May 2008 20:08:20 +0000 glx (svn r13124) -Codechange: make a class of the OrdersWindow. draft
Fri, 16 May 2008 20:04:17 +0000 rubidium (svn r13123) -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan. draft
Fri, 16 May 2008 17:53:19 +0000 glx (svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers draft
Fri, 16 May 2008 17:45:43 +0000 rubidium (svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow. draft
Fri, 16 May 2008 17:33:09 +0000 rubidium (svn r13120) -Codechange: make a class of the VehicleDetailsWindow. draft
Fri, 16 May 2008 13:39:25 +0000 rubidium (svn r13119) -Codechange: make a class of the timetable window. draft
Fri, 16 May 2008 13:21:43 +0000 rubidium (svn r13118) -Codechange: make classes of the EndGameWindow and the HighScoreWindow. draft
Fri, 16 May 2008 07:34:48 +0000 rubidium (svn r13117) -Codechange: make a window class of the PlayerFinancesWindow. draft
Fri, 16 May 2008 07:24:21 +0000 rubidium (svn r13116) -Codechange: make a window class of the statusbar window. draft
Fri, 16 May 2008 07:15:32 +0000 rubidium (svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow. draft
Fri, 16 May 2008 07:08:04 +0000 rubidium (svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar. draft
Thu, 15 May 2008 22:47:03 +0000 rubidium (svn r13113) -Codechange: make a class of the TownAuthorityWindow. draft
Thu, 15 May 2008 21:48:47 +0000 rubidium (svn r13112) -Codechange: make classes of the patches and custom currency windows. draft
Thu, 15 May 2008 20:53:44 +0000 rubidium (svn r13111) -Documentation: update the documentation of AddNewsItem to reflect reality. Patch by Cirdan. draft
Thu, 15 May 2008 20:52:28 +0000 rubidium (svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly. draft
Thu, 15 May 2008 20:51:52 +0000 rubidium (svn r13109) -Codechange: make a class out of the CheatWindow. draft
Thu, 15 May 2008 20:04:10 +0000 rubidium (svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus. draft
Thu, 15 May 2008 19:24:15 +0000 glx (svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow. draft
Thu, 15 May 2008 19:00:20 +0000 rubidium (svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created. draft
Thu, 15 May 2008 18:26:45 +0000 rubidium (svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened. draft
Thu, 15 May 2008 14:41:56 +0000 rubidium (svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows. draft
Thu, 15 May 2008 14:12:22 +0000 rubidium (svn r13103) -Codechange: make a class of the PlayerCompanyWindow. draft
Thu, 15 May 2008 13:47:55 +0000 rubidium (svn r13102) -Codechange: make a class of the NewsWindow. draft
Thu, 15 May 2008 13:47:22 +0000 rubidium (svn r13101) -Codechange: remove a unused global function. draft