aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
AgeCommit message (Expand)Author
2014-12-12Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr
2014-12-11Settings: Sanitize value for multiline terminator tokenskwolekr
2014-12-09Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr
2014-12-09Settings: Make setting entry group and values mutually exclusivekwolekr
2014-12-04Settings: Various setting group fixes and enhancementskwolekr
2014-12-02Use setting groups for NoiseParamskwolekr
2014-11-30LuaSettings: Sanitize setting name stringskwolekr
2014-11-30settings: Add setting groups and multiline entrieskwolekr
2014-11-30Implement proper font handlingsapier
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-09-21Fix Settings lockingShadowNinja
2014-09-21Use const references for Settings methodsShadowNinja
2014-09-21Make getters of the Settings class constCraig Robbins
2014-04-19Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier
2014-02-15Add minetest.set_noiseparam_defaults() Lua APIkwolekr
2014-02-08Make flag strings clear specified flag with 'no' prefixkwolekr
2014-02-05Remove blank default values for emergequeue_limit_* settingskwolekr
2014-02-05Revert "Fix settings to honor numeric conversion errors"kwolekr
2014-02-04Fix settings to honor numeric conversion errorssapier
2014-02-03Settings: Add no-exception variants of each get methodkwolekr
2013-12-01Cleanup jthread and fix win32 buildsapier
2013-09-15Always use builtin JThread librarykwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-06Add flag string settings, flat map optionkwolekr
2013-01-22Make sure that settings are written to config file when settings are removed.Jürgen Doser
2013-01-21Last set of minor cleanupskwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Add Settings::getStruct and Settings::setStructkwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2013-01-21Basic support for configuring which mods to load for each worldJürgen Doser
2012-06-17Optimize headersPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-05-20Comment out unnecessary debug output in SettingsPerttu Ahola
2012-03-13Allow directly supplying world as a parameter, including world.mtPerttu Ahola
2012-03-11Clean up log messages everywherePerttu Ahola
2012-03-11Do not print errors when searching for usable configuration filePerttu Ahola
2012-03-11Fix configuration file behaviourPerttu Ahola
2011-11-29Some MSVC fixesPerttu Ahola
2011-10-16Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola
2011-10-15mobv2Perttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola