index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_settings.cpp
Age
Commit message (
Expand
)
Author
2022-05-29
Protect a few more settings from being set from mods
sfan5
2021-05-30
script: Replace calls to depreated luaL_openlib
sfan5
2021-03-04
Protect mg_name and mg_flags from being set by Lua (#11010)
sfan5
2021-03-01
Settings: Push groups in to_table as well
SmallJoker
2021-01-29
Settings: Proper priority hierarchy
SmallJoker
2020-01-25
Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...
SmallJoker
2018-06-30
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
Loïc Blot
2017-12-17
Allow 'default' parameter in 'settings:get_bool' function
Jordan Irwin
2017-10-23
Improvements/fixes for noise parameter input in advanced settings
Muhammad Rifqi Priyo Susanto
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-06-19
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-05-06
Use a settings object for the main settings
ShadowNinja
2017-04-08
Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...
Loïc Blot
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
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