index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
genworld_gui.cpp
Age
Commit message (
Expand
)
Author
2021-03-26
Feature: allow setting a custom terrain type to define highest peak
Patric Stout
2021-03-26
Add: allow setting the highest mountain for heightmaps
Patric Stout
2021-03-26
Feature: auto-detect map height limit based on generated map
Patric Stout
2021-03-26
Change: rename setting "max_heightlevel" to "map_height_limit"
Patric Stout
2021-03-26
Change: remove "maximum map height" from the New Game GUI
Patric Stout
2021-03-26
Feature: setting to indicate desert coverage for tropic climate
Patric Stout
2021-03-26
Feature: setting to indicate snow coverage for arctic climate (replaces snow ...
Patric Stout
2021-03-25
Fix: placing random trees in SE crashes the game (#8892)
Patric Stout
2021-03-10
Add: make modal windows update more smooth
Patric Stout
2021-02-19
Fix d437445c: also use std::chrono for the GRFFileScanner modal window
Patric Stout
2021-02-19
Codechange: use std::chrono to track time in modal windows
Patric Stout
2021-02-14
Change: move townname generator selection to mapgen GUI.
frosch
2021-02-14
Codechange: minor rearrangement of settings in random map and heightmap GUI.
frosch
2021-02-14
Change: move the 'tree placer algorithm' selection to the settings tree windo...
frosch
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Convert some more FIO functions to take std::string.
Michael Lutz
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: Switch DropDownList to directly use std::vector, thus making Auto...
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2018-10-11
Fix #6898: Replace atoi() with strtoul()
Miguel Horta
2018-06-15
Codechange: Address some MSVC compiler warnings
Niels 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 height
rubidium
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 IConsoleSetSetting
rubidium
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
2012-12-08
(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...
frosch
2012-11-14
(svn r24747) -Fix: Some editboxes had a different colour than the rest of the...
frosch
2012-11-14
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings...
frosch
[next]