aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.cpp
AgeCommit message (Expand)Author
2017-04-08Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot
2016-12-21Fix warning reported by clang (possible bug in Settings lua api)sfan5
2016-12-20Mod security: Allow read-only access to all mod pathsShadowNinja
2015-05-16Add mod securityShadowNinja
2014-12-12Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr
2014-12-09Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr
2014-11-30LuaSettings: Sanitize setting name stringskwolekr
2013-09-10Add Settings interface for LuaPilzAdam