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-09-01
Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint
Rubidium
2021-08-28
Fix b6a116a: convert server_advertise to server_game_type in config file (#9515)
Loïc Guilloux
2021-07-11
Feature: parse the console settings the same way as config settings
Rubidium
2021-07-11
Remove: includes to network/core/config.h from headers when only three cpp fi...
Rubidium
2021-07-11
Fix: ensure no more than the allowed number of NewGRFs are loaded from the co...
Rubidium
2021-07-09
Codechange: access the name of a setting via an accessor function
Rubidium
2021-07-09
Codechange: Remove FOR_EACH_SET_BIT
glx22
2021-07-09
Codechange: split settings.ini over several files (#9421)
Patric Stout
2021-07-06
Codechange: split off the settings saveload code from the main settings handl...
Rubidium
2021-07-06
Codechange: split off the settings table and all the callbacks from the main ...
rubidium42
2021-07-06
Codechange: ensure xxx_setting_tables are initialised after their content
glx22
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
[next]