summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Expand)Author
2021-11-23whateversignaltunnelErich Eckner
2021-11-19Change: Make pf.yapf.rail_firstred_twoway_eol on by default (#9544)dP
2021-11-16Codechange: Remove CargoSpec::multipliertowngrowth which is unused (#9701)Jonathan G Rennison
2021-11-07Update: add setting to hide news about competitors vehicle crash (#9653)Guillaume Renoult
2021-09-19Fix #9484: update locale currencies settings mapping (#9559)Patric Stout
2021-09-05Feature: Hide block signals in GUI by default (#8688)Tyler Trahan
2021-09-01Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrintRubidium
2021-08-15Feature: [NewGRF] Maximum curve speed modifier for rail vehicles (#9346)Vít Šefl
2021-08-10Change: remove the ability to control "max spectators" (#9466)Patric Stout
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: use the name string in SaveLoad for the name of the Setting as wellRubidium
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-02Cleanup: remove SLE_NULL and friendsPatric Stout
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: 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
2021-05-29Cleanup: set the base in the setting templates, instead of defining the base ...rubidium42
2021-05-29Fix: [Network] Prevent an empty server name to be set anywhererubidium42
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-27Codechange: remove SettingDescType in lieu of the actual classesrubidium42
2021-05-27Codechange: let OneOfMany and ManyOfMany be their own classes as wellrubidium42
2021-05-27Codechange: make BoolSettingDesc its own sub classrubidium42
2021-05-27Codechange: make sub classes of SettingDesc for the different types of settingsrubidium42
2021-05-27Codechange: make SettingDesc an instance in the setting table to allow for su...rubidium42
2021-05-27Codechange: use initializer_lists for the settings tablesrubidium42
2021-05-27Cleanup: remove and/or fix some confusing commentsrubidium42
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-05-13Codechange: add constant for number of original cargoes.frosch
2021-05-13Codechange: clean up C-string support from settingsrubidium42
2021-05-13Codechange: move misc settings to std::stringrubidium42