Commit Graph

3690 Commits (f740702f90314e5575eac2c200b05cc5983985c3)

Author SHA1 Message Date
rubidium f740702f90 (svn r13309) -Fix: the difficulty settings from the savegame would be reset by the ones of the intro game. 16 years ago
peter1138 f731b31eda (svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h 16 years ago
peter1138 f97403803b (svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a copy of it. 16 years ago
peter1138 9a78083c8a (svn r13305) -Fix (r13039): Confirmation window sent both yes and no answers instead of just yes. 16 years ago
smatz f505e4e407 (svn r13304) -Fix (r13042): possible double free (showed up in r13092) 16 years ago
smatz 47c22cffce (svn r13303) -Fix (r13301): 64bit gcc compilation was broken 16 years ago
rubidium adabce3d11 (svn r13302) -Fix (r13301): GCC doesn't necessarily like what MSVC likes... 16 years ago
rubidium 33e18c236d (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings. 16 years ago
skidd13 0682b03046 (svn r13299) -Fix (r13286): Stations sort type isn't updated correctly 16 years ago
smatz 459239c9d2 (svn r13298) -Codechange: remove unused _total_signs 16 years ago
peter1138 6c7e6861f8 (svn r13297) -Codechange: Use GUIList for the town directory window 16 years ago
smatz f538282f7a (svn r13296) -Fix (r13276): VL_FIRST_SORT was never reset 16 years ago
smatz ff7104865f (svn r13295) -Codechange: remove now redundant check 16 years ago
skidd13 6180112c90 (svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object 16 years ago
smatz 8c8b002dd6 (svn r13293) -Fix (r13226): airport far from a town generated too much noise 16 years ago
glx 382c45120b (svn r13292) -Fix (r13285): MSVC warnings 16 years ago
peter1138 44dd8955d1 (svn r13291) -Fix (r13266): qsort passed wrong sizeof data 16 years ago
peter1138 1272c55991 (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp 16 years ago
skidd13 831343435c (svn r13286) -Codechange: GUIList Sort returns now if the list sequence has been altered 16 years ago
skidd13 49010369d2 (svn r13285) -Codechange: station sorting uses GUILists Sort() now 16 years ago
skidd13 2094baf537 (svn r13283) -Codechange: convert the inheritance of GUIList in PlayerStationsWindow to a member object 16 years ago
smatz 33dc3165be (svn r13280) -Fix (r13276): MSVC compilation was broken 16 years ago
smatz 691bf29724 (svn r13279) -Codechange: simplify condition for terminating loop when reversing list order 16 years ago
peter1138 855336a1e6 (svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists 16 years ago
rubidium 290b3bd3cc (svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing the NewGRF settings window. 16 years ago
smatz f2a5b2556c (svn r13276) -Codechange: use qsort() for initial sorting of a list for better performance (credits go to skidd13 and peter1138) 16 years ago
smatz 75568d2df9 (svn r13275) -Fix: sort lists with 2 items, too
-Fix: reset VL_RESORT and resort timer even when no sort was needed
16 years ago
glx b3d7ca0ceb (svn r13273) -Fix [FS#2042]: MSVC warnings (again) 16 years ago
skidd13 16cee252a7 (svn r13271) -Codechange: groups sorting uses GUILists Sort() now 16 years ago
peter1138 0434e83e91 (svn r13270) -Codechange: There is no need to clear lists in the window constructor 16 years ago
skidd13 c3dd9d864e (svn r13269) -Codechange: build bridge window uses GUILists Sort() now
-Cleanup: make some globals part of the build bridge window
16 years ago
skidd13 f202f1dda6 (svn r13267) -Codechange: extend GUIList with a GnomeSort 16 years ago
peter1138 781b90ac91 (svn r13266) -Codechange: Use SmallVector in GUIList 16 years ago
smatz d969edaa8f (svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving 16 years ago
peter1138 bd5f782c61 (svn r13259) -Fix: Subsidy text could still overflow 16 years ago
rubidium 690c83edba (svn r13258) -Codechange: add support for using (most) of the old patch names in the console. 16 years ago
belugas 2ed98629d7 (svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdan 16 years ago
rubidium c4c440cc20 (svn r13256) -Codechange: merge the OPTS and PATS chuncks.
-Codechange: split the diff_custom variable.
-Feature: allow changing some of the diff_custom variables via the console in network games.
16 years ago
rubidium d289464d69 (svn r13255) -Codechange: move _opt to _settings. 16 years ago
smatz 8d60206684 (svn r13254) -Fix: waypoint orders could have invalid flags set after conversion 16 years ago
smatz 115f4d6d51 (svn r13253) -Codechange: simplify conversion of old orders a bit 16 years ago
smatz b4bfcd8118 (svn r13252) -Fix: when converting orders from older savegames, set 'Unload and leave empty' for 'Unload' orders 16 years ago
rubidium dc77647ea4 (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
16 years ago
peter1138 26ee8f3ca1 (svn r13250) -Codechange: Use VehicleList in SendAllVehiclesToDepot() 16 years ago
smatz c9ef11159f (svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent 16 years ago
peter1138 6d65ce0c8b (svn r13248) -Codechange: Use VehicleList for depot GUI. 16 years ago
rubidium c5e38037f0 (svn r13247) -Codechange: small amount of coding style for settings.cpp. 16 years ago
peter1138 449a03be4b (svn r13246) -Fix (r13245): incorrect parameters to memcpy 16 years ago
peter1138 bcd05a4bce (svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat. 16 years ago
smatz 8d51e95c44 (svn r13244) -Fix: allow only one town directory window to be opened 16 years ago