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