------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r13050 | glx | 2008-05-11 17:44:56 +0000 (Sun, 11 May 2008) | 1 line -Codechange: make a class of IndustryViewWindow. ------------------------------------------------------------------------ r13049 | rubidium | 2008-05-11 17:44:38 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make a class of the TooltipsWindow. ------------------------------------------------------------------------ r13048 | rubidium | 2008-05-11 17:24:52 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make a class of the StationViewWindow. ------------------------------------------------------------------------ r13047 | glx | 2008-05-11 15:08:44 +0000 (Sun, 11 May 2008) | 1 line -Codechange: remove vp_d ------------------------------------------------------------------------ r13046 | rubidium | 2008-05-11 15:00:11 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow. ------------------------------------------------------------------------ r13045 | rubidium | 2008-05-11 14:23:45 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make list_d (now GUIList) more generic and uniform. ------------------------------------------------------------------------ r13044 | rubidium | 2008-05-11 14:09:38 +0000 (Sun, 11 May 2008) | 2 lines -Fix: deleting an already deleted window. ------------------------------------------------------------------------ r13043 | rubidium | 2008-05-11 13:02:58 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: remove some duplicate variables from news_d. ------------------------------------------------------------------------ r13042 | rubidium | 2008-05-11 12:26:20 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables. ------------------------------------------------------------------------ r13041 | rubidium | 2008-05-11 11:41:18 +0000 (Sun, 11 May 2008) | 2 lines -Fix: calling a virtual function on a not fully constructed object is bound to cause errors. ------------------------------------------------------------------------ r13040 | rubidium | 2008-05-11 07:22:13 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make a class of the NetworkLobbyWindow. ------------------------------------------------------------------------ r13039 | rubidium | 2008-05-11 06:59:51 +0000 (Sun, 11 May 2008) | 2 lines -Codechange: make a class of the Query window. ------------------------------------------------------------------------ r13038 | belugas | 2008-05-11 02:15:02 +0000 (Sun, 11 May 2008) | 1 line -Fix: When switching the signal gui patch to off, delete the signal window accordingly ------------------------------------------------------------------------ r13037 | rubidium | 2008-05-10 23:44:15 +0000 (Sat, 10 May 2008) | 3 lines -Codechange: make a class of the ReplaceVehicle window. -Fix [FS#1997]: MSVC 64 bit build failing to compile due to std::vectors being very large.. ------------------------------------------------------------------------ r13036 | glx | 2008-05-10 23:43:08 +0000 (Sat, 10 May 2008) | 1 line -Codechange: make a class of the BuildIndustry Window. ------------------------------------------------------------------------ r13035 | rubidium | 2008-05-10 22:43:33 +0000 (Sat, 10 May 2008) | 2 lines -Codechange: remove two needless global-ish variables. ------------------------------------------------------------------------ r13034 | rubidium | 2008-05-10 21:35:20 +0000 (Sat, 10 May 2008) | 2 lines -Fix: segmentation fault due do double delete when closing the OSK window in some cases. ------------------------------------------------------------------------ r13033 | smatz | 2008-05-10 19:59:41 +0000 (Sat, 10 May 2008) | 1 line -Fix [FS#2003](r13029): land info tool wasn't working ------------------------------------------------------------------------ r13032 | glx | 2008-05-10 15:58:22 +0000 (Sat, 10 May 2008) | 1 line -Codechange: make industry view window resizable and truncate strings ------------------------------------------------------------------------ r13031 | rubidium | 2008-05-10 13:54:20 +0000 (Sat, 10 May 2008) | 2 lines -Codechange: make AssignWidgetToWindow a static function instead of a global one as it should only be used from window.cpp. ------------------------------------------------------------------------ r13030 | rubidium | 2008-05-10 13:53:11 +0000 (Sat, 10 May 2008) | 2 lines -Codechange: do use MallocT instead of ReallocT when 100% sure that the pointer you are allocating to is NULL. Patch by Alberth. ------------------------------------------------------------------------ r13029 | rubidium | 2008-05-10 13:46:36 +0000 (Sat, 10 May 2008) | 2 lines -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme. ------------------------------------------------------------------------ r13028 | rubidium | 2008-05-10 12:30:27 +0000 (Sat, 10 May 2008) | 2 lines -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing. ------------------------------------------------------------------------ r13027 | rubidium | 2008-05-10 08:58:52 +0000 (Sat, 10 May 2008) | 2 lines -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL. ------------------------------------------------------------------------ r13026 | belugas | 2008-05-10 02:59:52 +0000 (Sat, 10 May 2008) | 1 line -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin) ------------------------------------------------------------------------