aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.h
AgeCommit message (Collapse)Author
2017-04-08Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵Loïc Blot
(#5541) We are bundling Lua5.1 which has same macro
2017-04-07Pass clang-format on 14 trivial header files fixesLoic Blot
Also remove them from whitelist
2016-12-20Mod security: Allow read-only access to all mod pathsShadowNinja
2013-09-10Add Settings interface for LuaPilzAdam