summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.cpp
Commit message (Collapse)AuthorAge
* Use a settings object for the main settingsShadowNinja2017-05-06
| | | | | | | This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵Loïc Blot2017-04-08
| | | | | (#5541) We are bundling Lua5.1 which has same macro
* Fix warning reported by clang (possible bug in Settings lua api)sfan52016-12-21
|
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-20
|
* Add mod securityShadowNinja2015-05-16
| | | | Due to compatibility concerns, this is temporarily disabled.
* Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr2014-12-12
|
* Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr2014-12-09
|
* LuaSettings: Sanitize setting name stringskwolekr2014-11-30
|
* Add Settings interface for LuaPilzAdam2013-09-10