Commit Graph

7 Commits

Author SHA1 Message Date
ForeverZer0 f27bebf6c9 - Fixed SNBT bug that would not parse boolean values
- Implemented BoolTag type for convenience
- Implemented compiled regular expressions
2021-09-18 18:46:43 -04:00
ForeverZer0 bb54ab6aa6 Added generic Read methods to NbtFile for any TagContainer type instead of only CompoundTag 2021-08-25 17:42:37 -04:00
ForeverZer0 c10deb3900 Added TagBuilder tests 2021-08-25 04:31:39 -04:00
ForeverZer0 01ed594061 Removed some obsolete tests 2021-08-24 08:30:11 -04:00
ForeverZer0 e04e32ed69 Implemented VarInt and VarLong with optional ZigZag encoding 2021-08-24 08:11:32 -04:00
ForeverZer0 8a35ed1d9f Transitioned from a single NbtStream class to a separate TagReader and TagWriter classes
Added a static NbtFile class for convenience methods when working with files
2021-08-23 03:41:26 -04:00
ForeverZer0 68dd7aa011 Implemented output to JSON/XML
Simplified reading/writing algorithms
Endian swapping is now performed via grouped bit-shifts
2021-08-22 23:43:45 -04:00