- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster commented on issue BodgeMaster/FOSS-VG#6
Java-style String ParserAs discussed with @AmoldyBuffalo: For now, ignore dealing with NUL bytes, because C-style strings are NUL terminated. Throw an error when trying to parse a NUL byte from a Java-style string.
BodgeMaster closed issue BodgeMaster/FOSS-VG#5
Either NBT::helper::readInt64 or Test BrokenBodgeMaster closed issue BodgeMaster/FOSS-VG#7
Implement NBT::helper::readFloat32BodgeMaster closed issue BodgeMaster/FOSS-VG#8
Implement NBT::helper::readFloat64BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
4f9577eb36
NBT: implement readFloat helpers
-
38b2a6f270
add pragma once to endianness check result
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
1dcf37c0fc
add our own endianness check because there is apparently no proper way to check for that at compile time
BodgeMaster closed issue BodgeMaster/FOSS-VG#15
Implement NBT::helper::readInt64ArrayBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
975cdd309d
NBT: implement NBT::helper::readInt64Array
BodgeMaster closed issue BodgeMaster/FOSS-VG#14
Implement NBT::helper::readInt32ArrayBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
edcf40d5a5
NBT: implement NBT::helper::readInt32Array
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
562fbcecbb
remove pointless placeholder, rename /test to /test_data because the actual tests live in /src/test
BodgeMaster closed issue BodgeMaster/FOSS-VG#9
Implement NBT::helper::readInt8ArrayBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
c8be03dfa3
Merge branch 'master' of https://lostcave.ddnss.de/git/BodgeMaster/FOSS-VG
-
c87c519bb5
NBT: implement NBT::helper::readInt8Array
-
71fab21dfb
Error: add OVERRUN_ERROR
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#17
Make the NBT::helper::readIntN functions use the correct error code for what happened.BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
d43ef67ed1
NBT: fix bug in readInt64, improve readability
-
ed429633e5
NBT Test: fix begin of data test for int64, remove irrelevant (and architecture-specific) suffixes
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#5
Either NBT::helper::readInt64 or Test BrokenImplemented `NBT::helper::readInt64` but I am neither confident in the function itself nor in the test.
BodgeMaster closed issue BodgeMaster/FOSS-VG#4
Implement NBT::helper::readInt32BodgeMaster closed issue BodgeMaster/FOSS-VG#3
Implement NBT::helper::readInt16BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
7c12a92b2a
NBT: implement the integer helper functions
-
12b4a8bb55
Tests: fix up alias and implement first tests
-
d37f5581c3
assert.h++: fix failure handling
-
c61aca5b72
assert.h++: simple ASSERT() macro
-
9b0d54165d
test.sh: add copyright notice (and fix a linking issue caused by argument order -_-)
- Compare 7 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#16
Build System: add a way to run them in single threaded mode for troubleshooting