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
/
settings.cpp
Age
Commit message (
Expand
)
Author
2021-05-27
Codechange: remove SettingDescType in lieu of the actual classes
rubidium42
2021-05-27
Codechange: let OneOfMany and ManyOfMany be their own classes as well
rubidium42
2021-05-27
Codechange: make BoolSettingDesc its own sub class
rubidium42
2021-05-27
Cleanup: remove unneeded temporary variables and casts
rubidium42
2021-05-27
Codechange: move bits of SettingDesc down to the appropriate sub classes
rubidium42
2021-05-27
Codechange: make parsing of IniItems overridable functions of SettingDesc
rubidium42
2021-05-27
Codechange: make Write_ValidateSetting a function of StringSettingDesc
rubidium42
2021-05-27
Codechange: make Write_ValidateSetting a function of IntSettingDesc
rubidium42
2021-05-27
Cleanup: use (config) formatting for console settings functions
rubidium42
2021-05-27
Codechange: make formatting of values into strings a method of SettingDesc
rubidium42
2021-05-27
Codechange: make SettingDesc an instance in the setting table to allow for su...
rubidium42
2021-05-27
Codechange: do not use SettingDescBase directly when not needed
rubidium42
2021-05-27
Codechange: use initializer_lists for the settings tables
rubidium42
2021-05-27
Codechange: let SettingDesc extend SettingDescBase
rubidium42
2021-05-27
Codechange: just pass the SettingDesc to SetSettingValue and remove distincti...
rubidium42
2021-05-13
Codechange: clean up C-string support from settings
rubidium42
2021-05-13
Codechange: move script settings to std::string
rubidium42
2021-05-13
Codechange: move passwords in settings to std::string
rubidium42
2021-05-13
Change: further support for std::string in settings
rubidium42
2021-05-06
Codechange: add SetDParamStr that accepts std::string&
rubidium42
2021-05-05
Change: [Network] Update server's NetworkServerGameInfo only when needed
rubidium42
2021-04-30
Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed.
Peter Nelson
2021-04-27
Fix: truncating strings in settings could leave invalid Utf8 characters
rubidium42
2021-04-27
Codechange: writing and string validation to its own functions
rubidium42
2021-04-27
Feature: allow non-ASCII currency separators
rubidium42
2021-04-11
Fix: Invalidate cached vehicle colourmaps when changing liveries setting. (#9...
PeterN
2021-03-26
Feature: setting to indicate snow coverage for arctic climate (replaces snow ...
Patric Stout
2021-03-13
Feature: allow setting maximum zoom level at which sprites are drawn (#8604)
Matt Kimber
2021-02-17
Codechange: Allow early-load settings that are not misc settings.
Michael Lutz
2021-02-14
Add: [OSX] Native font rendering without using FreeType.
Michael Lutz
2020-12-27
Codechange: Stringify config file paths.
Michael Lutz
2020-12-13
Add: save openttd.cfg immediately on changing a setting (#8358)
Patric Stout
2020-12-06
Fix: Compile warnings when asserts are disabled
Charles Pigott
2020-05-21
Codechange: Store base set related texts in std::strings.
Michael Lutz
2020-05-21
Codechange: Use std::string in INI file parsing.
Michael Lutz
2020-02-06
Feature: SLF_HEX to print hexadecimal numbers in the config file
Johannes E. Krause
2020-02-06
Fix: Loading SDT_INTLIST similar to loading SDT_NUMX
Johannes E. Krause
2020-02-06
Fix: Saving SDT_INTLIST handle unsigned values properly
Johannes E. Krause
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-05-14
Add: [Win32] GDI engine for font glyph rendering as a replacement for includi...
Michael Lutz
2019-05-14
Codechange: Refactor the Freetype font cache into a generic part that does no...
Michael Lutz
2019-04-25
Feature: Add coverage area display for existing stations.
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
[prev]
[next]