- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster closed issue BodgeMaster/FOSS-VG#68
lib/nbt: Linking against lib/javacompat fails on CygwinBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
57a86cba47 setupenv: Add workaround for LD_LIBRARY_PATH on Cygwin
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
5ff8a871ad lib/javacompat: Make this a header library
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
e0994e5db8 resources/java/netty-tests: Add maven project
-
80c8a46ab2 Documentation and resources: Updates and minor clean-up
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#67
Dependencies: Sockpp fails to build on Cygwin.I have a Windows box, that’s not a problem. (Otherwise, I wouldn’t know this doesn’ŧ work lol)
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
4abb1f223c lib/nbt: Lists can no longer be constructed from invalid sets of data
BodgeMaster commented on issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataList done. An additional unit test for trying to construct a list from mixed tags is needed.
BodgeMaster closed issue BodgeMaster/FOSS-VG#63
lib/nbt and tools/dumpnbt: Unit test for the NBT parser and dumpnbtBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
4da50d3c6b test/dumpnbt: Add unit test (fixing #63)
-
c9b56d4d7f tools/dumpnbt: Remove unused CLI flag
-
7bccaca7b9 fossvg and fossvgd: Add stub programs for client and server
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#69
tools/dumpnbt: Deal with compressed filesBodgeMaster commented on issue BodgeMaster/FOSS-VG#41
test/nbt_size_helpers: Add tests for errors and edge casespriblems will be addressed as they show up
BodgeMaster closed issue BodgeMaster/FOSS-VG#41
test/nbt_size_helpers: Add tests for errors and edge casesBodgeMaster commented on issue BodgeMaster/FOSS-VG#29
lib/cli: convenient to use way of preparing all the flags and argumentsNah (Turns out the way this is currently done is quite reasonable and good enough.)
BodgeMaster closed issue BodgeMaster/FOSS-VG#29
lib/cli: convenient to use way of preparing all the flags and argumentsBodgeMaster opened issue BodgeMaster/FOSS-VG#68
lib/nbt: Linking against lib/javacompat fails on CygwinBodgeMaster closed issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerBodgeMaster commented on issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerJust eliminating feature creep here... Dumpnbt is for visualization which it is doing a fine job at. If we ever actually need XML support a dedicated issue for that can be filed later. Hex…
BodgeMaster opened issue BodgeMaster/FOSS-VG#67
Dependencies: Sockpp fails to build on Cygwin.BodgeMaster commented on issue BodgeMaster/FOSS-VG#65
tools/hexnet: doesn’t exit when the connection gets closed by remote peerApparently sockpp sockets aren’t thread safe. This may or may not be the cause of this issue.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
f6b965040d tools/hexnet: Compile with POSIX threads