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
Age
Commit message (
Expand
)
Author
2021-07-09
Codechange: use the name string in SaveLoad for the name of the Setting as well
Rubidium
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
Cleanup: remove SLE_NULL and friends
Patric Stout
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: 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
2021-05-29
Cleanup: set the base in the setting templates, instead of defining the base ...
rubidium42
2021-05-29
Fix: [Network] Prevent an empty server name to be set anywhere
rubidium42
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-27
Codechange: remove SettingDescType in lieu of the actual classes
rubidium42
2021-05-27
Codechange: let OneOfMany and ManyOfMany be their own classes as well
rubidium42
2021-05-27
Codechange: make BoolSettingDesc its own sub class
rubidium42
2021-05-27
Codechange: make sub classes of SettingDesc for the different types of settings
rubidium42
2021-05-27
Codechange: make SettingDesc an instance in the setting table to allow for su...
rubidium42
2021-05-27
Codechange: use initializer_lists for the settings tables
rubidium42
2021-05-27
Cleanup: remove and/or fix some confusing comments
rubidium42
2021-05-15
Change: Use gender-neutral pronouns
rubidium42
2021-05-13
Codechange: add constant for number of original cargoes.
frosch
2021-05-13
Codechange: clean up C-string support from settings
rubidium42
2021-05-13
Codechange: move misc settings to std::string
rubidium42
2021-05-13
Codechange: move font settings to std::string
rubidium42
2021-05-13
Codechange: move currency settings to std::string
rubidium42
2021-05-13
Codechange: move locale settings to std::string
rubidium42
2021-05-13
Codechange: move client name in settings to std::string
rubidium42
2021-05-13
Codechange: move server name/id in settings to std::string
rubidium42
2021-05-13
Codechange: move hostnames in settings to std::string
rubidium42
2021-05-13
Codechange: move passwords in settings to std::string
rubidium42
2021-05-13
Fix: Correct name of Golub-Dobrzyn
Paweł Świątkowski
2021-05-13
Fix: Replace Susz with Leszno
Paweł Świątkowski
2021-05-12
Fix #9186: Fix incorrect bounding box height causing station sprite glitch. (...
PeterN
2021-05-05
Change: [Network] Update server's NetworkServerGameInfo only when needed
rubidium42
2021-04-29
Codechange: use NetworkAddress instead of two host/port variables where possible
Patric Stout
[next]