]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_settings.cpp
Fix animation frame_speed and blend loosing precision due to incorrec… (#6357)
[minetest.git] / src / script / lua_api / l_settings.cpp
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2016-12-21 sfan5Fix warning reported by clang (possible bug in Settings...
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2015-05-16 ShadowNinjaAdd mod security
2014-12-12 kwolekrSettings: Fail on invalid sequence and throw exception...
2014-12-10 kwolekrSettings: Sanitize setting name everywhere, not just...
2014-12-01 kwolekrLuaSettings: Sanitize setting name strings
2013-09-10 PilzAdamAdd Settings interface for Lua