aboutsummaryrefslogtreecommitdiff
path: root/src/itemstackmetadata.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure relevant std::stringstreams are set to binarysfan52021-09-111-1/+1
|
* Sanitize ItemStack meta textrubenwardy2021-01-281-2/+15
|
* Add player:get_meta(), deprecate player attributes (#7202)rubenwardy2018-04-061-0/+20
| | | | * Add player:get_meta(), deprecate player attributes
* Allow overriding tool capabilities through itemstack metadataraymoo2017-10-291-0/+41
| | | | | This makes it possible to modify the tool capabilities of individual itemstacks by calling a method on itemstack metadata references.
* Fix empty legacy meta being persistedrubenwardy2017-09-101-2/+3
|
* Modernize various files (part 2)Loic Blot2017-08-181-5/+3
| | | | | | | | | * range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function
* Fix for empty key/value when reading item string with wear but no metadata ↵Jesse McDonald2017-06-271-10/+12
| | | | (#6058)
* Add ItemStack key-value meta storagerubenwardy2017-02-041-0/+43