1. ed91e16 Merge pull request #62 from Querz/iterators by Querz · 4 years, 3 months ago
  2. 25e79ed Merge pull request #61 from urielsalis/add-put-if-not-null by Querz · 4 years, 3 months ago
  3. 4021aaa Update src/main/java/net/querz/nbt/tag/CompoundTag.java by Uriel Salischiker · 4 years, 3 months ago
  4. 1e73e7d Clone with correct size to avoid resizing by Uriel Salischiker · 4 years, 3 months ago
  5. 0fc12da Clone with correct size to avoid resizing by Uriel Salischiker · 4 years, 3 months ago
  6. 11bed35 add block states null check before attempting to cleanup palette by Querz · 4 years, 3 months ago
  7. 52680eb Add put if not null to CompoundTag by Uriel Salischiker · 4 years, 4 months ago
  8. 24fea77 Add initial capacity to List and Compound tags by Uriel Salischiker · 4 years, 4 months ago
  9. 331e296 make MCAFile, Chunk and Section iterable by Querz · 4 years, 4 months ago
  10. 479e154 new BlockStates array length is not calculated correctly for DataVersion >= 2527 by Querz · 4 years, 4 months ago
  11. ecf8294 setting a chunks data version should update the sections data version too by Querz · 4 years, 4 months ago
  12. 4192a95 add helper method to get abstract number tag from compound tag by Querz · 4 years, 5 months ago
  13. 766dd9c make SNBTParser public, remove static methods and add methods to get number of read characters by Querz · 4 years, 5 months ago
  14. f47bb2c add lenient mode for snbt parser by Querz · 4 years, 5 months ago
  15. 96b13d0 remove commented out code by Querz · 4 years, 11 months ago
  16. 90646ab incorrectly set list type of empty list when casting / fix unit tests by Querz · 4 years, 11 months ago
  17. 021f1d8 add load flag to only load raw data and skip loading specifics by Querz · 4 years, 12 months ago
  18. 040a085 add support for little endian input and output by Querz · 5 years ago
  19. 49e613b formatting and cleanup by Querz · 5 years ago
  20. ef9433b Fixed logical operation bugs. Added tests. Added check for partial chunk on save. Upgraded gradle by prydin · 5 years ago
  21. 2f38501 Use ALL_DATA instead of -1 by prydin · 5 years ago
  22. 28789ef Added support for partial chunk/region load by prydin · 5 years ago
  23. e6cb656 Performance improvements by prydin · 5 years ago
  24. 90e7fdc Fixed Heightmap tag typo and added maven plugin by prydin · 5 years ago
  25. a154c56 sync flush for GZIPOutputStream by Querz · 5 years ago
  26. ea6ef16 make newMCAFile public / check if palette is null by Querz · 5 years ago 5.3
  27. d788de7 fix some old bugs by Querz · 5 years ago
  28. d407898 fix biome index calculation by Querz · 5 years ago
  29. 5252eed reintroduce fixes from 4.1 / fix wrong increase of block states array for 20w17a / fix setBiomes method throwing an exception for biome array of length 1024 by Querz · 5 years ago
  30. 6887824 update version, util classes and readme by Querz · 5 years ago
  31. a17ae03 more unit tests for snbt parser and writer by Querz · 5 years ago
  32. 4d3aa97 unit tests by Querz · 5 years ago
  33. 7782065 rename mson to snbt / fix tag unit tests by Querz · 5 years ago
  34. c16f519 the big refactoring: better package names / fix mca biome functions / fix mca blockstate index functions by Querz · 5 years ago
  35. 83b6925 mson / nbt serialization / deserialization with working but incomplete unit tests by Querz · 6 years ago
  36. 4599e05 MSON deserializer prototype by Querz · 6 years ago
  37. 7cae36d always use @throws in javadoc by Querz · 6 years ago
  38. e88a572 Updated documentation to describe new maxDepth behavior by Marcono1234 · 6 years ago
  39. 7cd8d13 Suppressed warning and added small doc by Marcono1234 · 6 years ago
  40. a7bc3c9 Removed unused import by Marcono1234 · 6 years ago
  41. 7e75cdb simplify CompoundTag serialization code by Querz · 6 years ago
  42. 1da4f5b ObjectTag with value null should be sorted to the end by Querz · 7 years ago
  43. c4487d6 add another null case to ObjecTag#compareTo unit test by Querz · 7 years ago
  44. 5e64dd1 fix ObjectTag throwing NPE with null value by Querz · 7 years ago
  45. 0c1b1e6 add missing javadoc parameter description by Querz · 7 years ago
  46. 26ab484 Make ArrayTag and NumberTag implementations implement their own Comparable by Querz · 7 years ago
  47. ea1cf0d implement Comparable only where needed by Querz · 7 years ago
  48. a79cfdf fix unit test DummyNumberTag by Querz · 7 years ago
  49. f681b87 remove no-args constructor from NumberTag by Querz · 7 years ago
  50. 8851587 remove unnecessary null value assignment in Tag constructor by Querz · 7 years ago
  51. 664f597 remove Tag#getEmptyValue() by Querz · 7 years ago
  52. fa1687d update unit tests for compareTo / remove StructTag#sort() by Querz · 7 years ago
  53. eddc18f compareTo should throw a NPE when comparing to null / add sort to ListTag by Querz · 7 years ago
  54. eafa5b1 invert max depth calculation by Querz · 7 years ago
  55. 92c478e make toString() and toTagString() final to force child classes to use the depth parameter by Querz · 7 years ago
  56. 84f13ea handle negative ListTag and StructTag size by Querz · 7 years ago
  57. 4156b50 CompoundTag and ListTag should clear their original value during deserialisation by Querz · 7 years ago
  58. 11a01e2 compareTo should throw exception when comparing two incompatible types by Querz · 7 years ago
  59. d9ae94d Simplified equals by Marcono1234 · 7 years ago
  60. edc8ae9 Removed not needed hashCode override by Marcono1234 · 7 years ago
  61. 5d9c16e Using getValue() instead of asFloat / asDouble by Marcono1234 · 7 years ago
  62. 884714f Removed not needed anotation by Marcono1234 · 7 years ago
  63. 4950480 Removed not needed generic types by Marcono1234 · 7 years ago
  64. 4f8c0ee Added serialVersionUID and prevented ObjectTagTest from being serialized by Marcono1234 · 7 years ago
  65. 72d1fc7 Replaced anonymous Map subclass for constant by Marcono1234 · 7 years ago
  66. 3b5b7ba Removed raw types by Marcono1234 · 7 years ago
  67. c821420 improve ArrayTag type safety by Querz · 7 years ago
  68. f1f2c54 improve unit tests by Querz · 7 years ago
  69. 152bccf fix incomplete existing javadoc by Querz · 7 years ago
  70. 8f1f5c8 resolve merge conflicts by Querz · 7 years ago
  71. c24af92 remove redundant information about tag types in toString() conversion in ListTags by Querz · 7 years ago
  72. 4e19f71 fix issues from #18 by Querz · 7 years ago
  73. c5a3a38 remove typeID from ListTag and improve TagFactory by Querz · 7 years ago
  74. d052b35 ListTag#clone() must ensure type safety for clone by Querz · 7 years ago
  75. 46bac59 improve all generic type specifications by Querz · 7 years ago
  76. 26e33f7 Made ListTag more type-safe by Marcono1234 · 7 years ago
  77. 028794d java-doc for ListTag class by Querz · 7 years ago
  78. 066084b throw exception when adding tag of different type to new empty ListTag by Querz · 7 years ago
  79. ded5caa See #14 by Querz · 7 years ago
  80. 4eae1bf make LisTag type more persistent by Querz · 7 years ago
  81. 947c750 simplify hashCode() by Querz · 7 years ago
  82. c3ddef0 more tests and java-docs by Querz · 7 years ago
  83. 2e8e282 Merge branch 'master' into tag-hashcode by Querz · 7 years ago
  84. 540f9ee optimize CompoundTag#hashCode() by Querz · 7 years ago
  85. 587bb60 all tags should implement hashCode() by Querz · 7 years ago
  86. fb9383d use Supplier to register custom Tags in TagFactory by Querz · 7 years ago
  87. f1a300b spacing by Querz · 7 years ago
  88. aa17342 Merge branch 'Marcono1234-NaN' of https://github.com/Marcono1234/NBT into Marcono1234-Marcono1234-NaN by Querz · 7 years ago
  89. 9451e8d Fixed NaN equals failing for DoubleTag and FloatTag by Marcono1234 · 7 years ago
  90. fd06659 Cleaned up TagTest imports by Marcono1234 · 7 years ago
  91. 0573f58 unit tests by Querz · 7 years ago
  92. 7170a66 improve chunk data structure by Querz · 7 years ago
  93. 1210599 separate Chunk from MCAFile by Querz · 7 years ago
  94. 42a5346 MCAFile javadoc by Querz · 7 years ago
  95. 813ced5 MCAFile unit tests by Querz · 7 years ago
  96. c23a94d bugfixes and tests by Querz · 7 years ago
  97. 7ea7970 Merge branch 'master' of https://github.com/Querz/NBT by Querz · 7 years ago
  98. e00f3f3 default chunk data not added to MCAFile by Querz · 7 years ago
  99. b6ceddb fix javadoc by Querz · 7 years ago
  100. 68b9258 fix tests and make getPaletteIndex more clear by Querz · 7 years ago