summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.cpp
Commit message (Expand)AuthorAge
* Protect mg_name and mg_flags from being set by Lua (#11010)sfan52021-03-04
* Settings: Push groups in to_table as wellSmallJoker2021-03-01
* Settings: Proper priority hierarchySmallJoker2021-01-29
* Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker2020-01-25
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-30
* Allow 'default' parameter in 'settings:get_bool' functionJordan Irwin2017-12-17
* Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto2017-10-23
* Code modernization: subfolders (#6283)Loïc Blot2017-08-19
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-19
* Use a settings object for the main settingsShadowNinja2017-05-06
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-08
* 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
* 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