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.
Thu, 15 May 2008 00:01:42 +0000 glx (svn r13097) -Codechange: make a class of the GameDifficultyWindow.
Wed, 14 May 2008 23:02:05 +0000 glx (svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes
Wed, 14 May 2008 22:52:12 +0000 glx (svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow.
Wed, 14 May 2008 20:28:11 +0000 rubidium (svn r13094) -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.
Wed, 14 May 2008 20:01:06 +0000 glx (svn r13093) -Codechange: make a class of AboutWindow.
Wed, 14 May 2008 19:08:09 +0000 glx (svn r13092) -Fix (r13042): don't add a variable in a subclass when the parent class already have it
Wed, 14 May 2008 18:35:15 +0000 smatz (svn r13091) -Fix: certain compilers give false warning about uninitialized variable
Wed, 14 May 2008 18:31:21 +0000 smatz (svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits
Wed, 14 May 2008 18:27:39 +0000 smatz (svn r13089) -Fix (r13072): MorphOS compilation was broken
Wed, 14 May 2008 16:38:53 +0000 smatz (svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc)
Wed, 14 May 2008 15:34:04 +0000 peter1138 (svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc)
Wed, 14 May 2008 15:29:48 +0000 smatz (svn r13086) -Fix: do not crash badly after loading a newgrf with engines in-game that often
Wed, 14 May 2008 03:34:17 +0000 glx (svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
Wed, 14 May 2008 02:52:06 +0000 glx (svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
Wed, 14 May 2008 02:32:35 +0000 glx (svn r13083) -Fix (r13042): another segmentation fault when OskWindow's parent closes it
Wed, 14 May 2008 01:57:12 +0000 glx (svn r13082) -Fix (r13042): segmentation fault due to too early deletion of OskWindow.
Tue, 13 May 2008 22:42:10 +0000 glx (svn r13081) -Fix: Empty while-loop warnings from gcc 4.3+
Tue, 13 May 2008 22:19:20 +0000 smatz (svn r13080) -Fix: warning about unused variable when compiling without asserts
Tue, 13 May 2008 22:02:14 +0000 smatz (svn r13079) -Fix: certain compilers give false warning about uninitialized variable
Tue, 13 May 2008 21:50:31 +0000 rubidium (svn r13078) -Fix: group gui used the vehicle type before it was actually set.
Tue, 13 May 2008 21:36:09 +0000 smatz (svn r13077) -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop
Tue, 13 May 2008 21:16:23 +0000 rubidium (svn r13076) -Fix [FS#2012]: the wrong autoreplace window would be shown if the vehicle isn't a train.
Tue, 13 May 2008 21:11:38 +0000 peter1138 (svn r13075) -Codechange: Allow any value for a dropdown item instead of just positive.
Tue, 13 May 2008 20:39:57 +0000 peter1138 (svn r13074) -Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly.
Tue, 13 May 2008 20:26:48 +0000 peter1138 (svn r13073) -Codechange: make classes of the NewGRF windows
Tue, 13 May 2008 18:39:15 +0000 smatz (svn r13072) -Fix (r12995): possible out-of-bounds access
Tue, 13 May 2008 14:59:50 +0000 rubidium (svn r13071) -Codechange: make also a class of the MainWindow.
Tue, 13 May 2008 14:58:41 +0000 rubidium (svn r13070) -Fix (r13069): do save before commit...
Tue, 13 May 2008 14:43:33 +0000 rubidium (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
Tue, 13 May 2008 14:28:27 +0000 rubidium (svn r13068) -Codechange: make a class of the BuildVehicleWindow.
Tue, 13 May 2008 13:39:50 +0000 rubidium (svn r13067) -Codechange: make a class of the DepotWindow.
Tue, 13 May 2008 12:15:52 +0000 rubidium (svn r13066) -Fix [FS#2005]: loading of TTDP savegames with rivers in them.
Tue, 13 May 2008 10:17:04 +0000 rubidium (svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan.
Tue, 13 May 2008 01:05:39 +0000 glx (svn r13064) -Codechange: make a class of the SelectPlayerFaceWindow.
Tue, 13 May 2008 00:46:04 +0000 belugas (svn r13063) -Fix(13062): Removal of old handler was not followed by removal in descriptor
Tue, 13 May 2008 00:37:29 +0000 belugas (svn r13062) -Codechange: make a class of the TransparencyToolbar.
Mon, 12 May 2008 21:46:08 +0000 glx (svn r13061) -Codechange: make a class of the BuildTreesWindow.
Mon, 12 May 2008 14:54:33 +0000 glx (svn r13060) -Codechange: update build industry window when raw_industry_construction setting is modified
Mon, 12 May 2008 00:26:44 +0000 glx (svn r13058) -Codechange: make a class of the ExtraViewportWindow.
Sun, 11 May 2008 20:23:26 +0000 rubidium (svn r13057) [NoAI] -Codechange: port the AIDebugWindow to the new Window framework. noai
Sun, 11 May 2008 20:09:34 +0000 rubidium (svn r13056) [NoAI] -Sync: with trunk r12996:13055. noai
Sun, 11 May 2008 19:47:10 +0000 glx (svn r13055) -Codechange: make a class of SmallMapWindow.
Sun, 11 May 2008 18:50:12 +0000 rubidium (svn r13054) -Codechange: make a class of the PlayerStationsWindow.
Sun, 11 May 2008 18:32:33 +0000 rubidium (svn r13053) -Codechange: station sorting used it's own implementation of GUIList and the associated enums, now it doesn't anymore.
Sun, 11 May 2008 18:18:18 +0000 rubidium (svn r13052) -Codechange: make a class of the DropdownWindow.
Sun, 11 May 2008 18:17:56 +0000 rubidium (svn r13051) -Codechange: depot_d belongs in depot_gui.cpp.
Sun, 11 May 2008 17:44:56 +0000 glx (svn r13050) -Codechange: make a class of IndustryViewWindow.
Sun, 11 May 2008 17:44:38 +0000 rubidium (svn r13049) -Codechange: make a class of the TooltipsWindow.
Sun, 11 May 2008 17:24:52 +0000 rubidium (svn r13048) -Codechange: make a class of the StationViewWindow.
Sun, 11 May 2008 15:08:44 +0000 glx (svn r13047) -Codechange: remove vp_d
Sun, 11 May 2008 15:00:11 +0000 rubidium (svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow.
Sun, 11 May 2008 14:23:45 +0000 rubidium (svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
Sun, 11 May 2008 14:09:38 +0000 rubidium (svn r13044) -Fix: deleting an already deleted window.
Sun, 11 May 2008 13:02:58 +0000 rubidium (svn r13043) -Codechange: remove some duplicate variables from news_d.
Sun, 11 May 2008 12:26:20 +0000 rubidium (svn r13042) -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.
Sun, 11 May 2008 11:41:18 +0000 rubidium (svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors.