- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
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
BodgeMaster closed issue BodgeMaster/FOSS-VG#61
Workflow: Find a way to test whether destructors actually runBodgeMaster commented on issue BodgeMaster/FOSS-VG#61
Workflow: Find a way to test whether destructors actually runI may still be kinda out of it, but apparently not as out of it as when I created this issue. This is an issue of me trying to figure out language features and not something that might pop up…
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
6672a4f149 test/nbt_tags: Implement string test and partial list test
-
d5ce50a4a9 lib/nbt: Fix a potential memory leak
-
f0092b78d3 lib/nbt: Make list serielizer return an error when serializing a list with no contained type set
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#61
Workflow: Find a way to test whether destructors actually runBodgeMaster opened issue BodgeMaster/FOSS-VG#60
lib/nbt: List can be constructed with a vector of mixed tagsBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
b1ba33b39f test/nbt_tags: Implement unit tests for Float, Double, and Int8Array
-
833c09e2da lib/nbt: Fix a bug caused by having two return statements swapped
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
b53999a548 tools/arraydump: Remove a debugging message that I accidentally left in
-
379903d751 tools/baseconvert: New tool
-
17792ec5bf lib/cli: Implement the "Additional Info" feature
-
9ce35b5c6b test/nbt_tags: Implement more tests
- Compare 4 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
be08a97275 tesst/nbt_tags: Choose a more sensible value for int8_0
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
6bdf99c897 test/nbt_tags: Implement tests for the first three tag types
-
936def1a65 lib/nbt: move a comment (yes, very important commit)
-
3cc1222de9 lib/nbt: Fix a bug in NBT::Helper::writeString()
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
ecf3b14b5a test/nbt_tags: I have no clue what’s going on here.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
8da758becd scripts/test/arraydump: Add test
-
1e5051b503 setupenv: Remove check for xxd
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
3b4c125ca2 tools/arraydump: Reimplement in C++
-
4cb1206839 lib/file: Fix isOpen not being set properly when closing and reopening; add destructor
-
39c5940200 lib/file: Fix a potential memory leak created by yours truly
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#59
lib/file: Use ErrorOrVoid instead of void for open()BodgeMaster closed issue BodgeMaster/FOSS-VG#57
lib/file: prevent unnecessary exceptions