Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
querz-nbt
/
040a085a94e66daf18fd8cea6b00d64a067519b7
040a085
add support for little endian input and output
by Querz
· 5 years ago
02ca3e6
update version to 5.5
by Querz
· 5 years ago
5.5
795f1f2
Merge pull request #49 from prydin/prydin-partial-load
by Querz
· 5 years ago
49e613b
formatting and cleanup
by Querz
· 5 years ago
08cf64b
ignore .iml files
by Querz
· 5 years ago
b7fd78c
update gradle-wrapper.jar to actual 6.5
by Querz
· 5 years ago
a317955
remove intellij module file
by Querz
· 5 years ago
ef9433b
Fixed logical operation bugs. Added tests. Added check for partial chunk on save. Upgraded gradle
by prydin
· 5 years ago
2f38501
Use ALL_DATA instead of -1
by prydin
· 5 years ago
28789ef
Added support for partial chunk/region load
by prydin
· 5 years ago
0755fe5
Merge pull request #47 from prydin/prydin-heightmap
by Querz
· 5 years ago
e6cb656
Performance improvements
by prydin
· 5 years ago
c66dd6d
Merge pull request #46 from prydin/prydin-heightmap
by Querz
· 5 years ago
90e7fdc
Fixed Heightmap tag typo and added maven plugin
by prydin
· 5 years ago
982002a
update version to 5.4
by Querz
· 5 years ago
5.4
a154c56
sync flush for GZIPOutputStream
by Querz
· 5 years ago
55e1cc6
Update build.gradle
by Querz
· 5 years ago
ea6ef16
make newMCAFile public / check if palette is null
by Querz
· 5 years ago
5.3
5d80a38
Merge branch 'master' of https://github.com/Querz/NBT
by Querz
· 5 years ago
d788de7
fix some old bugs
by Querz
· 5 years ago
6150bc1
add information how to integrate NBT using gradle or maven
by Querz
· 5 years ago
48128b1
update version to 5.2
by Querz
· 5 years ago
5.2
d407898
fix biome index calculation
by Querz
· 5 years ago
071a6ee
update version to 5.1
by Querz
· 5 years ago
5.1
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
9115676
Merge pull request #41 from Querz/serialization-deserialization-overhaul
by Querz
· 5 years ago
5.0
55b3faf
Merge branch 'master' into serialization-deserialization-overhaul
by Querz
· 5 years ago
6887824
update version, util classes and readme
by Querz
· 5 years ago
a17ae03
more unit tests for snbt parser and writer
by Querz
· 5 years ago
4d3aa97
unit tests
by Querz
· 5 years ago
7782065
rename mson to snbt / fix tag unit tests
by Querz
· 5 years ago
c16f519
the big refactoring: better package names / fix mca biome functions / fix mca blockstate index functions
by Querz
· 5 years ago
95c5258
ignore patch files
by Querz
· 5 years ago
b56ad64
throw exception when tryng to add tag of different type to non-empty untyped listtag
by Querz
· 6 years ago
b80ee75
unsafely adding a tag to an empty listtag should set the type correctly
by Querz
· 6 years ago
badcf2d
add javadoc to mca library and make some functions public
by Querz
· 6 years ago
d39d8ef
use trusty dist for travis
by Querz
· 6 years ago
a289533
update version to 4.1
by Querz
· 6 years ago
3128f53
Merge pull request #32 from jochembroekhoff/add-automatic-module-name
by Querz
· 6 years ago
94ed6d3
Added Automatic-Module-Name manifest attribute.
by Jochem Broekhoff
· 6 years ago
ff5ccab
handle empty sections
by Querz
· 6 years ago
83b6925
mson / nbt serialization / deserialization with working but incomplete unit tests
by Querz
· 6 years ago
4599e05
MSON deserializer prototype
by Querz
· 6 years ago
8cedf1e
Merge pull request #27 from Querz/inconsistencies-fix
by Querz
· 6 years ago
4.0
66ce529
Merge pull request #30 from Querz/Marcono1234-inconsistencies-fix
by Querz
· 6 years ago
7cae36d
always use @throws in javadoc
by Querz
· 6 years ago
bbc2580
add nesting description to readme
by Querz
· 6 years ago
94c28d6
Merge branch 'inconsistencies-fix' into inconsistencies-fix
by Querz
· 6 years ago
e7d7613
wrong javadoc for decrementDepth
by Marcono1234
· 6 years ago
e88a572
Updated documentation to describe new maxDepth behavior
by Marcono1234
· 6 years ago
7cd8d13
Suppressed warning and added small doc
by Marcono1234
· 6 years ago
a7bc3c9
Removed unused import
by Marcono1234
· 6 years ago
7e75cdb
simplify CompoundTag serialization code
by Querz
· 6 years ago
db5fffa
update version to 4.0
by Querz
· 7 years ago
1da4f5b
ObjectTag with value null should be sorted to the end
by Querz
· 7 years ago
c4487d6
add another null case to ObjecTag#compareTo unit test
by Querz
· 7 years ago
5e64dd1
fix ObjectTag throwing NPE with null value
by Querz
· 7 years ago
0c1b1e6
add missing javadoc parameter description
by Querz
· 7 years ago
26ab484
Make ArrayTag and NumberTag implementations implement their own Comparable
by Querz
· 7 years ago
ea1cf0d
implement Comparable only where needed
by Querz
· 7 years ago
a79cfdf
fix unit test DummyNumberTag
by Querz
· 7 years ago
f681b87
remove no-args constructor from NumberTag
by Querz
· 7 years ago
8851587
remove unnecessary null value assignment in Tag constructor
by Querz
· 7 years ago
664f597
remove Tag#getEmptyValue()
by Querz
· 7 years ago
fa1687d
update unit tests for compareTo / remove StructTag#sort()
by Querz
· 7 years ago
eddc18f
compareTo should throw a NPE when comparing to null / add sort to ListTag
by Querz
· 7 years ago
eafa5b1
invert max depth calculation
by Querz
· 7 years ago
92c478e
make toString() and toTagString() final to force child classes to use the depth parameter
by Querz
· 7 years ago
84f13ea
handle negative ListTag and StructTag size
by Querz
· 7 years ago
4156b50
CompoundTag and ListTag should clear their original value during deserialisation
by Querz
· 7 years ago
11a01e2
compareTo should throw exception when comparing two incompatible types
by Querz
· 7 years ago
74e37d4
Merge pull request #26 from Marcono1234/master
by Querz
· 7 years ago
d9ae94d
Simplified equals
by Marcono1234
· 7 years ago
edc8ae9
Removed not needed hashCode override
by Marcono1234
· 7 years ago
5d9c16e
Using getValue() instead of asFloat / asDouble
by Marcono1234
· 7 years ago
884714f
Removed not needed anotation
by Marcono1234
· 7 years ago
4950480
Removed not needed generic types
by Marcono1234
· 7 years ago
4f8c0ee
Added serialVersionUID and prevented ObjectTagTest from being serialized
by Marcono1234
· 7 years ago
72d1fc7
Replaced anonymous Map subclass for constant
by Marcono1234
· 7 years ago
3b5b7ba
Removed raw types
by Marcono1234
· 7 years ago
66f0d0d
Merge pull request #18 from Querz/listtag-type
by Querz
· 7 years ago
3.0
c821420
improve ArrayTag type safety
by Querz
· 7 years ago
812dbde
update version
by Querz
· 7 years ago
f1f2c54
improve unit tests
by Querz
· 7 years ago
152bccf
fix incomplete existing javadoc
by Querz
· 7 years ago
eebccd3
update readme
by Querz
· 7 years ago
8f1f5c8
resolve merge conflicts
by Querz
· 7 years ago
c24af92
remove redundant information about tag types in toString() conversion in ListTags
by Querz
· 7 years ago
4e19f71
fix issues from #18
by Querz
· 7 years ago
c5a3a38
remove typeID from ListTag and improve TagFactory
by Querz
· 7 years ago
d052b35
ListTag#clone() must ensure type safety for clone
by Querz
· 7 years ago
6f07e9d
Merge branch 'Marcono1234-listtag-type' into listtag-type
by Querz
· 7 years ago
46bac59
improve all generic type specifications
by Querz
· 7 years ago
26e33f7
Made ListTag more type-safe
by Marcono1234
· 7 years ago
028794d
java-doc for ListTag class
by Querz
· 7 years ago
066084b
throw exception when adding tag of different type to new empty ListTag
by Querz
· 7 years ago
ded5caa
See #14
by Querz
· 7 years ago
4eae1bf
make LisTag type more persistent
by Querz
· 7 years ago
947c750
simplify hashCode()
by Querz
· 7 years ago
c3ddef0
more tests and java-docs
by Querz
· 7 years ago
Next »