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-07-02
Add: store headers for most savegame chunks
Patric Stout
2021-07-02
Feature: framework to make savegames self-descriptive
Patric Stout
2021-07-02
Change: move sensitive information to secrets.cfg and private information to ...
Patric Stout
2021-07-02
Codechange: simplify SaveVersionInConfig()
Patric Stout
2021-07-02
Codechange: C++-ify the usage of IniFile in settings.cpp
Patric Stout
2021-07-02
Codechange: move network-related settings out of settings.ini
Patric Stout
2021-06-28
Fix ea9715d: not all setting values were clamped properly (#9401)
SamuXarick
2021-06-26
Fix #9386: compilers failing to compile with LTO by using variants instead of...
rubidium42
2021-06-26
Codechange: introduce helper to convert from the iterated type to the actual ...
rubidium42
2021-06-26
Codechange: remove overloading on UpdateServiceInterval
rubidium42
2021-06-15
Codechange: mark chunks that are not stored as CH_READONLY
Patric Stout
2021-06-15
Change: rework several CH_RIFF chunks to use CH_ARRAY instead
Patric Stout
2021-06-15
Cleanup: remove some unneeded c_str() calls
Rubidium
2021-06-14
Codechange: ability to store structs and list of structs in savegames
Patric Stout
2021-06-13
Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting
rubidium42
2021-06-13
Change: unify the style of console error messages and convert to fmt
rubidium42
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
[next]