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-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-06-13
Codechange: make the name of SettingDesc a std::string
rubidium42
2021-06-13
Codechange: use StrStartsWith/StrEndsWith when finding settings
rubidium42
2021-06-07
Codechange: make [Save|Load]Settings() behave more like other Save/Load code ...
Patric Stout
2021-06-06
Codechange: merge guiflags and flags in settings .ini files
Patric Stout
2021-06-06
Codechange: move SLF_NO_NETWORK_SYNC into settings
Patric Stout
2021-06-06
Codechange: move SLF_NOT_IN_SAVE into settings
Patric Stout
2021-06-06
Codechange: remove the unused SLF_HEX flag
Patric Stout
2021-06-06
Codechange: Remove FOR_ALL_CHUNK_HANDLERS
glx22
2021-06-03
Codechange: rename SettingGuiFlag to SettingFlag (#9332)
Patric Stout
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2021-05-30
Codechange: add a wrapper function to find all settings based on prefix (#9312)
Patric Stout
2021-05-30
Codechange: use setting name instead of index for HandleOldDiffCustom() (#9311)
Patric Stout
2021-05-29
Codechange: use setting name instead of index for CmdChange(Company)Setting (...
Patric Stout
2021-05-29
Codechange: Rename window related DeleteXXX to match new behaviour
glx22
2021-05-29
Codechange: [Network] Use std::string in CommandPacket
rubidium42
2021-05-29
Codechange: move from C-string to std::string for DoCommand
rubidium42
2021-05-29
Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)
Patric Stout
2021-05-29
Codechange: use separate pre and post callbacks for int settings
rubidium42
2021-05-29
Codechange: use separate pre and post callbacks for string settings
rubidium42
2021-05-29
Codechange: split Write_ValidateSetting to get separate functions for making ...
rubidium42
2021-05-29
Codechange: split Write_ValidateSetting to get separate functions for making ...
rubidium42
2021-05-27
Codechange: add helper functions to read an int setting value
rubidium42
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
[next]