Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)
[oweals/minetest.git] / src / script / lua_api / l_settings.cpp
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2017-12-17 Jordan IrwinAllow 'default' parameter in 'settings:get_bool' function
2017-10-23 Muhammad Rifqi Pri... Improvements/fixes for noise parameter input in advance...
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 1949/head
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