Commit Graph

9467 Commits (9e811a2f8be9c69807acef3c727e4022be2cd9c0)
 

Author SHA1 Message Date
skidd13 18acb21d65 (svn r13267) -Codechange: extend GUIList with a GnomeSort 17 years ago
peter1138 02b5ffa13f (svn r13266) -Codechange: Use SmallVector in GUIList 17 years ago
rubidium 5a0fb3ca97 (svn r13264) -Fix: yapf_settings.h was not removed from the project files. 17 years ago
smatz e4be8c6e70 (svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving 17 years ago
peter1138 feebf3f3c9 (svn r13259) -Fix: Subsidy text could still overflow 17 years ago
rubidium 3a4b397961 (svn r13258) -Codechange: add support for using (most) of the old patch names in the console. 17 years ago
belugas 5f782d06be (svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdan 17 years ago
rubidium cd8e589fa9 (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.
17 years ago
rubidium 8c9cc415e3 (svn r13255) -Codechange: move _opt to _settings. 17 years ago
smatz 51ca426c4b (svn r13254) -Fix: waypoint orders could have invalid flags set after conversion 17 years ago
smatz 9fa52f7316 (svn r13253) -Codechange: simplify conversion of old orders a bit 17 years ago
smatz f9e7fa4c88 (svn r13252) -Fix: when converting orders from older savegames, set 'Unload and leave empty' for 'Unload' orders 17 years ago
rubidium 4625695653 (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.
17 years ago
peter1138 6ea832ec7c (svn r13250) -Codechange: Use VehicleList in SendAllVehiclesToDepot() 17 years ago
smatz 31a266b5b3 (svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent 17 years ago
peter1138 56f78e6412 (svn r13248) -Codechange: Use VehicleList for depot GUI. 17 years ago
rubidium 5292ee981e (svn r13247) -Codechange: small amount of coding style for settings.cpp. 17 years ago
peter1138 cfc8ed1f5b (svn r13246) -Fix (r13245): incorrect parameters to memcpy 17 years ago
peter1138 da8bb14cec (svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat. 17 years ago
smatz 32380e257c (svn r13244) -Fix: allow only one town directory window to be opened 17 years ago
rubidium 5fa0946c08 (svn r13242) -Codechange: remove _opt_ptr. 17 years ago
peter1138 f6ea07e7d8 (svn r13241) -Codechange: Simplify CmdDepotSellAllVehicles() a bit 17 years ago
peter1138 d9805b46b9 (svn r13240) -Codechange: More const-ness for GUI code. 17 years ago
smatz 60ae799321 (svn r13239) -Fix: certain compilers give false warning about uninitialized variable 17 years ago
frosch ca30288c9d (svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
-Fix: Reset the 'town-owned-road'-flag when removing and rebuilding road under drivethrough stops.
17 years ago
frosch 6e7a7412cd (svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.
17 years ago
peter1138 c34b458ace (svn r13232) -Codechange: Simplify BuildDepotVehicleList() 17 years ago
rubidium 68bb5a08c5 (svn r13231) -Codechange: split the core console code and the console GUI. 17 years ago
frosch 8b1e7c8189 (svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows. 17 years ago
rubidium 6884f9cb41 (svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums. 17 years ago
rubidium 6c20f77330 (svn r13228) -Codechange: split console.h. 17 years ago
peter1138 0c47d3fc14 (svn r13227) -Codechange: Apply code style 17 years ago
belugas fc35ad9ee9 (svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots),  Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
17 years ago
peter1138 6f233b1f8f (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
17 years ago
rubidium 95c2307595 (svn r13224) -Fix (r13107): set the location of the old SelectPlayerFaceWindow when switching from simple to advanced or vice versa instead of letting the new window popup somewhere 'randomly'. 17 years ago
smatz 3866effe71 (svn r13222) -Change: allow old AI building helistations and helidepots for oil rig routes 17 years ago
smatz 0b07ed0bcd (svn r13221) -Fix (r8747): old AI failed to build oil rig routes 17 years ago
smatz 2d14e889b2 (svn r13217) -Fix: old AI was building small airports in years when they were not available in original game, causing small planes and helis everywhere 17 years ago
smatz a1bf80933d (svn r13216) -Codechange [FS#2026]: enumify and comment Editor Terraform Toolbar widgets (Roujin) 17 years ago
smatz e9cd783e66 (svn r13215) -Codechange [FS#2029]: enumify and comment Build Dock widgets (Roujin) 17 years ago
belugas 1e79665b45 (svn r13210) -Codechange: make town (previously named t) a private member of the different Town guis and assign it only once, at creation 17 years ago
belugas b4128cbc25 (svn r13209) -Codechange: Privatize what should be private. 17 years ago
smatz 0d2266a3ac (svn r13208) -Fix (r13173): it was possible to open invalid submenu from dropdowns 17 years ago
smatz 0b54ea39db (svn r13207) -Fix: misleading comments (michi_cc) 17 years ago
frosch eca692ef90 (svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window. 17 years ago
peter1138 510c0acb4a (svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro. 17 years ago
glx 621e205f74 (svn r13202) -Fix (r13149): MSVC signed/unsigned warning 17 years ago
smatz f244b6b361 (svn r13191) -Fix: segfault after confirming query subwindow in the Generate New World window 17 years ago
smatz 5cedf77a9a (svn r13190) -Cleanup: remove unused variable 17 years ago
rubidium 27c38052b7 (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. 17 years ago