- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/DeathChests
- c05e020c86 Readme: Mention Forge
BodgeMaster pushed to master at BodgeMaster/DeathChests
- 57dd8a93e5 Readme: Add version notice
BodgeMaster created repository BodgeMaster/DeathChests
BodgeMaster pushed to master at BodgeMaster/lambda-v
- 31981b541e Add UI
- f1f271abbe Enforce command/condition whitelist
- 7ed9e8cc4f Check if the goal has been reached after interpreting code
- Compare 3 commits »
BodgeMaster closed issue BodgeMaster/FOSS-VG#72
lib/varint: fromVar64() is brokenBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 44716a55bb lib/varint: Fix fromVar64 function
BodgeMaster opened issue BodgeMaster/FOSS-VG#72
lib/varint: fromVar64() is brokenBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- fe7c763d06 lib/varint: Add VarInt library
BodgeMaster commented on issue BodgeMaster/FOSS-VG#45
lib/nbt: create a unit test for the NBT validatorParser works, dedicated validator gets canned when it breaks too badly.
BodgeMaster closed issue BodgeMaster/FOSS-VG#45
lib/nbt: create a unit test for the NBT validatorBodgeMaster closed issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- d392e080ca test/nbt_tags: Add tests for constructing invalid lists/compounds
BodgeMaster commented on issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataCompound done. Unit tests still needed.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 60a8ac9788 lib/nbt: Make constructor NBT::Tag::Compound::Compound(name, data) private
BodgeMaster commented on issue BodgeMaster/FOSS-VG#67
Dependencies: Sockpp fails to build on Cygwin.Option 2 was chosen, Sockpp is getting patched on the fly while setting up the project. Unfortunately, the produced cygdll doesn’t work.
BodgeMaster pushed to master at BodgeMaster/lambda-v
- c0c99890d3 Mode detailed readme.
BodgeMaster pushed to master at BodgeMaster/lambda-v
- c00f788d27 Minor improvements all over the place
- b8b23249a0 Add runner portion of the interpreter
- fbdf2e42f2 Implement remaining command_... functions for control structures
- f9f454625b Return formatted code from the parser so it can be used in error messages.
- 12dd5f50d6 Implement motion and take commands
- Compare 8 commits »
BodgeMaster pushed to master at BodgeMaster/lambda-v
- c8ad44e93e lambdaV: Implement parser
BodgeMaster pushed to master at BodgeMaster/lambda-v
- eeade31e47 lambdaV: Implement parser