summaryrefslogtreecommitdiff
path: root/src/table/gameopt_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-27Codechange: let OneOfMany and ManyOfMany be their own classes as wellrubidium42
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-04-20Remove: "language" field from server/clientPatric Stout
2021-03-01Codechange: validate that "max" value of settings fit in their storagePatric Stout
2021-03-01Fix: old snow_line_height had a higher maximum value than could be storedPatric 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
2020-12-15Feature: new velocity unit "tiles/day" (#8278)jostephd
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-29Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them ...Charles Pigott
2019-04-11Codechange: NULL -> nullptr in settings files.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-02Codechange: Convert saveload numbers to enum values.Peter Nelson
2019-02-02Codechange: Make saveload version upper bound exclusive, i.e. version object ...Peter Nelson
2014-01-02(svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... file...frosch
2013-06-29(svn r25508) -Change: split unit localisation choice into a choice per type o...rubidium
2013-03-09(svn r25072) -Codechange: Don't require the custom currency to be the last de...planetmaker
2012-12-23(svn r24843) -Codechange: Move news display options into the general settings...frosch
2012-12-05(svn r24790) -Remove: Classic difficulty profiles.frosch
2012-12-05(svn r24789) -Add: Separate setting to control the default settings of newly ...frosch
2012-12-05(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles an...frosch
2012-12-05(svn r24785) -Add: Various methods to open the OSK. (based on patch by Eagle_...frosch
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-11-25(svn r23326) -Fix [FS#4852] (r23239): snow line for very old savegames wasn't...rubidium
2011-11-17(svn r23239) -Fix: saving/loading the snow line height twice, especially when...rubidium
2011-11-03(svn r23084) -Codechange: get rid of a redundant variablerubidium
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