- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/DeathChests
-
b1c80d7bde A lot of changes. Sorry, didn't keep track.
BodgeMaster pushed to master at BodgeMaster/RandomUsefulStuff
-
df66ad4d42 clarify documentation
BodgeMaster pushed to master at BodgeMaster/RandomUsefulStuff
-
11e06aa4a1 Add 'LookUpTable.java'
BodgeMaster pushed to master at BodgeMaster/DeathChests
-
a618f200ee Add event hook that places the death chest in the world
-
84beefbbce Add maxDistance
-
2770980d3a Add 'Obituary' item that will be used for retrieving the death location after respawning
-
e52c9b6011 Switch to using a singleton
-
643cef87a7 Use Debug.out() instead of System.out.println()
- Compare 9 commits »
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.