aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.cpp
AgeCommit message (Expand)Author
2022-05-29Protect a few more settings from being set from modssfan5
2021-05-30script: Replace calls to depreated luaL_openlibsfan5
2021-03-04Protect mg_name and mg_flags from being set by Lua (#11010)sfan5
2021-03-01Settings: Push groups in to_table as wellSmallJoker
2021-01-29Settings: Proper priority hierarchySmallJoker
2020-01-25Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2017-12-17Allow 'default' parameter in 'settings:get_bool' functionJordan Irwin
2017-10-23Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-05-06Use a settings object for the main settingsShadowNinja
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