summaryrefslogtreecommitdiff
path: root/src/table
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-29Fix: [Network] Prevent an empty server name to be set anywhererubidium42
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: remove SettingDescType in lieu of the actual classesrubidium42
2021-05-27Codechange: let OneOfMany and ManyOfMany be their own classes as wellrubidium42
2021-05-27Codechange: make BoolSettingDesc its own sub classrubidium42
2021-05-27Codechange: make sub classes of SettingDesc for the different types of settingsrubidium42
2021-05-27Codechange: make SettingDesc an instance in the setting table to allow for su...rubidium42
2021-05-27Codechange: use initializer_lists for the settings tablesrubidium42
2021-05-27Cleanup: remove and/or fix some confusing commentsrubidium42
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-05-13Codechange: add constant for number of original cargoes.frosch
2021-05-13Codechange: clean up C-string support from settingsrubidium42
2021-05-13Codechange: move misc settings to std::stringrubidium42
2021-05-13Codechange: move font settings to std::stringrubidium42
2021-05-13Codechange: move currency settings to std::stringrubidium42
2021-05-13Codechange: move locale settings to std::stringrubidium42
2021-05-13Codechange: move client name in settings to std::stringrubidium42
2021-05-13Codechange: move server name/id in settings to std::stringrubidium42
2021-05-13Codechange: move hostnames in settings to std::stringrubidium42
2021-05-13Codechange: move passwords in settings to std::stringrubidium42
2021-05-13Fix: Correct name of Golub-DobrzynPaweł Świątkowski
2021-05-13Fix: Replace Susz with LesznoPaweł Świątkowski
2021-05-12Fix #9186: Fix incorrect bounding box height causing station sprite glitch. (...PeterN
2021-05-05Change: [Network] Update server's NetworkServerGameInfo only when neededrubidium42
2021-04-29Codechange: use NetworkAddress instead of two host/port variables where possiblePatric Stout
2021-04-27Feature: allow non-ASCII currency separatorsrubidium42
2021-04-24Change: use icons to indicate you/host in Online Players GUIPatric Stout
2021-04-24Feature: rework in-game Online Players GUIPatric Stout
2021-04-20Remove: "language" field from server/clientPatric Stout
2021-04-11Feature: allow a toggle to enable/disable vsyncPatric Stout
2021-04-10Fix d4c3d01d: add plural form 14 to strgen. (#8999)frosch
2021-04-09Change: Default music and sound effects volume to be lowerNiels Martin Hansen
2021-03-26Fix: store the recent new game_creation settings in savegamesPatric Stout
2021-03-26Feature: allow setting a custom terrain type to define highest peakPatric Stout
2021-03-26Add: allow setting the highest mountain for heightmapsPatric Stout
2021-03-26Feature: auto-detect map height limit based on generated mapPatric Stout
2021-03-26Change: rename setting "max_heightlevel" to "map_height_limit"Patric Stout
2021-03-26Feature: setting to indicate desert coverage for tropic climatePatric Stout
2021-03-26Feature: setting to indicate snow coverage for arctic climate (replaces snow ...Patric Stout
2021-03-13Feature: allow setting maximum zoom level at which sprites are drawn (#8604)Matt Kimber
2021-03-11Fix: front/back sprites of action5 tram catenary were swapped.frosch
2021-03-08Add: Option to (dis-)allow accelerated video drivers. (#8819)Patric 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-03-01Fix: three max-values for settings could exceed their storage sizePatric Stout
2021-02-28Fix c3dc27e3: put the max-value of fast-forward-speed-limit to within the sto...Patric Stout
2021-02-28Add: settings to limit your fast-forward game speedPatric Stout