Fix bone-attached entities (#10015)
[oweals/minetest.git] / src / settings.cpp
2020-02-17 SmallJokerSettings: Fix game minetest.conf flags overriding defau...
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2019-09-18 SmallJokerSettings: Prevent mutex deadlock in remove() (#7803)
2019-06-10 SmallJokerSettings: Disallow space characters entirely
2019-01-19 SmallJokerAdvanced settings noiseparams: Remove '}' left in ...
2018-09-30 SmallJokerRemove settings properly (#7676)
2017-11-08 Muhammad Rifqi Pri... Fix issue Minetest crash when custom font path is not...
2017-08-19 Loïc BlotCode modernization: src/p*, src/q*, src/r*, src/s*...
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-06-11 kwolekrSettings: Clean up settings changed callback code
2016-03-20 ShadowNinjaClean up Strfnd
2016-01-19 KahrlFix Settings::remove() always returning true
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-05-16 ShadowNinjaAdd mod security
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-18 est31Fix game minetest.conf default settings
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-01-25 gregorycuSettings fixes Make the GameGlobalShaderConstantSetter...
2015-01-24 Craig RobbinsRevert "Make the GameGlobalShaderConstantSetter use...
2015-01-24 gregorycuMake the GameGlobalShaderConstantSetter use the setting...
2014-12-12 kwolekrSettings: Fix invalid memory access when setting not...
2014-12-12 kwolekrSettings: Fail on invalid sequence and throw exception...
2014-12-12 kwolekrSettings: Sanitize value for multiline terminator tokens
2014-12-10 kwolekrAdd support for lacunarity in legacy NoiseParams string...
2014-12-10 kwolekrSettings: Sanitize setting name everywhere, not just...
2014-12-10 kwolekrSettings: Make setting entry group and values mutually...
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-06 SmallJokerClose settings files and save them correctly
2014-12-04 kwolekrSettings: Various setting group fixes and enhancements
2014-12-03 kwolekrSettings: Fix getNoiseParamsFromValue()
2014-12-02 kwolekrUse setting groups for NoiseParams
2014-12-01 sapierFix settings callback "call" lost on rebase
2014-12-01 Craig RobbinsFix build
2014-12-01 kwolekrLuaSettings: Sanitize setting name strings
2014-11-30 kwolekrsettings: Add setting groups and multiline entries
2014-11-30 sapierImplement proper font handling
2014-11-08 Craig RobbinsStop inserting empty lines at end of minetest.conf...
2014-09-22 KahrlFix command line parsing
2014-09-21 ShadowNinjaSplit settings into seperate source and header files