- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster commented on issue BodgeMaster/FOSS-VG#26
tools/hexnet: wanted feature trackersuperseded by #64
BodgeMaster closed issue BodgeMaster/FOSS-VG#26
tools/hexnet: wanted feature trackerBodgeMaster opened issue BodgeMaster/FOSS-VG#64
tools/hexnet: Wanted featuresBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
c14504ce0b
tools/dumpnbt: Display empty lists correctly
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
92cf81c1b4
tools/dumpnbt: Implement basic functionality.
-
df35243ee9
lib/nbt: Add NBT::Tag::List::getContainedType()
-
36dcf0a0f5
resources/dumpnbt_output_format: Give end tags header and payload information
- Compare 3 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerTurns out I have no fucking clue how to implement drawing the tree. :(
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
93fdcb7b65
resources: Add a file with examples for possible dumpnbt output
-
8d2f3f2fa5
tools/dumpnbt: Switch from using the validator to using the parser, update some strings
- Compare 2 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#63
lib/nbt: Unit test for the NBT parserBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
cdc23e7468
lib/nbt: Implement parser
-
e9bfb6eeee
resources/NBT_data: Add two files that are valid NBT by our extended spec
-
8b62ec9c88
lib/nbt: Get rid of that ugly #define return hack
- Compare 3 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#54
lib/nbt, test/nbt_tags: (re)implement unit testsFINALLY +1 week covid delay -1 brain due to repetitiveness
BodgeMaster closed issue BodgeMaster/FOSS-VG#54
lib/nbt, test/nbt_tags: (re)implement unit testsBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
ca0af3306f
test/nbt_tags: Implement Int64Array test
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
9b21dfaee5
test/nbt_tags: Implement Int32Array test
-
996154fbbc
lib/nbt: Return the correct error code from soem functions for i32 arrays.
-
77dd79398f
test/nbt_tags: Test compound serialization
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
fd5fe3967f
test/nbt_tags: Partially implement compound test
-
374466f26c
lib/nbt: Fix not actually returning from Compound::setElementPointerAt in the do nothing case
-
3b56a52085
lib/nbt: Fix a memory leak
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
7be73f86d4
lib/nbt: Prevent addition of additional end tags to compounds
-
71834e1018
lib/nbt: Build an end tag object into compound tag objects to prevent creation of endless compounds
-
ccce564219
lib/error: Add NOT_ALLOWED
-
53279c6905
lib/error: Clean up comments
- Compare 4 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#62
lib/nbt: Ensure that a given NBT::Tag::Compound always has exactly one NBT::Tag::EndFixed by putting an end tag on each compound and preventing end tags from being added to compounds
BodgeMaster closed issue BodgeMaster/FOSS-VG#62
lib/nbt: Ensure that a given NBT::Tag::Compound always has exactly one NBT::Tag::EndBodgeMaster opened issue BodgeMaster/FOSS-VG#62
lib/nbt: Ensure that a given NBT::Tag::Compound always has exactly one NBT::Tag::EndBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
f8dd10d301
test/nbt_tags: Finish test implementation for NBT::Tag::List