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
Age
Commit message (
Expand
)
Author
2021-06-10
Change: allow pause/unpause console command in single player too (#9342)
Patric Stout
2021-06-10
Cleanup: [ContentInfo] Remove some functions that are not needed anymore
rubidium42
2021-06-10
Codechange: [ContentInfo] Use std::string instead of string buffers
rubidium42
2021-06-10
Codechange: [ContentInfo] Use a vector for dependencies instead of custom all...
rubidium42
2021-06-10
Codechange: [ContentInfo] Use StringList for tags instead of custom allocations
rubidium42
2021-06-10
Codechange: [ContentInfo] Do not use memset/memcpy to make it possible to use...
rubidium42
2021-06-10
Cleanup: [ContentInfo] Remove unused function
rubidium42
2021-06-10
Add: adhere the autosave_on_exit setting for Null videodriver (#9343)
Patric Stout
2021-06-10
Codechange: rework CHTS-chunk save/load to be more like the others
Patric Stout
2021-06-10
Codechange: rename SL_LST to SL_REFLIST to highlight the "reference" part
Patric Stout
2021-06-10
Codechange: refactor SlList to use SlStorageHelper
Patric Stout
2021-06-10
Codechange: refactor SlDequeueHelper to work with unsigned and be more generic
Patric Stout
2021-06-10
Codechange: use wrappers to get Var[Mem|File]Type, instead of GB()
Patric Stout
2021-06-10
Codechange: move GetVariableAddress inside SlObjectMember
Patric Stout
2021-06-10
Fix 2e136285: Crash when CTRL-clicking on a sign (#9345)
Vít Šefl
2021-06-09
Update: Translations from eints
translators
2021-06-08
Update: Translations from eints
translators
2021-06-08
Fix: compatible NewGRFs in crash-log reported wrong md5 (#9340)
Patric Stout
2021-06-07
Codechange: make [Save|Load]Settings() behave more like other Save/Load code ...
Patric Stout
2021-06-06
Codechange: merge guiflags and flags in settings .ini files
Patric Stout
2021-06-06
Codechange: move SLF_NO_NETWORK_SYNC into settings
Patric Stout
2021-06-06
Codechange: move SLF_NOT_IN_SAVE into settings
Patric Stout
2021-06-06
Codechange: remove the unused SLF_HEX flag
Patric Stout
2021-06-06
Update: Translations from eints
translators
2021-06-06
Codechange: Remove FOR_ALL_CHUNK_HANDLERS
glx22
2021-06-05
Update: Translations from eints
translators
2021-06-04
Update: Translations from eints
translators
2021-06-03
Update: Translations from eints
translators
2021-06-03
Fix ef991b17: server was trying to free() a packet created with "new CommandP...
Patric Stout
2021-06-03
Codechange: rename SettingGuiFlag to SettingFlag (#9332)
Patric Stout
2021-06-03
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...
Patric Stout
2021-06-03
Codechange: remove unused assert_msg() macro
Patric Stout
2021-06-01
Update: Translations from eints
translators
2021-06-01
Fix b791ffc6: use the correct name in CmdPlantTree
Vít Šefl
2021-06-01
Fix b791ffc6: use the correct parameter in CmdSignalTrackHelper
Vít Šefl
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2021-05-31
Update: Translations from eints
translators
2021-05-31
Codechange: use AsIntSetting()->Read() wrapper if possible (#9324)
Patric Stout
2021-05-30
Update: Translations from eints
translators
2021-05-30
Fix #9320, 2e136285: nullptr could not be converted to string
Rubidium
2021-05-30
Fix #9316, 64eddaeb: at about 250.000 inhabitants the bridge length limit che...
rubidium42
2021-05-30
Codechange: add a wrapper function to find all settings based on prefix (#9312)
Patric Stout
2021-05-30
Codechange: use setting name instead of index for HandleOldDiffCustom() (#9311)
Patric Stout
2021-05-30
Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313)
Patric Stout
2021-05-30
Codechange: [Network] Let admin-console use std::string(_view)
rubidium42
2021-05-30
Codechange: [Network] Let admin-game script use std::string
rubidium42
2021-05-30
Codechange: [Game] Pass the length instead of '\0' terminating (and undoing t...
rubidium42
2021-05-30
Codechange: [Network] Make admin name and version std::string
rubidium42
2021-05-30
Fix: limit heightmap sizes to something reasonable to prevent crafted heightm...
rubidium42
2021-05-30
Codechange: [Network] Use std::string to determine an unique name for clients
rubidium42
[next]