------------------------------------------------------------------------ r13166 | rubidium | 2008-05-18 17:40:13 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: CmdSetRoadDriveSide belongs in road_cmd.cpp, not settings_gui.cpp. ------------------------------------------------------------------------ r13165 | rubidium | 2008-05-18 16:51:44 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData. ------------------------------------------------------------------------ r13163 | glx | 2008-05-18 14:12:16 +0000 (Sun, 18 May 2008) | 1 line -Codechange: remove unused code ------------------------------------------------------------------------ r13162 | smatz | 2008-05-18 14:04:51 +0000 (Sun, 18 May 2008) | 1 line -Fix (r13160): trees couldn't be planted, correct function wasn't overloaded ------------------------------------------------------------------------ r13161 | glx | 2008-05-18 12:47:08 +0000 (Sun, 18 May 2008) | 1 line -Fix: free the blitter list when the last blitter is removed. ------------------------------------------------------------------------ r13160 | rubidium | 2008-05-18 12:40:38 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: prepare GUIPlaceProcDragXY for the removal of WindowEvent. ------------------------------------------------------------------------ r13159 | skidd13 | 2008-05-18 12:25:46 +0000 (Sun, 18 May 2008) | 2 lines -Feature: Add the ability to sort availible bridges in the build bridge GUI ------------------------------------------------------------------------ r13158 | rubidium | 2008-05-18 12:17:52 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: make a class of the GameOptionsWindow. ------------------------------------------------------------------------ r13156 | rubidium | 2008-05-18 11:23:41 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: make classes of the GraphWindows. ------------------------------------------------------------------------ r13155 | rubidium | 2008-05-18 09:39:40 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: make a window class of the company league and graph legenda windows. ------------------------------------------------------------------------ r13154 | rubidium | 2008-05-18 08:50:51 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: make a window class of the news message history window. ------------------------------------------------------------------------ r13153 | rubidium | 2008-05-18 08:13:13 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: make classes of the TownViewWindow and the ScenarioEditorTownGenerationWindow. ------------------------------------------------------------------------ r13152 | rubidium | 2008-05-18 08:12:29 +0000 (Sun, 18 May 2008) | 2 lines -Codechange: make a class of the subsidy window. ------------------------------------------------------------------------ r13151 | rubidium | 2008-05-17 23:11:06 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean. ------------------------------------------------------------------------ r13150 | glx | 2008-05-17 22:52:51 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make classes of the Music[TrackSelection]Window. ------------------------------------------------------------------------ r13149 | skidd13 | 2008-05-17 22:07:04 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: make a class of the BuildBridgeWindow. ------------------------------------------------------------------------ r13148 | glx | 2008-05-17 21:20:58 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make a class of the SelectGameWindow. ------------------------------------------------------------------------ r13147 | rubidium | 2008-05-17 21:13:05 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: move the code to draw bankruptcy news to news_gui.cpp. ------------------------------------------------------------------------ r13146 | rubidium | 2008-05-17 20:54:18 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: vehicle_base.h doesn't need to be included in vehicle_gui.h. ------------------------------------------------------------------------ r13145 | glx | 2008-05-17 20:49:45 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make classes of the BuildDocks[Depot|Station]Window. ------------------------------------------------------------------------ r13144 | glx | 2008-05-17 17:37:44 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make classes of the BuildRoad[Depot|Station]Window. ------------------------------------------------------------------------ r13143 | smatz | 2008-05-17 16:59:12 +0000 (Sat, 17 May 2008) | 1 line -Fix (r13142): the Build Waypoint window wasn't resized when it was opened ------------------------------------------------------------------------ r13142 | glx | 2008-05-17 16:27:36 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make classes of the Build[RailDepot|RailStation|RailWaypoint|Signal]Window ------------------------------------------------------------------------ r13141 | rubidium | 2008-05-17 13:04:30 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: remove an unused variable from Window. ------------------------------------------------------------------------ r13140 | rubidium | 2008-05-17 13:01:30 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp. ------------------------------------------------------------------------ r13139 | rubidium | 2008-05-17 12:48:06 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming. ------------------------------------------------------------------------ r13138 | rubidium | 2008-05-17 12:26:00 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: remove the need for IsWindowOfPrototype. ------------------------------------------------------------------------ r13137 | rubidium | 2008-05-17 11:46:35 +0000 (Sat, 17 May 2008) | 2 lines -Fix: do not send rcon commands of the server to the first client but do directly execute those on the server. ------------------------------------------------------------------------ r13136 | rubidium | 2008-05-17 09:39:29 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: make a window class of the console window. ------------------------------------------------------------------------ r13135 | rubidium | 2008-05-17 08:00:13 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: make a class of the NetworkJoinStatusWindow. ------------------------------------------------------------------------ r13134 | belugas | 2008-05-17 03:31:22 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make a class of the Airport Picker Window. ------------------------------------------------------------------------ r13133 | belugas | 2008-05-17 03:29:16 +0000 (Sat, 17 May 2008) | 2 lines -Codechange: Add a base class (descending from Window) for all new windows that are going to require a ResetObjectToPlace to be performed on closing. This will allow to free the said window only once, and not twice otherwise ------------------------------------------------------------------------ r13132 | glx | 2008-05-17 03:16:04 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make a class of the GenerateProgressWindow. ------------------------------------------------------------------------ r13131 | glx | 2008-05-17 02:54:04 +0000 (Sat, 17 May 2008) | 1 line -Codechange: make a class of the ErrmsgWindow. ------------------------------------------------------------------------ r13130 | rubidium | 2008-05-16 23:30:10 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: remove some of the (old) WindowEvent wrapper functions/enums/variables as they are not used anymore. ------------------------------------------------------------------------ r13129 | rubidium | 2008-05-16 23:29:31 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: remove the WP macro and it's related variables. ------------------------------------------------------------------------ r13128 | peter1138 | 2008-05-16 23:23:38 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: Make a class of the refit window ------------------------------------------------------------------------ r13127 | glx | 2008-05-16 22:29:27 +0000 (Fri, 16 May 2008) | 1 line -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff ------------------------------------------------------------------------ r13126 | glx | 2008-05-16 21:32:10 +0000 (Fri, 16 May 2008) | 1 line -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. ------------------------------------------------------------------------ r13125 | bjarni | 2008-05-16 21:04:49 +0000 (Fri, 16 May 2008) | 2 lines -Fix [FS#2000](r12913): [autoreplace] failing replacement and restoring a vehicle will no longer decrease the vehicle count in groups ------------------------------------------------------------------------ r13124 | glx | 2008-05-16 20:08:20 +0000 (Fri, 16 May 2008) | 1 line -Codechange: make a class of the OrdersWindow. ------------------------------------------------------------------------ r13123 | rubidium | 2008-05-16 20:04:17 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan. ------------------------------------------------------------------------ r13122 | glx | 2008-05-16 17:53:19 +0000 (Fri, 16 May 2008) | 1 line -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers ------------------------------------------------------------------------ r13121 | rubidium | 2008-05-16 17:45:43 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: make a class of the PerformanceRatingDetailWindow. ------------------------------------------------------------------------ r13120 | rubidium | 2008-05-16 17:33:09 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: make a class of the VehicleDetailsWindow. ------------------------------------------------------------------------ r13119 | rubidium | 2008-05-16 13:39:25 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: make a class of the timetable window. ------------------------------------------------------------------------ r13118 | rubidium | 2008-05-16 13:21:43 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: make classes of the EndGameWindow and the HighScoreWindow. ------------------------------------------------------------------------ r13117 | rubidium | 2008-05-16 07:34:48 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: make a window class of the PlayerFinancesWindow. ------------------------------------------------------------------------ r13116 | rubidium | 2008-05-16 07:24:21 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: make a window class of the statusbar window. ------------------------------------------------------------------------ r13115 | rubidium | 2008-05-16 07:15:32 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: make a window subclass of the MessageOptionsWindow. ------------------------------------------------------------------------ r13114 | rubidium | 2008-05-16 07:08:04 +0000 (Fri, 16 May 2008) | 2 lines -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar. ------------------------------------------------------------------------ r13113 | rubidium | 2008-05-15 22:47:03 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: make a class of the TownAuthorityWindow. ------------------------------------------------------------------------ r13112 | rubidium | 2008-05-15 21:48:47 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: make classes of the patches and custom currency windows. ------------------------------------------------------------------------ r13111 | rubidium | 2008-05-15 20:53:44 +0000 (Thu, 15 May 2008) | 2 lines -Documentation: update the documentation of AddNewsItem to reflect reality. Patch by Cirdan. ------------------------------------------------------------------------ r13110 | rubidium | 2008-05-15 20:52:28 +0000 (Thu, 15 May 2008) | 2 lines -Fix [FS#2018]: some toolbar buttons not being unpressed properly. ------------------------------------------------------------------------ r13109 | rubidium | 2008-05-15 20:51:52 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: make a class out of the CheatWindow. ------------------------------------------------------------------------ r13108 | rubidium | 2008-05-15 20:04:10 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: make a Window subclass of the main toolbars sub menus. ------------------------------------------------------------------------ r13107 | glx | 2008-05-15 19:24:15 +0000 (Thu, 15 May 2008) | 1 line -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow. ------------------------------------------------------------------------ r13106 | rubidium | 2008-05-15 19:00:20 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created. ------------------------------------------------------------------------ r13105 | rubidium | 2008-05-15 18:26:45 +0000 (Thu, 15 May 2008) | 2 lines -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened. ------------------------------------------------------------------------ r13104 | rubidium | 2008-05-15 14:41:56 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows. ------------------------------------------------------------------------ r13103 | rubidium | 2008-05-15 14:12:22 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: make a class of the PlayerCompanyWindow. ------------------------------------------------------------------------ r13102 | rubidium | 2008-05-15 13:47:55 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: make a class of the NewsWindow. ------------------------------------------------------------------------ r13101 | rubidium | 2008-05-15 13:47:22 +0000 (Thu, 15 May 2008) | 2 lines -Codechange: remove a unused global function. ------------------------------------------------------------------------ r13100 | rubidium | 2008-05-15 13:39:36 +0000 (Thu, 15 May 2008) | 2 lines -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. ------------------------------------------------------------------------ r13099 | rubidium | 2008-05-15 11:17:56 +0000 (Thu, 15 May 2008) | 2 lines -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children. ------------------------------------------------------------------------ r13098 | rubidium | 2008-05-15 08:01:46 +0000 (Thu, 15 May 2008) | 2 lines -Fix [FS#2016]: segmentation fault on opening an already opened depot. ------------------------------------------------------------------------ r13097 | glx | 2008-05-15 00:01:42 +0000 (Thu, 15 May 2008) | 1 line -Codechange: make a class of the GameDifficultyWindow. ------------------------------------------------------------------------ r13096 | glx | 2008-05-14 23:02:05 +0000 (Wed, 14 May 2008) | 1 line -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes ------------------------------------------------------------------------ r13095 | glx | 2008-05-14 22:52:12 +0000 (Wed, 14 May 2008) | 1 line -Codechange: make a class of the SelectPlayerLiveryWindow. ------------------------------------------------------------------------ r13094 | rubidium | 2008-05-14 20:28:11 +0000 (Wed, 14 May 2008) | 2 lines -Fix: closing the QueryWindow would always send a 'query has been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail. ------------------------------------------------------------------------ r13093 | glx | 2008-05-14 20:01:06 +0000 (Wed, 14 May 2008) | 1 line -Codechange: make a class of AboutWindow. ------------------------------------------------------------------------ r13092 | glx | 2008-05-14 19:08:09 +0000 (Wed, 14 May 2008) | 1 line -Fix (r13042): don't add a variable in a subclass when the parent class already have it ------------------------------------------------------------------------ r13091 | smatz | 2008-05-14 18:35:15 +0000 (Wed, 14 May 2008) | 1 line -Fix: certain compilers give false warning about uninitialized variable ------------------------------------------------------------------------ r13090 | smatz | 2008-05-14 18:31:21 +0000 (Wed, 14 May 2008) | 1 line -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits ------------------------------------------------------------------------ r13089 | smatz | 2008-05-14 18:27:39 +0000 (Wed, 14 May 2008) | 1 line -Fix (r13072): MorphOS compilation was broken ------------------------------------------------------------------------ r13088 | smatz | 2008-05-14 16:38:53 +0000 (Wed, 14 May 2008) | 1 line -Codechange: use SigSegState enum instead of bool variable (michi_cc) ------------------------------------------------------------------------ r13087 | peter1138 | 2008-05-14 15:34:04 +0000 (Wed, 14 May 2008) | 2 lines -Codechange: Constify CalcPercentVehicleFilled() (michi_cc) ------------------------------------------------------------------------ r13086 | smatz | 2008-05-14 15:29:48 +0000 (Wed, 14 May 2008) | 1 line -Fix: do not crash badly after loading a newgrf with engines in-game that often ------------------------------------------------------------------------ r13085 | glx | 2008-05-14 03:34:17 +0000 (Wed, 14 May 2008) | 1 line -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs ------------------------------------------------------------------------ r13084 | glx | 2008-05-14 02:52:06 +0000 (Wed, 14 May 2008) | 1 line -Fix (r13042): forgot to add querystring_gui.h to source.list and project files ------------------------------------------------------------------------ r13083 | glx | 2008-05-14 02:32:35 +0000 (Wed, 14 May 2008) | 1 line -Fix (r13042): another segmentation fault when OskWindow's parent closes it ------------------------------------------------------------------------ r13082 | glx | 2008-05-14 01:57:12 +0000 (Wed, 14 May 2008) | 1 line -Fix (r13042): segmentation fault due to too early deletion of OskWindow. ------------------------------------------------------------------------ r13081 | glx | 2008-05-13 22:42:10 +0000 (Tue, 13 May 2008) | 1 line -Fix: Empty while-loop warnings from gcc 4.3+ ------------------------------------------------------------------------ r13080 | smatz | 2008-05-13 22:19:20 +0000 (Tue, 13 May 2008) | 1 line -Fix: warning about unused variable when compiling without asserts ------------------------------------------------------------------------ r13079 | smatz | 2008-05-13 22:02:14 +0000 (Tue, 13 May 2008) | 1 line -Fix: certain compilers give false warning about uninitialized variable ------------------------------------------------------------------------ r13078 | rubidium | 2008-05-13 21:50:31 +0000 (Tue, 13 May 2008) | 2 lines -Fix: group gui used the vehicle type before it was actually set. ------------------------------------------------------------------------ r13077 | smatz | 2008-05-13 21:36:09 +0000 (Tue, 13 May 2008) | 1 line -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop ------------------------------------------------------------------------ r13076 | rubidium | 2008-05-13 21:16:23 +0000 (Tue, 13 May 2008) | 2 lines -Fix [FS#2012]: the wrong autoreplace window would be shown if the vehicle isn't a train. ------------------------------------------------------------------------ r13075 | peter1138 | 2008-05-13 21:11:38 +0000 (Tue, 13 May 2008) | 2 lines -Codechange: Allow any value for a dropdown item instead of just positive. ------------------------------------------------------------------------ r13074 | peter1138 | 2008-05-13 20:39:57 +0000 (Tue, 13 May 2008) | 2 lines -Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly. ------------------------------------------------------------------------ r13073 | peter1138 | 2008-05-13 20:26:48 +0000 (Tue, 13 May 2008) | 2 lines -Codechange: make classes of the NewGRF windows ------------------------------------------------------------------------ r13072 | smatz | 2008-05-13 18:39:15 +0000 (Tue, 13 May 2008) | 1 line -Fix (r12995): possible out-of-bounds access ------------------------------------------------------------------------ r13071 | rubidium | 2008-05-13 14:59:50 +0000 (Tue, 13 May 2008) | 2 lines -Codechange: make also a class of the MainWindow. ------------------------------------------------------------------------ r13070 | rubidium | 2008-05-13 14:58:41 +0000 (Tue, 13 May 2008) | 2 lines -Fix (r13069): do save before commit... ------------------------------------------------------------------------ r13069 | rubidium | 2008-05-13 14:43:33 +0000 (Tue, 13 May 2008) | 2 lines -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore. ------------------------------------------------------------------------ r13068 | rubidium | 2008-05-13 14:28:27 +0000 (Tue, 13 May 2008) | 2 lines -Codechange: make a class of the BuildVehicleWindow. ------------------------------------------------------------------------ r13067 | rubidium | 2008-05-13 13:39:50 +0000 (Tue, 13 May 2008) | 2 lines -Codechange: make a class of the DepotWindow. ------------------------------------------------------------------------ r13066 | rubidium | 2008-05-13 12:15:52 +0000 (Tue, 13 May 2008) | 2 lines -Fix [FS#2005]: loading of TTDP savegames with rivers in them. ------------------------------------------------------------------------ r13065 | rubidium | 2008-05-13 10:17:04 +0000 (Tue, 13 May 2008) | 2 lines -Codechange: remove the need for the news string callbacks. Patch by Cirdan. ------------------------------------------------------------------------ r13064 | glx | 2008-05-13 01:05:39 +0000 (Tue, 13 May 2008) | 1 line -Codechange: make a class of the SelectPlayerFaceWindow. ------------------------------------------------------------------------ r13063 | belugas | 2008-05-13 00:46:04 +0000 (Tue, 13 May 2008) | 1 line -Fix(13062): Removal of old handler was not followed by removal in descriptor ------------------------------------------------------------------------ r13062 | belugas | 2008-05-13 00:37:29 +0000 (Tue, 13 May 2008) | 1 line -Codechange: make a class of the TransparencyToolbar. ------------------------------------------------------------------------ r13061 | glx | 2008-05-12 21:46:08 +0000 (Mon, 12 May 2008) | 1 line -Codechange: make a class of the BuildTreesWindow. ------------------------------------------------------------------------ r13060 | glx | 2008-05-12 14:54:33 +0000 (Mon, 12 May 2008) | 1 line -Codechange: update build industry window when raw_industry_construction setting is modified ------------------------------------------------------------------------ r13058 | glx | 2008-05-12 00:26:44 +0000 (Mon, 12 May 2008) | 1 line -Codechange: make a class of the ExtraViewportWindow. ------------------------------------------------------------------------ r13055 | glx | 2008-05-11 19:47:10 +0000 (Sun, 11 May 2008) | 1 line -Codechange: make a class of SmallMapWindow. ------------------------------------------------------------------------ r13054 | rubidium | 2008-05-11 18:50:12 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make a class of the PlayerStationsWindow. ------------------------------------------------------------------------ r13053 | rubidium | 2008-05-11 18:32:33 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: station sorting used it's own implementation of GUIList and the associated enums, now it doesn't anymore. ------------------------------------------------------------------------ r13052 | rubidium | 2008-05-11 18:18:18 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make a class of the DropdownWindow. ------------------------------------------------------------------------ r13051 | rubidium | 2008-05-11 18:17:56 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: depot_d belongs in depot_gui.cpp. ------------------------------------------------------------------------