]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_settings.cpp
Protect a few more settings from being set from mods
[dragonfireclient.git] / src / script / lua_api / l_settings.cpp
2022-05-29 sfan5Protect a few more settings from being set from mods
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2021-03-04 sfan5Protect mg_name and mg_flags from being set by Lua...
2021-03-01 SmallJokerSettings: Push groups in to_table as well
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2017-12-17 Jordan IrwinAllow 'default' parameter in 'settings:get_bool' function
2017-10-23 Muhammad Rifqi Pri... Improvements/fixes for noise parameter input in advance...
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2016-12-21 sfan5Fix warning reported by clang (possible bug in Settings...
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2015-05-16 ShadowNinjaAdd mod security
2014-12-12 kwolekrSettings: Fail on invalid sequence and throw exception...
2014-12-10 kwolekrSettings: Sanitize setting name everywhere, not just...
2014-12-01 kwolekrLuaSettings: Sanitize setting name strings
2013-09-10 PilzAdamAdd Settings interface for Lua