summaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Expand)Author
2021-07-11Feature: parse the console settings the same way as config settingsRubidium
2021-07-11Remove: includes to network/core/config.h from headers when only three cpp fi...Rubidium
2021-07-11Fix: ensure no more than the allowed number of NewGRFs are loaded from the co...Rubidium
2021-07-09Codechange: access the name of a setting via an accessor functionRubidium
2021-07-09Codechange: Remove FOR_EACH_SET_BITglx22
2021-07-09Codechange: split settings.ini over several files (#9421)Patric Stout
2021-07-06Codechange: split off the settings saveload code from the main settings handl...Rubidium
2021-07-06Codechange: split off the settings table and all the callbacks from the main ...rubidium42
2021-07-06Codechange: ensure xxx_setting_tables are initialised after their contentglx22
2021-07-02Add: store headers for most savegame chunksPatric Stout
2021-07-02Feature: framework to make savegames self-descriptivePatric Stout
2021-07-02Change: move sensitive information to secrets.cfg and private information to ...Patric Stout
2021-07-02Codechange: simplify SaveVersionInConfig()Patric Stout
2021-07-02Codechange: C++-ify the usage of IniFile in settings.cppPatric Stout
2021-07-02Codechange: move network-related settings out of settings.iniPatric Stout
2021-06-28Fix ea9715d: not all setting values were clamped properly (#9401)SamuXarick
2021-06-26Fix #9386: compilers failing to compile with LTO by using variants instead of...rubidium42
2021-06-26Codechange: introduce helper to convert from the iterated type to the actual ...rubidium42
2021-06-26Codechange: remove overloading on UpdateServiceIntervalrubidium42
2021-06-15Codechange: mark chunks that are not stored as CH_READONLYPatric Stout
2021-06-15Change: rework several CH_RIFF chunks to use CH_ARRAY insteadPatric Stout
2021-06-15Cleanup: remove some unneeded c_str() callsRubidium
2021-06-14Codechange: ability to store structs and list of structs in savegamesPatric Stout
2021-06-13Codechange: replace IConsolePrintF with IConsolePrint and fmt formattingrubidium42
2021-06-13Change: unify the style of console error messages and convert to fmtrubidium42
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-06-13Codechange: make the name of SettingDesc a std::stringrubidium42
2021-06-13Codechange: use StrStartsWith/StrEndsWith when finding settingsrubidium42
2021-06-07Codechange: make [Save|Load]Settings() behave more like other Save/Load code ...Patric Stout
2021-06-06Codechange: merge guiflags and flags in settings .ini filesPatric Stout
2021-06-06Codechange: move SLF_NO_NETWORK_SYNC into settingsPatric Stout
2021-06-06Codechange: move SLF_NOT_IN_SAVE into settingsPatric Stout
2021-06-06Codechange: remove the unused SLF_HEX flagPatric Stout
2021-06-06Codechange: Remove FOR_ALL_CHUNK_HANDLERSglx22
2021-06-03Codechange: rename SettingGuiFlag to SettingFlag (#9332)Patric Stout
2021-05-31Codechange: C++-ify lists for SaveLoad (#9323)Patric Stout
2021-05-30Codechange: add a wrapper function to find all settings based on prefix (#9312)Patric Stout
2021-05-30Codechange: use setting name instead of index for HandleOldDiffCustom() (#9311)Patric Stout
2021-05-29Codechange: use setting name instead of index for CmdChange(Company)Setting (...Patric Stout
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Codechange: [Network] Use std::string in CommandPacketrubidium42
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-05-29Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)Patric Stout
2021-05-29Codechange: use separate pre and post callbacks for int settingsrubidium42
2021-05-29Codechange: use separate pre and post callbacks for string settingsrubidium42
2021-05-29Codechange: split Write_ValidateSetting to get separate functions for making ...rubidium42
2021-05-29Codechange: split Write_ValidateSetting to get separate functions for making ...rubidium42
2021-05-27Codechange: add helper functions to read an int setting valuerubidium42
2021-05-27Codechange: remove SettingDescType in lieu of the actual classesrubidium42
2021-05-27Codechange: let OneOfMany and ManyOfMany be their own classes as wellrubidium42