summaryrefslogtreecommitdiff
path: root/src/table/settings
AgeCommit message (Expand)Author
2021-07-20Feature: allow the use of TURN to connect client and server togetherPatric Stout
2021-07-11Add: allow setting your server visibility to "invite-only" (#9434)Patric Stout
2021-07-11Feature: join servers based on their invite codePatric Stout
2021-07-09Codechange: name a few unnamed settings as to not to have to check for that b...Rubidium
2021-07-09Codechange: split settings.ini over several files (#9421)Patric Stout
2021-07-06Codechange: split off the settings table and all the callbacks from the main ...rubidium42
2021-07-02Add: store headers for most savegame chunksPatric Stout
2021-07-02Change: move sensitive information to secrets.cfg and private information to ...Patric Stout
2021-07-02Codechange: move network-related settings out of settings.iniPatric Stout
2021-06-28Change: [Emscripten] set default scrolling mode to non-pointer-locking (#9191)embeddedt
2021-06-26Fix #9386: compilers failing to compile with LTO by using variants instead of...rubidium42
2021-06-26Codechange: use C-style strings instread of std::string in the SettingDesc co...rubidium42
2021-06-26Codechange: remove overloading on UpdateServiceIntervalrubidium42
2021-06-15Change: prefix SL_ARR with the length of the arrayPatric Stout
2021-06-13Codechange: make the name of SettingDesc a std::stringrubidium42
2021-06-10Feature: Configurable subsidy durationTyler Trahan
2021-06-06Codechange: merge guiflags and flags in settings .ini filesPatric Stout
2021-06-03Codechange: rename SettingGuiFlag to SettingFlag (#9332)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-29Doc: describe what each settings-file is aboutPatric Stout
2021-05-29Codechange: move all settings.ini files to table/settingsPatric Stout