summaryrefslogtreecommitdiff
path: root/src/table/currency_settings.ini
AgeCommit message (Expand)Author
2021-05-29Codechange: move all settings.ini files to table/settingsPatric Stout
2021-05-29Cleanup: set the base in the setting templates, instead of defining the base ...rubidium42
2021-05-29Codechange: use separate pre and post callbacks for int settingsrubidium42
2021-05-29Codechange: use separate pre and post callbacks for string settingsrubidium42
2021-05-27Codechange: make sub classes of SettingDesc for the different types of settingsrubidium42
2021-05-27Codechange: use initializer_lists for the settings tablesrubidium42
2021-05-13Codechange: move currency settings to std::stringrubidium42
2021-04-27Feature: allow non-ASCII currency separatorsrubidium42
2021-03-01Codechange: validate that "max" value of settings fit in their storagePatric Stout
2021-02-17Codechange: Allow early-load settings that are not misc settings.Michael Lutz
2021-02-13Codechange: Don't use cpp_offsetof in the save/load code.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-29Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them ...Charles Pigott
2019-04-11Codechange: NULL -> nullptr in settings files.peter1138
2019-02-02Codechange: Convert saveload numbers to enum values.Peter Nelson
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 filesalberth
2011-03-06(svn r22210) -Add: Add a variable for the value strings in the settings tables.alberth
2011-03-06(svn r22207) -Add: Add the copyright message to the new ini files.alberth
2011-03-05(svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with th...rubidium
2011-03-05(svn r22197) -Cleanup: remove the distinction between conditional and non-con...rubidium
2011-03-05(svn r22196) -Codechange: use default values for the from and to of savegame ...rubidium
2011-03-05(svn r22194) -Codechange: use the defaults feature of settingsgen to remove t...rubidium
2011-03-03(svn r22172) -Add: Add ini files containing the table/settings data.alberth