aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-0/+4
* Fix game minetest.conf default settingsest312015-03-181-0/+2
* Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu2015-01-251-5/+9
* Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins2015-01-251-3/+3
* Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu2015-01-231-3/+3
* Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr2014-12-121-15/+17
* Settings: Sanitize value for multiline terminator tokenskwolekr2014-12-111-0/+2
* Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr2014-12-091-1/+1
* Settings: Make setting entry group and values mutually exclusivekwolekr2014-12-091-24/+14
* Settings: Various setting group fixes and enhancementskwolekr2014-12-041-2/+9
* Use setting groups for NoiseParamskwolekr2014-12-021-0/+6
* LuaSettings: Sanitize setting name stringskwolekr2014-11-301-0/+1
* settings: Add setting groups and multiline entrieskwolekr2014-11-301-33/+67
* Implement proper font handlingsapier2014-11-301-1/+6
* Split settings into seperate source and header filesShadowNinja2014-09-211-737/+99
* Fix Settings lockingShadowNinja2014-09-211-13/+19
* Use const references for Settings methodsShadowNinja2014-09-211-74/+67
* Make getters of the Settings class constCraig Robbins2014-09-211-80/+37
* Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-191-1/+2
* Add minetest.set_noiseparam_defaults() Lua APIkwolekr2014-02-151-251/+7
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-6/+22
* Remove blank default values for emergequeue_limit_* settingskwolekr2014-02-051-11/+11
* Revert "Fix settings to honor numeric conversion errors"kwolekr2014-02-051-31/+11
* Fix settings to honor numeric conversion errorssapier2014-02-041-11/+31
* Settings: Add no-exception variants of each get methodkwolekr2014-02-031-4/+123
* Cleanup jthread and fix win32 buildsapier2013-12-011-3/+2
* Always use builtin JThread librarykwolekr2013-09-151-2/+2
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-1/+1
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-131-10/+11
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-18/+19
* initial mapgen indev version with farscale feature and huge cavesproller2013-03-161-1/+1
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-68/+45
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add flag string settings, flat map optionkwolekr2013-02-061-0/+11
* Make sure that settings are written to config file when settings are removed.Jürgen Doser2013-01-221-1/+3
* Last set of minor cleanupskwolekr2013-01-211-17/+1
* Finish and clean up mapgen configurationkwolekr2013-01-211-27/+43
* Add Settings::getStruct and Settings::setStructkwolekr2013-01-211-44/+306
* The new mapgen, noise functions, et al.kwolekr2013-01-211-4/+11
* Basic support for configuring which mods to load for each worldJürgen Doser2013-01-211-0/+20
* Optimize headersPerttu Ahola2012-06-171-1/+1
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-2/+2
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Comment out unnecessary debug output in SettingsPerttu Ahola2012-05-201-2/+2
* Allow directly supplying world as a parameter, including world.mtPerttu Ahola2012-03-131-0/+10
* Clean up log messages everywherePerttu Ahola2012-03-111-2/+0
* Do not print errors when searching for usable configuration filePerttu Ahola2012-03-111-4/+0
* Fix configuration file behaviourPerttu Ahola2012-03-111-2/+27
* Some MSVC fixesPerttu Ahola2011-11-291-4/+4