1. 04bad90 use implementation instead of compile for gradle dependency by Querz · 4 years ago master
  2. ed91e16 Merge pull request #62 from Querz/iterators by Querz · 4 years, 3 months ago
  3. 25e79ed Merge pull request #61 from urielsalis/add-put-if-not-null by Querz · 4 years, 3 months ago
  4. dae8357 Merge pull request #60 from urielsalis/add-initial-capacity by Querz · 4 years, 3 months ago
  5. 4021aaa Update src/main/java/net/querz/nbt/tag/CompoundTag.java by Uriel Salischiker · 4 years, 3 months ago
  6. 1e73e7d Clone with correct size to avoid resizing by Uriel Salischiker · 4 years, 3 months ago
  7. 0fc12da Clone with correct size to avoid resizing by Uriel Salischiker · 4 years, 3 months ago
  8. 11bed35 add block states null check before attempting to cleanup palette by Querz · 4 years, 3 months ago
  9. 52680eb Add put if not null to CompoundTag by Uriel Salischiker · 4 years, 4 months ago
  10. 24fea77 Add initial capacity to List and Compound tags by Uriel Salischiker · 4 years, 4 months ago
  11. f05f37f fix version for maven snippet by Querz · 4 years, 4 months ago
  12. 331e296 make MCAFile, Chunk and Section iterable by Querz · 4 years, 4 months ago
  13. 7ed10e0 update version to 6.1 by Querz · 4 years, 4 months ago 6.1
  14. 479e154 new BlockStates array length is not calculated correctly for DataVersion >= 2527 by Querz · 4 years, 4 months ago
  15. ecf8294 setting a chunks data version should update the sections data version too by Querz · 4 years, 4 months ago
  16. 4192a95 add helper method to get abstract number tag from compound tag by Querz · 4 years, 5 months ago
  17. 766dd9c make SNBTParser public, remove static methods and add methods to get number of read characters by Querz · 4 years, 5 months ago
  18. f47bb2c add lenient mode for snbt parser by Querz · 4 years, 5 months ago
  19. ae1f2ba Merge pull request #55 from Querz/little-endian-io by Querz · 4 years, 6 months ago 6.0
  20. d985c46 update version to 6.0 by Querz · 4 years, 6 months ago
  21. 96b13d0 remove commented out code by Querz · 4 years, 11 months ago
  22. 90646ab incorrectly set list type of empty list when casting / fix unit tests by Querz · 4 years, 11 months ago
  23. 021f1d8 add load flag to only load raw data and skip loading specifics by Querz · 4 years, 12 months ago
  24. 040a085 add support for little endian input and output by Querz · 5 years ago
  25. 02ca3e6 update version to 5.5 by Querz · 5 years ago 5.5
  26. 795f1f2 Merge pull request #49 from prydin/prydin-partial-load by Querz · 5 years ago
  27. 49e613b formatting and cleanup by Querz · 5 years ago
  28. 08cf64b ignore .iml files by Querz · 5 years ago
  29. b7fd78c update gradle-wrapper.jar to actual 6.5 by Querz · 5 years ago
  30. a317955 remove intellij module file by Querz · 5 years ago
  31. ef9433b Fixed logical operation bugs. Added tests. Added check for partial chunk on save. Upgraded gradle by prydin · 5 years ago
  32. 2f38501 Use ALL_DATA instead of -1 by prydin · 5 years ago
  33. 28789ef Added support for partial chunk/region load by prydin · 5 years ago
  34. 0755fe5 Merge pull request #47 from prydin/prydin-heightmap by Querz · 5 years ago
  35. e6cb656 Performance improvements by prydin · 5 years ago
  36. c66dd6d Merge pull request #46 from prydin/prydin-heightmap by Querz · 5 years ago
  37. 90e7fdc Fixed Heightmap tag typo and added maven plugin by prydin · 5 years ago
  38. 982002a update version to 5.4 by Querz · 5 years ago 5.4
  39. a154c56 sync flush for GZIPOutputStream by Querz · 5 years ago
  40. 55e1cc6 Update build.gradle by Querz · 5 years ago
  41. ea6ef16 make newMCAFile public / check if palette is null by Querz · 5 years ago 5.3
  42. 5d80a38 Merge branch 'master' of https://github.com/Querz/NBT by Querz · 5 years ago
  43. d788de7 fix some old bugs by Querz · 5 years ago
  44. 6150bc1 add information how to integrate NBT using gradle or maven by Querz · 5 years ago
  45. 48128b1 update version to 5.2 by Querz · 5 years ago 5.2
  46. d407898 fix biome index calculation by Querz · 5 years ago
  47. 071a6ee update version to 5.1 by Querz · 5 years ago 5.1
  48. 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
  49. 9115676 Merge pull request #41 from Querz/serialization-deserialization-overhaul by Querz · 5 years ago 5.0
  50. 55b3faf Merge branch 'master' into serialization-deserialization-overhaul by Querz · 5 years ago
  51. 6887824 update version, util classes and readme by Querz · 5 years ago
  52. a17ae03 more unit tests for snbt parser and writer by Querz · 5 years ago
  53. 4d3aa97 unit tests by Querz · 5 years ago
  54. 7782065 rename mson to snbt / fix tag unit tests by Querz · 5 years ago
  55. c16f519 the big refactoring: better package names / fix mca biome functions / fix mca blockstate index functions by Querz · 5 years ago
  56. 95c5258 ignore patch files by Querz · 5 years ago
  57. b56ad64 throw exception when tryng to add tag of different type to non-empty untyped listtag by Querz · 6 years ago
  58. b80ee75 unsafely adding a tag to an empty listtag should set the type correctly by Querz · 6 years ago
  59. badcf2d add javadoc to mca library and make some functions public by Querz · 6 years ago
  60. d39d8ef use trusty dist for travis by Querz · 6 years ago
  61. a289533 update version to 4.1 by Querz · 6 years ago
  62. 3128f53 Merge pull request #32 from jochembroekhoff/add-automatic-module-name by Querz · 6 years ago
  63. 94ed6d3 Added Automatic-Module-Name manifest attribute. by Jochem Broekhoff · 6 years ago
  64. ff5ccab handle empty sections by Querz · 6 years ago
  65. 83b6925 mson / nbt serialization / deserialization with working but incomplete unit tests by Querz · 6 years ago
  66. 4599e05 MSON deserializer prototype by Querz · 6 years ago
  67. 8cedf1e Merge pull request #27 from Querz/inconsistencies-fix by Querz · 6 years ago 4.0
  68. 66ce529 Merge pull request #30 from Querz/Marcono1234-inconsistencies-fix by Querz · 6 years ago
  69. 7cae36d always use @throws in javadoc by Querz · 6 years ago
  70. bbc2580 add nesting description to readme by Querz · 6 years ago
  71. 94c28d6 Merge branch 'inconsistencies-fix' into inconsistencies-fix by Querz · 6 years ago
  72. e7d7613 wrong javadoc for decrementDepth by Marcono1234 · 6 years ago
  73. e88a572 Updated documentation to describe new maxDepth behavior by Marcono1234 · 6 years ago
  74. 7cd8d13 Suppressed warning and added small doc by Marcono1234 · 6 years ago
  75. a7bc3c9 Removed unused import by Marcono1234 · 6 years ago
  76. 7e75cdb simplify CompoundTag serialization code by Querz · 6 years ago
  77. db5fffa update version to 4.0 by Querz · 7 years ago
  78. 1da4f5b ObjectTag with value null should be sorted to the end by Querz · 7 years ago
  79. c4487d6 add another null case to ObjecTag#compareTo unit test by Querz · 7 years ago
  80. 5e64dd1 fix ObjectTag throwing NPE with null value by Querz · 7 years ago
  81. 0c1b1e6 add missing javadoc parameter description by Querz · 7 years ago
  82. 26ab484 Make ArrayTag and NumberTag implementations implement their own Comparable by Querz · 7 years ago
  83. ea1cf0d implement Comparable only where needed by Querz · 7 years ago
  84. a79cfdf fix unit test DummyNumberTag by Querz · 7 years ago
  85. f681b87 remove no-args constructor from NumberTag by Querz · 7 years ago
  86. 8851587 remove unnecessary null value assignment in Tag constructor by Querz · 7 years ago
  87. 664f597 remove Tag#getEmptyValue() by Querz · 7 years ago
  88. fa1687d update unit tests for compareTo / remove StructTag#sort() by Querz · 7 years ago
  89. eddc18f compareTo should throw a NPE when comparing to null / add sort to ListTag by Querz · 7 years ago
  90. eafa5b1 invert max depth calculation by Querz · 7 years ago
  91. 92c478e make toString() and toTagString() final to force child classes to use the depth parameter by Querz · 7 years ago
  92. 84f13ea handle negative ListTag and StructTag size by Querz · 7 years ago
  93. 4156b50 CompoundTag and ListTag should clear their original value during deserialisation by Querz · 7 years ago
  94. 11a01e2 compareTo should throw exception when comparing two incompatible types by Querz · 7 years ago
  95. 74e37d4 Merge pull request #26 from Marcono1234/master by Querz · 7 years ago
  96. d9ae94d Simplified equals by Marcono1234 · 7 years ago
  97. edc8ae9 Removed not needed hashCode override by Marcono1234 · 7 years ago
  98. 5d9c16e Using getValue() instead of asFloat / asDouble by Marcono1234 · 7 years ago
  99. 884714f Removed not needed anotation by Marcono1234 · 7 years ago
  100. 4950480 Removed not needed generic types by Marcono1234 · 7 years ago