summaryrefslogtreecommitdiff
path: root/src/table/settings.ini
AgeCommit message (Collapse)Author
2012-04-17(svn r24134) -Add: Configurable limits for tree planting.michi_cc
2012-04-17(svn r24129) -Feature [FS#3660]: Option to minimise signal distance when ↵michi_cc
dragging over obstacles. (adf88)
2012-02-04(svn r23895) -Revert (r23888): Broken and not even needed anymore in the ↵michi_cc
container format 2 implementation that was committed.
2012-02-04(svn r23888) -Change: Move the min/max zoom settings to the "misc" section ↵michi_cc
so they are valid before sprites are loaded.
2012-01-07(svn r23769) -Codechange: make the lag/join start timeouts configurable as wellrubidium
2012-01-06(svn r23764) -Fix [FS#4955]: make default timeouts for certain states lower ↵rubidium
and configurable
2011-12-11(svn r23497) -Add: Advanced display setting to control the linewidth in ↵frosch
graphs. (ChillCore)
2011-12-04(svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't ↵rubidium
applied correctly anymore as the configuration file is loaded after the first NewGRF scan
2011-12-03(svn r23415) -Feature: Infrastructure maintenance costs.michi_cc
2011-12-01(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to ↵truebrain
script.script_max_opcode_till_suspend
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-24(svn r23314) -Add: Add settings to restrict viewport zoom levels.peter1138
2011-11-23(svn r23303) -Add: economy.fund_buildings, to disallow funding buildingstruebrain
2011-11-14(svn r23223) -Codechange: store the last newgrf count in the misc sectionrubidium
2011-11-08(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI ↵yexo
settings unless gui.ai_developer_tools is enabled (Zuu)
2011-11-03(svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not ↵rubidium
the same as the length of the variable
2011-11-03(svn r23084) -Codechange: get rid of a redundant variablerubidium
2011-08-21(svn r22807) -Feature-ish: show a message about missing strings in the intro ↵rubidium
window if a certain (configurable) threshold has been reached and its not a stable release
2011-08-21(svn r22797) -Add: progress bar for scanning NewGRFsrubidium
2011-08-20(svn r22767) -Add: river generationrubidium
2011-05-03(svn r22417) -Add: an advanced setting to specify the default palette to use ↵frosch
for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option.
2011-04-19(svn r22352) -Change: make YAPF the default pathfinder for ships, don't ↵smatz
discourage players from using it
2011-03-11(svn r22233) -Fix (r22210): value strings for command-pause-level were not ↵yexo
shown correctly
2011-03-06(svn r22219) -Codechange: Unduplicate npf/yapf strings.alberth
2011-03-06(svn r22217) -Codechange: Unduplicate horizontal positioning strings.alberth
2011-03-06(svn r22215) -Codechange: Unduplicate original/realistic strings.alberth
2011-03-06(svn r22213) -Codechange: Unduplicate company on/off strings.alberth
2011-03-06(svn r22211) -Codechange: Unduplicate Off/On strings.alberth
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 ↵alberth
settings.h.preamble to the ini file that uses it.
2011-03-06(svn r22207) -Add: Add the copyright message to the new ini files.alberth
2011-03-05(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the ↵rubidium
client settings
2011-03-05(svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with ↵rubidium
their more clearly named (longer) constant names
2011-03-05(svn r22197) -Cleanup: remove the distinction between conditional and ↵rubidium
non-conditional settings; with default from and to savegame versions all can be conditional. They previously were as well; the non-conditional ones were macros of the conditionals with to/from saveload versions hardcoded
2011-03-05(svn r22196) -Codechange: use default values for the from and to of savegame ↵rubidium
versions as well
2011-03-05(svn r22194) -Codechange: use the defaults feature of settingsgen to remove ↵rubidium
the need to state the "default" value for all items
2011-03-03(svn r22172) -Add: Add ini files containing the table/settings data.alberth