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_metadata.cpp
Age
Commit message (
Expand
)
Author
2022-11-15
Add MetaDataRef:get_keys (#12841)
Jude Melton-Houghton
2022-10-04
Consolidate API object code (#12728)
Jude Melton-Houghton
2022-09-26
Avoid duplication of mod metadata in memory (#12562)
Jude Melton-Houghton
2021-10-05
Make MetaDataRef:get return nil instead of nothing (#11666)
Jude Melton-Houghton
2020-07-16
Revert "Auto delete MetaData when = 0 (#8770)" (#10183)
Lars Müller
2020-05-02
Auto delete MetaData when = 0 (#8770)
Lejo
2018-12-04
Send only changed node metadata to clients instead of whole mapblock (#5268)
SmallJoker
2018-06-30
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
Loïc Blot
2018-06-04
Modernize lua read (part 1): C++ templating insurance (#7394)
Loïc Blot
2018-04-30
MetaDataRef: Add contains() and get() (#7214)
rubenwardy
2018-04-06
Add player:get_meta(), deprecate player attributes (#7202)
rubenwardy
2018-02-18
Check argument types inside MetaDataRef Lua API (#7045)
sfan5
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-04-08
Hardware coloring for itemstacks
Dániel Juhász
2017-02-04
Derive NodeMetaRef from MetaDataRef
rubenwardy