aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-0/+8
* Mainmenu game-related changes (#11887)sfan52022-01-091-3/+9
* Fix various code & correctness issues (#11815)sfan52021-12-051-1/+1
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-2/+1
* Make sure relevant std::stringstreams are set to binarysfan52021-09-111-4/+1
* Fix inconsistent integer comparison warningsSmallJoker2021-08-171-4/+4
* Fix /emergeblocks crashing in debug builds (#11461)Wuzzy2021-07-311-0/+9
* Rework Settings to support arbitrary hierarchies (#11352)sfan52021-06-231-32/+74
* Reserve vectors before pushing and other code quality changes (#11161)sfan52021-04-051-2/+3
* Settings: Purge getDefault, clean FontEngineSmallJoker2021-01-291-15/+3
* Settings: Proper priority hierarchySmallJoker2021-01-291-157/+143
* Prevent games from setting secure settings (#10460)rubenwardy2020-10-061-0/+13
* Settings: Remove unused functionsSmallJoker2020-10-011-79/+8
* Settings: Fix unittest memory leak, change input typesSmallJoker2020-09-221-5/+5
* Settings: Fix crash on exit due to group double-freeSmallJoker2020-09-211-2/+10
* Settings: Fix game minetest.conf flags overriding defaults (#9404)SmallJoker2020-02-171-0/+24
* Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker2020-01-251-15/+50
* Settings: Prevent mutex deadlock in remove() (#7803)SmallJoker2019-09-181-1/+4
* Settings: Disallow space characters entirelySmallJoker2019-06-101-1/+3
* Advanced settings noiseparams: Remove '}' left in .confSmallJoker2019-01-191-0/+3
* Remove settings properly (#7676)SmallJoker2018-09-301-1/+11
* Fix issue Minetest crash when custom font path is not existMuhammad Rifqi Priyo Susanto2017-11-081-0/+43
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-13/+10
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-0/+5
* Some performance optimizations (#5424)Loïc Blot2017-03-221-28/+1
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-14/+12
* Settings: Clean up settings changed callback codekwolekr2016-06-111-23/+22
* Clean up StrfndShadowNinja2016-03-191-1/+1
* Fix Settings::remove() always returning trueKahrl2016-01-191-2/+8
* Change i++ to ++iDavid Jones2015-08-251-1/+1
* Clean up threadingShadowNinja2015-08-231-18/+18
* 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