summaryrefslogtreecommitdiffstats
path: root/src/NBT
AgeCommit message (Expand)Author
2018-07-22NBT: String: add data accessorMatthias Schiffer
2018-07-22NBT: IntArray: allow accessing individual elementsMatthias Schiffer
2018-07-21NBT: remove unused deep Compound accessorMatthias Schiffer
2018-07-21NBT: rework type systemMatthias Schiffer
2018-07-21NBT: create Tags using make_shared()Matthias Schiffer
2018-07-21NBT: make Tag constructors public, remove friend declarationsMatthias Schiffer
2018-07-21NBT: fix LongArray dumpingMatthias Schiffer
2018-07-21NBT: add data accessors for IntArray and LongArrayMatthias Schiffer
2018-07-21NBT: add support for LongArray tagsMatthias Schiffer
2018-07-20Add Tag print functions and nbtdump toolMatthias Schiffer
2015-02-01Performance improvementsMatthias Schiffer
2015-02-01Handle lighting and depthMatthias Schiffer
2015-02-01Don't throw an exception when a compound field is not foundMatthias Schiffer
2015-02-01Parse chunk data on demandMatthias Schiffer
2015-02-01Use template argument for list subtype, extract further information from chunksMatthias Schiffer
2015-02-01More convenient tag accessMatthias Schiffer
2015-02-01Implement most of the chunk formatMatthias Schiffer