aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mod securityShadowNinja2015-05-161-7/+8
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-0/+3
* Fix game minetest.conf default settingsest312015-03-181-0/+12
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-1/+1
* Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu2015-01-251-13/+24
* Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins2015-01-251-5/+5
* Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu2015-01-231-5/+5
* Settings: Fix invalid memory access when setting not found in working memkwolekr2014-12-121-1/+0
* Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr2014-12-121-34/+64
* Settings: Sanitize value for multiline terminator tokenskwolekr2014-12-111-6/+28
* Add support for lacunarity in legacy NoiseParams string formatkwolekr2014-12-101-1/+5
* Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr2014-12-091-11/+7
* Settings: Make setting entry group and values mutually exclusivekwolekr2014-12-091-176/+89
* Add flags and lacunarity as new noise parameterskwolekr2014-12-071-2/+9
* Close settings files and save them correctlySmallJoker2014-12-061-2/+5
* Settings: Various setting group fixes and enhancementskwolekr2014-12-041-51/+145
* Settings: Fix getNoiseParamsFromValue()kwolekr2014-12-021-0/+1
* Use setting groups for NoiseParamskwolekr2014-12-021-1/+75
* Fix settings callback "call" lost on rebasesapier2014-12-011-0/+3
* Fix buildCraig Robbins2014-12-011-0/+1
* LuaSettings: Sanitize setting name stringskwolekr2014-11-301-0/+10
* settings: Add setting groups and multiline entrieskwolekr2014-11-301-153/+259
* Implement proper font handlingsapier2014-11-301-0/+24
* Stop inserting empty lines at end of minetest.conf file each time it is rewri...Craig Robbins2014-11-081-2/+3
* Fix command line parsingKahrl2014-09-221-1/+1
* Split settings into seperate source and header filesShadowNinja2014-09-211-0/+702