summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-12Change: reworked the debug levels for network facility (#9251)Patric Stout
2021-03-26Feature: allow setting a custom terrain type to define highest peakPatric Stout
2021-03-26Add: allow setting the highest mountain for heightmapsPatric Stout
2021-03-26Feature: auto-detect map height limit based on generated mapPatric Stout
2021-03-26Change: rename setting "max_heightlevel" to "map_height_limit"Patric Stout
2021-03-26Change: remove "maximum map height" from the New Game GUIPatric Stout
2021-03-26Feature: setting to indicate desert coverage for tropic climatePatric Stout
2021-03-26Feature: setting to indicate snow coverage for arctic climate (replaces snow ...Patric Stout
2021-03-25Fix: placing random trees in SE crashes the game (#8892)Patric Stout
2021-03-10Add: make modal windows update more smoothPatric Stout
2021-02-19Fix d437445c: also use std::chrono for the GRFFileScanner modal windowPatric Stout
2021-02-19Codechange: use std::chrono to track time in modal windowsPatric Stout
2021-02-14Change: move townname generator selection to mapgen GUI.frosch
2021-02-14Codechange: minor rearrangement of settings in random map and heightmap GUI.frosch
2021-02-14Change: move the 'tree placer algorithm' selection to the settings tree windo...frosch
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Convert some more FIO functions to take std::string.Michael Lutz
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: Switch DropDownList to directly use std::vector, thus making Auto...Michael Lutz
2019-04-06Codechange: Replace custom mutex code with C++11 mutex'es.Michael Lutz
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2018-10-11Fix #6898: Replace atoi() with strtoul()Miguel Horta
2018-06-15Codechange: Address some MSVC compiler warningsNiels Martin Hansen
2016-09-04(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...alberth
2016-09-04(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definiti...alberth
2016-08-15(svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy.frosch
2015-05-16(svn r27285) -Codechange: Use LG_ORIGINAL instead of a magic 0 to indicate th...alberth
2015-02-08(svn r27140) -Codechange: Fix typo in GenenerateLandscapeWindowMode (chillcore)alberth
2015-02-01(svn r27135) -Fix: Misalignment in generate world window in case of small fonts.frosch
2014-12-18(svn r27085) -Fix: Always return a valid window to the world generation gui c...alberth
2014-10-25(svn r27043) -Fix: could not enter third digit of snow line heightrubidium
2014-10-13(svn r27009) -Add: extra level of general map heightness (ChillCore)rubidium
2014-09-27(svn r26926) -Change: limit flat world height to the maximum configured map h...rubidium
2014-09-22(svn r26911) -Change: increase maximum possible flat land height in scenario ...rubidium
2014-09-21(svn r26890) -Cleanup: remove unneeded obfuscation via IConsoleSetSettingrubidium
2014-09-21(svn r26885) -Feature-ish: user interface for limiting the maximum height of ...rubidium
2014-09-20(svn r26862) -Codechange: Don't shrink widget size in new game window.peter1138
2014-04-27(svn r26526) -Remove: Ability to set map generation seed via GUI. If you real...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...rubidium
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-03-17(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.frosch
2013-01-20(svn r24925) -Fix [FS#5395]: Add a tooltip to the mapsize selection mentionin...frosch
2012-12-23(svn r24846) -Add: Advanced settings to disable certain sound effects.frosch