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
Age
Commit message (
Expand
)
Author
2021-05-30
Codechange: [Network] Use std::string to send the client name and rcon commands
rubidium42
2021-05-30
Codechange: [Network] Use std::string for server side logic of kicking and ba...
rubidium42
2021-05-30
Codechange: [Network] Let server rcon result use std::string
rubidium42
2021-05-30
Codechange: [Network] Let server changing a client name use std::string
rubidium42
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
Fix f6d5c01: Delay deletion when closing windows
glx22
2021-05-29
Codechange: [Network] Use std::string in CommandPacket
rubidium42
2021-05-29
Codechange: move from C-string to std::string for DoCommand
rubidium42
2021-05-29
Codechange: let IsUnique.* functions accept std::string
rubidium42
2021-05-29
Codechange: add std::string variant of Utf8StringLength
rubidium42
2021-05-29
Fix: Do not send vehicles towards incomplete PF nodes
Vít Šefl
2021-05-29
Codechange: move casting a "const char *" to "char *" to the caller
Patric Stout
2021-05-29
Fix: ScriptObject::DoCommand could modify "text" while defined "const"
Patric Stout
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
Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)
Patric Stout
2021-05-29
Fix #9281: acquire a company uses special bookkeeping to make you rich (#9300)
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-29
Codechange: split Write_ValidateSetting to get separate functions for making ...
rubidium42
2021-05-29
Codechange: split Write_ValidateSetting to get separate functions for making ...
rubidium42
2021-05-28
Update: Translations from eints
translators
2021-05-27
Update: Translations from eints
translators
2021-05-27
Change: by default, make "unload all" leave stations empty (#9301)
Patric Stout
2021-05-27
Codechange: add helper functions to read an int setting value
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
Cleanup: remove unneeded temporary variables and casts
rubidium42
2021-05-27
Codechange: move bits of SettingDesc down to the appropriate sub classes
rubidium42
2021-05-27
Codechange: use IntSettingDesc in the settings GUI
rubidium42
2021-05-27
Codechange: make parsing of IniItems overridable functions of SettingDesc
rubidium42
2021-05-27
Codechange: make Write_ValidateSetting a function of StringSettingDesc
rubidium42
2021-05-27
Codechange: make Write_ValidateSetting a function of IntSettingDesc
rubidium42
2021-05-27
Cleanup: use (config) formatting for console settings functions
rubidium42
2021-05-27
Codechange: make formatting of values into strings a method of SettingDesc
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: do not use SettingDescBase directly when not needed
rubidium42
2021-05-27
Codechange: use initializer_lists for the settings tables
rubidium42
2021-05-27
Codechange: let SettingDesc extend SettingDescBase
rubidium42
2021-05-27
Cleanup: remove and/or fix some confusing comments
rubidium42
2021-05-27
Codechange: just pass the SettingDesc to SetSettingValue and remove distincti...
rubidium42
2021-05-27
Change: mark copy-assignment as deleted for classes with a copy-constructor t...
rubidium42
2021-05-27
Cleanup: remove unused copy-constructor without copy-assignment
rubidium42
2021-05-27
Codechange: linkgraph always iterates with NodeIDs over the Size(), so make S...
rubidium42
2021-05-27
Cleanup: remove dead code; ++ on ostreambuf_iterator is a no-op
rubidium42
[prev]
[next]