- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 10b1d9fa0c lib/nbt: Start implementing NBT data types, make NBT::Helper::writeString() return an error instead of aborting the program
BodgeMaster opened issue BodgeMaster/FOSS-VG#54
lib/nbt, test/nbt_tags: (re)implement unit testsBodgeMaster commented on issue BodgeMaster/FOSS-VG#34
lib/nbt: runtime in-memory representation of NBTThis is being implemented using traditional inheritance/subclassing rather than using templates as I originally tried because that would involve a lot of unnecessarily unfunny code.
BodgeMaster closed issue BodgeMaster/FOSS-VG#51
lib/nbt: NBT::validateRawNBTData segfaults when trying to validate servers.datBodgeMaster pushed to master at BodgeMaster/Minecraft-Server
- f8913b76e2 Update 'minecraft_server_info.md'
BodgeMaster pushed to master at BodgeMaster/Minecraft-Server
- b5793beeba add more items
BodgeMaster pushed to master at BodgeMaster/Guides
- ea39c35809 Update 'posix_shell.md'
BodgeMaster pushed to master at BodgeMaster/Guides
- 43913d91e0 Update 'posix_shell.md'
BodgeMaster pushed to master at BodgeMaster/Guides
- 6af3d04af1 Update 'posix_shell.md'
BodgeMaster pushed to master at BodgeMaster/Guides
- 5e7d94a3e6 Update 'posix_shell.md'
BodgeMaster pushed to master at BodgeMaster/Guides
- 77770b3b35 Update 'posix_shell.md'
BodgeMaster pushed to master at BodgeMaster/Guides
- 489c8fbeee Add 'posix_shell.md'
BodgeMaster created repository BodgeMaster/Guides
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 398321e415 test/nbt*: Replace NBT::helper with NBT::Helper
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 53878c3e2b lib/nbt: Start implementing the in-memory data structure for NBT
- ad291ee77d lib/nbt: Capitalize NBT::Helper because I feel like it
- 6149418f52 Add a level.dat to test the NBT parser on.
- ac12bcf865 Makefile: Finally get rid of this as we don't need it.
- Compare 4 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 8b92d24ab9 setupenv: Add dependency check
BodgeMaster commented on issue BodgeMaster/FOSS-VG#48
Build system: Dependency checkeradded to setupenv so one gets alerted of changes when opening the development environment
BodgeMaster closed issue BodgeMaster/FOSS-VG#48
Build system: Dependency checkerBodgeMaster closed issue BodgeMaster/FOSS-VG#52
lib/nbt: NBT::validateRawNBTData fails to validate nested compounds and listsBodgeMaster closed issue BodgeMaster/FOSS-VG#53
lib/nbt: NBT::validateRawList() cannot be used for recursion