Sun, 18 May 2008 11:25:04 +0000 truebrain (svn r13157) [NoAI] -Fix: in general it is considered VERY VERY VERY REALLY REALLY bad to delete a class instance from a function inside that class itself. noai
Sun, 18 May 2008 11:23:41 +0000 rubidium (svn r13156) -Codechange: make classes of the GraphWindows.
Sun, 18 May 2008 09:39:40 +0000 rubidium (svn r13155) -Codechange: make a window class of the company league and graph legenda windows.
Sun, 18 May 2008 08:50:51 +0000 rubidium (svn r13154) -Codechange: make a window class of the news message history window.
Sun, 18 May 2008 08:13:13 +0000 rubidium (svn r13153) -Codechange: make classes of the TownViewWindow and the ScenarioEditorTownGenerationWindow.
Sun, 18 May 2008 08:12:29 +0000 rubidium (svn r13152) -Codechange: make a class of the subsidy window.
Sat, 17 May 2008 23:11:06 +0000 rubidium (svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
Sat, 17 May 2008 22:52:51 +0000 glx (svn r13150) -Codechange: make classes of the Music[TrackSelection]Window.
Sat, 17 May 2008 22:07:04 +0000 skidd13 (svn r13149) -Codechange: make a class of the BuildBridgeWindow.
Sat, 17 May 2008 21:20:58 +0000 glx (svn r13148) -Codechange: make a class of the SelectGameWindow.
Sat, 17 May 2008 21:13:05 +0000 rubidium (svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.
Sat, 17 May 2008 20:54:18 +0000 rubidium (svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehicle_gui.h.
Sat, 17 May 2008 20:49:45 +0000 glx (svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]Window.
Sat, 17 May 2008 17:37:44 +0000 glx (svn r13144) -Codechange: make classes of the BuildRoad[Depot|Station]Window.
Sat, 17 May 2008 16:59:12 +0000 smatz (svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened
Sat, 17 May 2008 16:27:36 +0000 glx (svn r13142) -Codechange: make classes of the Build[RailDepot|RailStation|RailWaypoint|Signal]Window
Sat, 17 May 2008 13:04:30 +0000 rubidium (svn r13141) -Codechange: remove an unused variable from Window.
Sat, 17 May 2008 13:01:30 +0000 rubidium (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
Sat, 17 May 2008 12:26:00 +0000 rubidium (svn r13138) -Codechange: remove the need for IsWindowOfPrototype.
Sat, 17 May 2008 11:46:35 +0000 rubidium (svn r13137) -Fix: do not send rcon commands of the server to the first client but do directly execute those on the server.
Sat, 17 May 2008 09:39:29 +0000 rubidium (svn r13136) -Codechange: make a window class of the console window.
Sat, 17 May 2008 08:00:13 +0000 rubidium (svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.
Sat, 17 May 2008 03:31:22 +0000 belugas (svn r13134) -Codechange: make a class of the Airport Picker Window.
Sat, 17 May 2008 03:29:16 +0000 belugas (svn r13133) -Codechange: Add a base class (descending from Window) for all new windows that are going to require a ResetObjectToPlace to be performed on closing.
Sat, 17 May 2008 03:16:04 +0000 glx (svn r13132) -Codechange: make a class of the GenerateProgressWindow.
Sat, 17 May 2008 02:54:04 +0000 glx (svn r13131) -Codechange: make a class of the ErrmsgWindow.
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.
Fri, 16 May 2008 23:29:31 +0000 rubidium (svn r13129) -Codechange: remove the WP macro and it's related variables.
Fri, 16 May 2008 23:23:38 +0000 peter1138 (svn r13128) -Codechange: Make a class of the refit window
Fri, 16 May 2008 22:29:27 +0000 glx (svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff
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.
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
Fri, 16 May 2008 20:08:20 +0000 glx (svn r13124) -Codechange: make a class of the OrdersWindow.
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.
Fri, 16 May 2008 17:53:19 +0000 glx (svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers
Fri, 16 May 2008 17:45:43 +0000 rubidium (svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow.
Fri, 16 May 2008 17:33:09 +0000 rubidium (svn r13120) -Codechange: make a class of the VehicleDetailsWindow.
Fri, 16 May 2008 13:39:25 +0000 rubidium (svn r13119) -Codechange: make a class of the timetable window.
Fri, 16 May 2008 13:21:43 +0000 rubidium (svn r13118) -Codechange: make classes of the EndGameWindow and the HighScoreWindow.
Fri, 16 May 2008 07:34:48 +0000 rubidium (svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.
Fri, 16 May 2008 07:24:21 +0000 rubidium (svn r13116) -Codechange: make a window class of the statusbar window.
Fri, 16 May 2008 07:15:32 +0000 rubidium (svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow.
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.
Thu, 15 May 2008 22:47:03 +0000 rubidium (svn r13113) -Codechange: make a class of the TownAuthorityWindow.
Thu, 15 May 2008 21:48:47 +0000 rubidium (svn r13112) -Codechange: make classes of the patches and custom currency windows.
Thu, 15 May 2008 20:53:44 +0000 rubidium (svn r13111) -Documentation: update the documentation of AddNewsItem to reflect reality. Patch by Cirdan.
Thu, 15 May 2008 20:52:28 +0000 rubidium (svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly.
Thu, 15 May 2008 20:51:52 +0000 rubidium (svn r13109) -Codechange: make a class out of the CheatWindow.
Thu, 15 May 2008 20:04:10 +0000 rubidium (svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
Thu, 15 May 2008 19:24:15 +0000 glx (svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow.
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.
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.
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.
Thu, 15 May 2008 14:12:22 +0000 rubidium (svn r13103) -Codechange: make a class of the PlayerCompanyWindow.
Thu, 15 May 2008 13:47:55 +0000 rubidium (svn r13102) -Codechange: make a class of the NewsWindow.
Thu, 15 May 2008 13:47:22 +0000 rubidium (svn r13101) -Codechange: remove a unused global function.
Thu, 15 May 2008 13:39:36 +0000 rubidium (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
Thu, 15 May 2008 11:17:56 +0000 rubidium (svn r13099) -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children.
Thu, 15 May 2008 08:01:46 +0000 rubidium (svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened depot.