Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | C++11 cleanup on constructors (#6000) | Vincent Glize | |
* C++11 cleanup on constructors dir script | |||
2017-05-06 | Use a settings object for the main settings | ShadowNinja | |
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. | |||
2017-04-08 | Replace 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 | |||
2016-12-21 | Fix warning reported by clang (possible bug in Settings lua api) | sfan5 | |
2016-12-20 | Mod security: Allow read-only access to all mod paths | ShadowNinja | |
2015-05-16 | Add mod security | ShadowNinja | |
Due to compatibility concerns, this is temporarily disabled. | |||
2014-12-12 | Settings: Fail on invalid sequence and throw exception for LuaSettings | kwolekr | |
2014-12-09 | Settings: Sanitize setting name everywhere, not just LuaSettings | kwolekr | |
2014-11-30 | LuaSettings: Sanitize setting name strings | kwolekr | |
2013-09-10 | Add Settings interface for Lua | PilzAdam | |