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
/
itemstackmetadata.cpp
Age
Commit message (
Expand
)
Author
2021-03-09
Rename hash field to _hash and document it properly
itemmeta_restrictions
Elias Fleckenstein
2021-03-09
Unsent fields hash as ostringstream
Elias Fleckenstein
2021-03-09
Implement InventoryOptimisationOption as enum
Elias Fleckenstein
2021-03-05
Send a hash of unsent fields for proper combining prediction
Elias Fleckenstein
2021-03-05
Add short_description and palette_index to the whitelist
Elias Fleckenstein
2021-03-02
Remove the name field from the whitelist
Elias Fleckenstein
2021-03-01
Send only relevant ItemStack meta fields to Client
Elias Fleckenstein
2021-01-28
Sanitize ItemStack meta text
rubenwardy
2018-04-06
Add player:get_meta(), deprecate player attributes (#7202)
rubenwardy
2017-10-29
Allow overriding tool capabilities through itemstack metadata
raymoo
2017-09-10
Fix empty legacy meta being persisted
rubenwardy
2017-08-18
Modernize various files (part 2)
Loic Blot
2017-06-27
Fix for empty key/value when reading item string with wear but no metadata (#...
Jesse McDonald
2017-02-04
Add ItemStack key-value meta storage
rubenwardy