summaryrefslogtreecommitdiff
path: root/src/metadata.cpp
AgeCommit message (Collapse)Author
2017-04-23Pass clang-format on various cpp/header files (#5559)Loïc Blot
2017-02-08Add ModMetadata API (#5131)Loïc Blot
* mod can create a ModMetadata object where store its values and retrieve it. * Modmetadata object can only be fetched at mod loading * Save when modified using same time as map interval or at server stop * add helper function to get mod storage path * ModMetadata has exactly same calls than all every other Metadata
2017-02-04Add ItemStack key-value meta storagerubenwardy
2017-02-04Derive NodeMetaRef from MetaDataRefrubenwardy
2017-02-04Derive NodeMetadata from Metadatarubenwardy