1. 72d1fc7 Replaced anonymous Map subclass for constant by Marcono1234 · 6 years ago
  2. 3b5b7ba Removed raw types by Marcono1234 · 6 years ago
  3. c821420 improve ArrayTag type safety by Querz · 6 years ago
  4. f1f2c54 improve unit tests by Querz · 6 years ago
  5. 152bccf fix incomplete existing javadoc by Querz · 6 years ago
  6. 8f1f5c8 resolve merge conflicts by Querz · 6 years ago
  7. c24af92 remove redundant information about tag types in toString() conversion in ListTags by Querz · 6 years ago
  8. 4e19f71 fix issues from #18 by Querz · 6 years ago
  9. c5a3a38 remove typeID from ListTag and improve TagFactory by Querz · 6 years ago
  10. d052b35 ListTag#clone() must ensure type safety for clone by Querz · 6 years ago
  11. 46bac59 improve all generic type specifications by Querz · 6 years ago
  12. 26e33f7 Made ListTag more type-safe by Marcono1234 · 6 years ago
  13. 028794d java-doc for ListTag class by Querz · 6 years ago
  14. 066084b throw exception when adding tag of different type to new empty ListTag by Querz · 6 years ago
  15. ded5caa See #14 by Querz · 6 years ago
  16. 4eae1bf make LisTag type more persistent by Querz · 6 years ago
  17. 947c750 simplify hashCode() by Querz · 6 years ago
  18. c3ddef0 more tests and java-docs by Querz · 6 years ago
  19. 2e8e282 Merge branch 'master' into tag-hashcode by Querz · 6 years ago
  20. 540f9ee optimize CompoundTag#hashCode() by Querz · 6 years ago
  21. 587bb60 all tags should implement hashCode() by Querz · 6 years ago
  22. fb9383d use Supplier to register custom Tags in TagFactory by Querz · 6 years ago
  23. f1a300b spacing by Querz · 6 years ago
  24. aa17342 Merge branch 'Marcono1234-NaN' of https://github.com/Marcono1234/NBT into Marcono1234-Marcono1234-NaN by Querz · 6 years ago
  25. 9451e8d Fixed NaN equals failing for DoubleTag and FloatTag by Marcono1234 · 6 years ago
  26. fd06659 Cleaned up TagTest imports by Marcono1234 · 6 years ago
  27. 0573f58 unit tests by Querz · 6 years ago
  28. 7170a66 improve chunk data structure by Querz · 6 years ago
  29. 1210599 separate Chunk from MCAFile by Querz · 6 years ago
  30. 42a5346 MCAFile javadoc by Querz · 6 years ago
  31. 813ced5 MCAFile unit tests by Querz · 6 years ago
  32. c23a94d bugfixes and tests by Querz · 6 years ago
  33. 7ea7970 Merge branch 'master' of https://github.com/Querz/NBT by Querz · 6 years ago
  34. e00f3f3 default chunk data not added to MCAFile by Querz · 6 years ago
  35. b6ceddb fix javadoc by Querz · 6 years ago
  36. 68b9258 fix tests and make getPaletteIndex more clear by Querz · 6 years ago
  37. f16f169 MCAFile getBlockAt / setBlockAt prototype by Querz · 6 years ago
  38. e7e9085 javadoc for core classes by Querz · 6 years ago
  39. 8bbc8a0 simpler GZIP detection by Querz · 6 years ago
  40. 01097fd even more unit tests by Querz · 6 years ago
  41. 9b18fc4 more and better organized unit tests by Querz · 6 years ago
  42. 2c7bbf8 MCAUtil should write to tmp file by Querz · 6 years ago
  43. 0727b80 only allocate memory in MCAFile if it is needed by Querz · 6 years ago
  44. 7ee6aeb remove MCARandomAccessFile by Querz · 6 years ago
  45. 700a2a8 add utility to read MCA files by Querz · 6 years ago
  46. c832073 call getEmptyValue() when getting primitives from CompoundTag by Querz · 6 years ago 2.2
  47. d6bb09a CompoundTag iterator by Querz · 6 years ago
  48. ec81d2c fix empty ListTag serialization by Querz · 6 years ago
  49. e2c520e getting primitive types from CompoundTag should not throw NPE by Querz · 6 years ago
  50. 391a791 update version to 2.1 by Querz · 6 years ago
  51. 3c2eb24 make CompoundTag and ListTag iterable by Querz · 6 years ago 2.1
  52. d65c928 add unit test for compressed file writing and reading by Querz · 6 years ago
  53. 9fec129 remove valueEquals by Querz · 6 years ago
  54. 2271231 method order by Querz · 6 years ago
  55. 05fe34d finish tag unit tests by Querz · 6 years ago
  56. ebcf008 unit tests for nameless tags by Querz · 6 years ago
  57. f742e01 remove name from Tag by Querz · 6 years ago
  58. f087f63 remove redundant test classes by Querz · 6 years ago
  59. ae3214e toString / toTagString / tests by Querz · 6 years ago
  60. f713892 remove tag parent by Querz · 6 years ago
  61. c560d99 initial rework for nbt2 by Querz · 6 years ago
  62. b389ad5 method consistency between tags and cleanup by Querz · 6 years ago
  63. b2f3f76 fix compound toTagString unit test by Querz · 6 years ago
  64. c339e4c Merge branch 'master' into fix-ShortTag-toTagString by Querz · 6 years ago
  65. 3aff855 properly escape empty string by Querz · 6 years ago
  66. a8f4d18 remove joinTagString by Querz · 6 years ago
  67. a6cc354 Update NBTUtil.java by Querz · 6 years ago
  68. 70a1b4c Append "s" when transforming ShortTag in toTagString. by Jochem Broekhoff · 6 years ago
  69. 7a1be5c Implemented string escaping when necessary. by Jochem Broekhoff · 6 years ago
  70. 8722dce Implemented correct toTagString for arrays. by Jochem Broekhoff · 6 years ago
  71. af7cc89 add consistent utility methods for arrays by Querz · 7 years ago
  72. d5f5842 add LongArrayTag by Querz · 7 years ago
  73. 51ad7a2 cleanup by Querz · 8 years ago
  74. 8c16fa3 ObjectTag test by Querz · 8 years ago
  75. 7088bf9 add custom ObjectTag by Querz · 8 years ago
  76. d1dabb6 make CustomTag an interface by Querz · 8 years ago
  77. 13dcd84 add custom CharTag by Querz · 8 years ago
  78. 116eba8 improve NumberTag by Querz · 8 years ago
  79. c156533 give array tags an abstract base class by Querz · 8 years ago
  80. de549d0 javadoc by Querz · 8 years ago
  81. a7fb66f javadocs by Querz · 8 years ago
  82. bab8788 javadocs by Querz · 8 years ago
  83. e73cedf javadocs by Querz · 8 years ago
  84. 1522c54 fix custom tags in ListTag by Querz · 8 years ago
  85. bd9a13c cleanup by Raphael Bös · 8 years ago
  86. 3cbb708 cleanup StructTag by Querz · 8 years ago
  87. 108c82c cleanup by rb · 8 years ago
  88. f434266 move NBTUtil by Querz · 8 years ago
  89. 155438d add tests for toString / toTagString by Querz · 8 years ago
  90. 3deb4f2 optional ordered CompoundTag by Querz · 8 years ago
  91. 715e978 add max depth to (de)serialisation and toTagString by Querz · 8 years ago
  92. 55a1783 add depth to toString / fix ListTag equals by Querz · 8 years ago
  93. 74e060a move NBTUtil / tests for NBTUtil / fix custom tags by Raphael Bös · 8 years ago
  94. 75f7729 properly compare array tags by Querz · 8 years ago
  95. 0716629 fix test resources path by Querz · 8 years ago
  96. c3e6757 real gradle project, move folder structure by Querz · 8 years ago
  97. 7cf5ec5 add FileReader tests by Querz · 8 years ago
  98. 4be73f9 change NumberTag / move tests by rb · 8 years ago
  99. 0c9716f add static import for TestUtil by rb · 8 years ago
  100. 951088c switch to net.querz / add some tests by rb · 8 years ago