Commit Graph

9477 Commits (96d7f87cc99ee04791b9fa097a027a17bb82226b)
 

Author SHA1 Message Date
glx 22960e82aa (svn r13092) -Fix (r13042): don't add a variable in a subclass when the parent class already have it 17 years ago
smatz 7890344bbd (svn r13091) -Fix: certain compilers give false warning about uninitialized variable 17 years ago
smatz ec627dedf8 (svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits 17 years ago
smatz 56f15b3544 (svn r13089) -Fix (r13072): MorphOS compilation was broken 17 years ago
smatz 08814d50ea (svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc) 17 years ago
peter1138 6bfd695002 (svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc) 17 years ago
smatz f64c4fc4fb (svn r13086) -Fix: do not crash badly after loading a newgrf with engines in-game that often 17 years ago
glx 044f385f9c (svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs 17 years ago
glx 1118e389e9 (svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files 17 years ago
glx bbc173dfc6 (svn r13083) -Fix (r13042): another segmentation fault when OskWindow's parent closes it 17 years ago
glx c9f26cceb7 (svn r13082) -Fix (r13042): segmentation fault due to too early deletion of OskWindow. 17 years ago
glx b4682bff97 (svn r13081) -Fix: Empty while-loop warnings from gcc 4.3+ 17 years ago
smatz 311f2482fa (svn r13080) -Fix: warning about unused variable when compiling without asserts 17 years ago
smatz a152d420a5 (svn r13079) -Fix: certain compilers give false warning about uninitialized variable 17 years ago
rubidium cf91f6bf3e (svn r13078) -Fix: group gui used the vehicle type before it was actually set. 17 years ago
smatz a9cc987929 (svn r13077) -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop 17 years ago
rubidium bb3bd587a6 (svn r13076) -Fix [FS#2012]: the wrong autoreplace window would be shown if the vehicle isn't a train. 17 years ago
peter1138 9fa2e849f2 (svn r13075) -Codechange: Allow any value for a dropdown item instead of just positive. 17 years ago
peter1138 eb112946a7 (svn r13074) -Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly. 17 years ago
peter1138 153acec334 (svn r13073) -Codechange: make classes of the NewGRF windows 17 years ago
smatz ad8057ab76 (svn r13072) -Fix (r12995): possible out-of-bounds access 17 years ago
rubidium ab7a5568d7 (svn r13071) -Codechange: make also a class of the MainWindow. 17 years ago
rubidium 8e702d1053 (svn r13070) -Fix (r13069): do save before commit... 17 years ago
rubidium dddfaaac7d (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore. 17 years ago
rubidium db69f81fe7 (svn r13068) -Codechange: make a class of the BuildVehicleWindow. 17 years ago
rubidium aa44fe3b69 (svn r13067) -Codechange: make a class of the DepotWindow. 17 years ago
rubidium e6f96da537 (svn r13066) -Fix [FS#2005]: loading of TTDP savegames with rivers in them. 17 years ago
rubidium d0c79e1164 (svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan. 17 years ago
glx d0033bfb07 (svn r13064) -Codechange: make a class of the SelectPlayerFaceWindow. 17 years ago
belugas 3982160f50 (svn r13063) -Fix(13062): Removal of old handler was not followed by removal in descriptor 17 years ago
belugas 6c0d2b9132 (svn r13062) -Codechange: make a class of the TransparencyToolbar. 17 years ago
glx ca4d92e2f2 (svn r13061) -Codechange: make a class of the BuildTreesWindow. 17 years ago
glx 18c33e1569 (svn r13060) -Codechange: update build industry window when raw_industry_construction setting is modified 17 years ago
glx cffb7a834c (svn r13058) -Codechange: make a class of the ExtraViewportWindow. 17 years ago
glx ad19bf105a (svn r13055) -Codechange: make a class of SmallMapWindow. 17 years ago
rubidium 526d5de867 (svn r13054) -Codechange: make a class of the PlayerStationsWindow. 17 years ago
rubidium 4a809a692c (svn r13053) -Codechange: station sorting used it's own implementation of GUIList and the associated enums, now it doesn't anymore. 17 years ago
rubidium 5924346697 (svn r13052) -Codechange: make a class of the DropdownWindow. 17 years ago
rubidium 4caa813711 (svn r13051) -Codechange: depot_d belongs in depot_gui.cpp. 17 years ago
glx 56c3f828cd (svn r13050) -Codechange: make a class of IndustryViewWindow. 17 years ago
rubidium 3ef0a1e3be (svn r13049) -Codechange: make a class of the TooltipsWindow. 17 years ago
rubidium 1be2847668 (svn r13048) -Codechange: make a class of the StationViewWindow. 17 years ago
glx c708ab3b48 (svn r13047) -Codechange: remove vp_d 17 years ago
rubidium c47926311b (svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow. 17 years ago
rubidium 75e3792aa3 (svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform. 17 years ago
rubidium 568464aa96 (svn r13044) -Fix: deleting an already deleted window. 17 years ago
rubidium 9066a961e7 (svn r13043) -Codechange: remove some duplicate variables from news_d. 17 years ago
rubidium eb2d47b547 (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. 17 years ago
rubidium e63137f47f (svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors. 17 years ago
rubidium 599bc8942e (svn r13040) -Codechange: make a class of the NetworkLobbyWindow. 17 years ago