index
:
MinedMap
master
Fast Minecraft map renderer
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
NBT
Age
Commit message (
Expand
)
Author
2018-07-22
NBT: String: add data accessor
Matthias Schiffer
2018-07-22
NBT: IntArray: allow accessing individual elements
Matthias Schiffer
2018-07-21
NBT: remove unused deep Compound accessor
Matthias Schiffer
2018-07-21
NBT: rework type system
Matthias Schiffer
2018-07-21
NBT: create Tags using make_shared()
Matthias Schiffer
2018-07-21
NBT: make Tag constructors public, remove friend declarations
Matthias Schiffer
2018-07-21
NBT: fix LongArray dumping
Matthias Schiffer
2018-07-21
NBT: add data accessors for IntArray and LongArray
Matthias Schiffer
2018-07-21
NBT: add support for LongArray tags
Matthias Schiffer
2018-07-20
Add Tag print functions and nbtdump tool
Matthias Schiffer
2015-02-01
Performance improvements
Matthias Schiffer
2015-02-01
Handle lighting and depth
Matthias Schiffer
2015-02-01
Don't throw an exception when a compound field is not found
Matthias Schiffer
2015-02-01
Parse chunk data on demand
Matthias Schiffer
2015-02-01
Use template argument for list subtype, extract further information from chunks
Matthias Schiffer
2015-02-01
More convenient tag access
Matthias Schiffer
2015-02-01
Implement most of the chunk format
Matthias Schiffer