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.h.preamble
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-02
Cleanup: remove SLE_NULL and friends
Patric Stout
2021-07-02
Feature: framework to make savegames self-descriptive
Patric Stout
2021-06-26
Fix #9386: compilers failing to compile with LTO by using variants instead of...
rubidium42
2021-06-06
Codechange: merge guiflags and flags in settings .ini files
Patric Stout
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-13
Codechange: clean up C-string support from settings
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 passwords in settings to std::string
rubidium42
2021-04-27
Feature: allow non-ASCII currency separators
rubidium42
2021-02-17
Codechange: Allow early-load settings that are not misc settings.
Michael Lutz
2021-02-13
Codechange: Don't use cpp_offsetof in the save/load code.
Michael Lutz
2020-06-05
Cleanup: Add note explaining how settings.h is generated from source.
TechGeekNZ
2020-06-05
Cleanup: Fix typo in settings.h.preamble.
TechGeekNZ
2020-05-21
Codechange: Store base set related texts in std::strings.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-29
Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them ...
Charles Pigott
2019-04-11
Codechange: NULL -> nullptr in settings files.
peter1138
2018-06-27
Codechange: lengthof is not defined for runtime-length strings, use sizeof in...
Charles Pigott
2013-02-14
(svn r24991) -Doc: Clarify comments regarding settings macros.
matthijs
2012-11-08
(svn r24671) -Feature [FS#5355]: Add basic/advanced/expert filters to adv. se...
frosch
2012-05-12
(svn r24234) -Add: Add help-string infrastructure to the ini files
alberth
2011-05-29
(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1
frosch
2011-03-06
(svn r22210) -Add: Add a variable for the value strings in the settings tables.
alberth
2011-03-06
(svn r22209) -Codechange: Move function declarations from settings.h.preamble...
alberth
2011-03-05
(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the clie...
rubidium
2011-03-05
(svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with th...
rubidium
2011-03-05
(svn r22198) -Codechange: make some constants name more explicit
rubidium
2011-03-05
(svn r22197) -Cleanup: remove the distinction between conditional and non-con...
rubidium
2011-03-03
(svn r22173) -Add: Add preamble and postamble files before and after the gene...
alberth