1. 4d3aa97 unit tests by Querz · 4 years, 7 months ago
  2. 7782065 rename mson to snbt / fix tag unit tests by Querz · 4 years, 7 months ago
  3. c16f519 the big refactoring: better package names / fix mca biome functions / fix mca blockstate index functions by Querz · 4 years, 7 months ago
  4. 83b6925 mson / nbt serialization / deserialization with working but incomplete unit tests by Querz · 6 years ago
  5. 4599e05 MSON deserializer prototype by Querz · 6 years ago
  6. 7cae36d always use @throws in javadoc by Querz · 6 years ago
  7. e88a572 Updated documentation to describe new maxDepth behavior by Marcono1234 · 6 years ago
  8. 7cd8d13 Suppressed warning and added small doc by Marcono1234 · 6 years ago
  9. a7bc3c9 Removed unused import by Marcono1234 · 6 years ago
  10. 7e75cdb simplify CompoundTag serialization code by Querz · 6 years ago
  11. 1da4f5b ObjectTag with value null should be sorted to the end by Querz · 6 years ago
  12. c4487d6 add another null case to ObjecTag#compareTo unit test by Querz · 6 years ago
  13. 5e64dd1 fix ObjectTag throwing NPE with null value by Querz · 6 years ago
  14. 0c1b1e6 add missing javadoc parameter description by Querz · 6 years ago
  15. 26ab484 Make ArrayTag and NumberTag implementations implement their own Comparable by Querz · 6 years ago
  16. ea1cf0d implement Comparable only where needed by Querz · 6 years ago
  17. a79cfdf fix unit test DummyNumberTag by Querz · 6 years ago
  18. f681b87 remove no-args constructor from NumberTag by Querz · 6 years ago
  19. 8851587 remove unnecessary null value assignment in Tag constructor by Querz · 6 years ago
  20. 664f597 remove Tag#getEmptyValue() by Querz · 6 years ago
  21. fa1687d update unit tests for compareTo / remove StructTag#sort() by Querz · 6 years ago
  22. eddc18f compareTo should throw a NPE when comparing to null / add sort to ListTag by Querz · 6 years ago
  23. eafa5b1 invert max depth calculation by Querz · 6 years ago
  24. 92c478e make toString() and toTagString() final to force child classes to use the depth parameter by Querz · 6 years ago
  25. 84f13ea handle negative ListTag and StructTag size by Querz · 6 years ago
  26. 4156b50 CompoundTag and ListTag should clear their original value during deserialisation by Querz · 6 years ago
  27. 11a01e2 compareTo should throw exception when comparing two incompatible types by Querz · 6 years ago
  28. d9ae94d Simplified equals by Marcono1234 · 6 years ago
  29. edc8ae9 Removed not needed hashCode override by Marcono1234 · 6 years ago
  30. 5d9c16e Using getValue() instead of asFloat / asDouble by Marcono1234 · 6 years ago
  31. 884714f Removed not needed anotation by Marcono1234 · 6 years ago
  32. 4950480 Removed not needed generic types by Marcono1234 · 6 years ago
  33. 4f8c0ee Added serialVersionUID and prevented ObjectTagTest from being serialized by Marcono1234 · 6 years ago
  34. 72d1fc7 Replaced anonymous Map subclass for constant by Marcono1234 · 6 years ago
  35. 3b5b7ba Removed raw types by Marcono1234 · 6 years ago
  36. c821420 improve ArrayTag type safety by Querz · 6 years ago
  37. f1f2c54 improve unit tests by Querz · 6 years ago
  38. 152bccf fix incomplete existing javadoc by Querz · 6 years ago
  39. 8f1f5c8 resolve merge conflicts by Querz · 6 years ago
  40. c24af92 remove redundant information about tag types in toString() conversion in ListTags by Querz · 6 years ago
  41. 4e19f71 fix issues from #18 by Querz · 6 years ago
  42. c5a3a38 remove typeID from ListTag and improve TagFactory by Querz · 6 years ago
  43. d052b35 ListTag#clone() must ensure type safety for clone by Querz · 6 years ago
  44. 46bac59 improve all generic type specifications by Querz · 6 years ago
  45. 26e33f7 Made ListTag more type-safe by Marcono1234 · 6 years ago
  46. 028794d java-doc for ListTag class by Querz · 6 years ago
  47. 066084b throw exception when adding tag of different type to new empty ListTag by Querz · 6 years ago
  48. ded5caa See #14 by Querz · 6 years ago
  49. 4eae1bf make LisTag type more persistent by Querz · 6 years ago
  50. 947c750 simplify hashCode() by Querz · 6 years ago
  51. c3ddef0 more tests and java-docs by Querz · 6 years ago
  52. 2e8e282 Merge branch 'master' into tag-hashcode by Querz · 6 years ago
  53. 540f9ee optimize CompoundTag#hashCode() by Querz · 6 years ago
  54. 587bb60 all tags should implement hashCode() by Querz · 6 years ago
  55. fb9383d use Supplier to register custom Tags in TagFactory by Querz · 6 years ago
  56. f1a300b spacing by Querz · 6 years ago
  57. aa17342 Merge branch 'Marcono1234-NaN' of https://github.com/Marcono1234/NBT into Marcono1234-Marcono1234-NaN by Querz · 6 years ago
  58. 9451e8d Fixed NaN equals failing for DoubleTag and FloatTag by Marcono1234 · 6 years ago
  59. fd06659 Cleaned up TagTest imports by Marcono1234 · 6 years ago
  60. 0573f58 unit tests by Querz · 6 years ago
  61. 7170a66 improve chunk data structure by Querz · 6 years ago
  62. 1210599 separate Chunk from MCAFile by Querz · 6 years ago
  63. 42a5346 MCAFile javadoc by Querz · 6 years ago
  64. 813ced5 MCAFile unit tests by Querz · 6 years ago
  65. c23a94d bugfixes and tests by Querz · 6 years ago
  66. 7ea7970 Merge branch 'master' of https://github.com/Querz/NBT by Querz · 6 years ago
  67. e00f3f3 default chunk data not added to MCAFile by Querz · 6 years ago
  68. b6ceddb fix javadoc by Querz · 6 years ago
  69. 68b9258 fix tests and make getPaletteIndex more clear by Querz · 6 years ago
  70. f16f169 MCAFile getBlockAt / setBlockAt prototype by Querz · 6 years ago
  71. e7e9085 javadoc for core classes by Querz · 6 years ago
  72. 8bbc8a0 simpler GZIP detection by Querz · 6 years ago
  73. 01097fd even more unit tests by Querz · 6 years ago
  74. 9b18fc4 more and better organized unit tests by Querz · 6 years ago
  75. 2c7bbf8 MCAUtil should write to tmp file by Querz · 6 years ago
  76. 0727b80 only allocate memory in MCAFile if it is needed by Querz · 6 years ago
  77. 7ee6aeb remove MCARandomAccessFile by Querz · 6 years ago
  78. 700a2a8 add utility to read MCA files by Querz · 6 years ago
  79. c832073 call getEmptyValue() when getting primitives from CompoundTag by Querz · 6 years ago 2.2
  80. d6bb09a CompoundTag iterator by Querz · 6 years ago
  81. ec81d2c fix empty ListTag serialization by Querz · 6 years ago
  82. e2c520e getting primitive types from CompoundTag should not throw NPE by Querz · 6 years ago
  83. 391a791 update version to 2.1 by Querz · 6 years ago
  84. 3c2eb24 make CompoundTag and ListTag iterable by Querz · 6 years ago 2.1
  85. d65c928 add unit test for compressed file writing and reading by Querz · 6 years ago
  86. 9fec129 remove valueEquals by Querz · 6 years ago
  87. 2271231 method order by Querz · 6 years ago
  88. 05fe34d finish tag unit tests by Querz · 6 years ago
  89. ebcf008 unit tests for nameless tags by Querz · 6 years ago
  90. f742e01 remove name from Tag by Querz · 6 years ago
  91. f087f63 remove redundant test classes by Querz · 6 years ago
  92. ae3214e toString / toTagString / tests by Querz · 6 years ago
  93. f713892 remove tag parent by Querz · 6 years ago
  94. c560d99 initial rework for nbt2 by Querz · 6 years ago
  95. b389ad5 method consistency between tags and cleanup by Querz · 6 years ago
  96. b2f3f76 fix compound toTagString unit test by Querz · 6 years ago
  97. c339e4c Merge branch 'master' into fix-ShortTag-toTagString by Querz · 6 years ago
  98. 3aff855 properly escape empty string by Querz · 6 years ago
  99. a8f4d18 remove joinTagString by Querz · 6 years ago
  100. a6cc354 Update NBTUtil.java by Querz · 6 years ago