aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Expand)Author
2016-06-11Settings: Clean up settings changed callback codekwolekr
2016-03-19Clean up StrfndShadowNinja
2016-01-19Fix Settings::remove() always returning trueKahrl
2015-08-25Change i++ to ++iDavid Jones
2015-08-23Clean up threadingShadowNinja
2015-05-16Add mod securityShadowNinja
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-18Fix game minetest.conf default settingsest31
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-01-25Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu
2015-01-25Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins
2015-01-23Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu
2014-12-12Settings: Fix invalid memory access when setting not found in working memkwolekr
2014-12-12Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr
2014-12-11Settings: Sanitize value for multiline terminator tokenskwolekr
2014-12-10Add support for lacunarity in legacy NoiseParams string formatkwolekr
2014-12-09Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr
2014-12-09Settings: Make setting entry group and values mutually exclusivekwolekr
2014-12-07Add flags and lacunarity as new noise parameterskwolekr
2014-12-06Close settings files and save them correctlySmallJoker
2014-12-04Settings: Various setting group fixes and enhancementskwolekr
2014-12-02Settings: Fix getNoiseParamsFromValue()kwolekr
2014-12-02Use setting groups for NoiseParamskwolekr
2014-12-01Fix settings callback "call" lost on rebasesapier
2014-12-01Fix buildCraig Robbins
2014-11-30LuaSettings: Sanitize setting name stringskwolekr
2014-11-30settings: Add setting groups and multiline entrieskwolekr
2014-11-30Implement proper font handlingsapier
2014-11-08Stop inserting empty lines at end of minetest.conf file each time it is rewri...Craig Robbins
2014-09-22Fix command line parsingKahrl
2014-09-21Split settings into seperate source and header filesShadowNinja