- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- ecd1bfa496 Merge branch 'master' of https://lostcave.ddnss.de/git/BodgeMaster/FOSS-VG
- bb8c597ec2 Documentation: add detailed build system documentation, add documentation for some files in resources
- 4e2a9f6297 Environment: remove useless environment variable specification from build alias
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#20
Setup script doesn't verify downloaded files.BodgeMaster closed issue BodgeMaster/FOSS-VG#16
Build System: add a way to run single threaded for troubleshootingBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 3f6e74ed4e Build system: add single threaded mode
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 51200e7d75 Resources: Add two files that contain the same data, one being normal UTF-8, the other being Java-style unicode
- b428b17647 Reoucres: add a Java tool to convert normal strings into Java-style strings
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/Minecraft-Server
- 6fb8c2f2f1 Update 'minecraft_server_info.md'
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