- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
762ba7f089
NBT: add write helpers for float types
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
8c7be385ae
NBT: add write helpers for int32 and int64
-
ad9f4e21f7
NBT: add read helpers for int32 and int64
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
ad9f4e21f7
NBT: add read helpers for int32 and int64
-
6d62d995df
NBT: implement write helpers for int8 and int16
-
044593e081
NBT: add compiler errors to the endian specific sections
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
664632d111
NBT: add stub write helper functions
-
f18874019b
fix copyright notice
- Compare 2 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#18
Moar NBT helper functions...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.