Jan Danielzick BodgeMaster
Loading Heatmap…

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

  • aab91a2523 lib/nbt: Fix NBT::validateRawNBTData() and NBT::validateRawListContents closing #52 and #53
  • 58b1199e38 lib/javacompat: Fixed JavaCompat::importJavaString() hanging when trying to import long strings
  • Compare 2 commits »

2022-09-11 09:17:28 +02:00

BodgeMaster commented on issue BodgeMaster/FOSS-VG#53

lib/nbt: NBT::validateRawList() cannot be used for recursion

Forgot to add the reason: This is due to the function assuming that the list it is trying to validate has a name. A quick and dirty fix would be adding a parameter `bool skipName`. Another…

2022-09-10 10:06:58 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#53

lib/nbt: NBT::validateRawList() cannot be used for recursion

2022-09-10 09:35:14 +02:00

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

2022-08-29 21:14:03 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#52

lib/nbt: NBT::validateRawNBTData fails to validate nested compounds and lists

2022-08-29 20:59:24 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#51

lib/nbt: NBT::validateRawNBTData segfaults when trying to validate servers.dat

2022-08-29 20:58:18 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#50

Build system: Minimal rebuilds

2022-08-29 20:43:38 +02:00

BodgeMaster commented on issue BodgeMaster/FOSS-VG#47

tools/dumpnbt: Wanted feature tracker

Working on a preliminary version right now so i can get away from online development tools (I have been trying to work offline without much success). This will require a full rewrite once the NBT…

2022-08-27 23:38:04 +02:00

BodgeMaster closed issue BodgeMaster/FOSS-VG#17

lib/nbt: return correct error type from read functions

2022-08-27 22:36:53 +02:00

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

  • 629c999336 lib/nbt: Return correct error code from read functions (fixes #17)

2022-08-27 22:36:53 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#49

tools/hexnet: Build issues

2022-08-27 22:17:11 +02:00

BodgeMaster closed issue BodgeMaster/FOSS-VG#43

test/nbt_read_write_helpers: Insufficient unit tests

2022-08-27 20:25:51 +02:00

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

2022-08-27 20:14:03 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#48

Build system: Dependency checker

2022-08-26 19:47:04 +02:00

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

  • a9759e3bc2 lib/file: Clarify what the functions do, take cursor position into account for cut functions and add missing cut function
  • ab1164557d lib/file: Write header
  • 1b8819ffe5 lib/error: Add ErrorOrVoid
  • 4934a78aaa lib/error: Move definitions of constructors of ErrorOr<> inside class definition.
  • 327ad9a9b5 Copyright Notice: Add authors section
  • Compare 5 commits »

2022-08-24 01:44:29 +02:00

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

2022-08-16 13:57:20 +02:00

BodgeMaster commented on issue BodgeMaster/FOSS-VG#47

tools/dumpnbt: Wanted feature tracker

Xml could look like this: ```xml <compound> <string name="Test"> This is a test string. </string> <int8 name="Number"> 110 </int8> <compound name="another compound"> <list…

2022-08-15 20:49:35 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#47

tools/dumpnbt: Wanted feature tracker

2022-08-15 14:21:17 +02:00

BodgeMaster closed issue BodgeMaster/FOSS-VG#33

lib/nbt: implement NBT validator

2022-08-15 13:44:48 +02:00

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

2022-08-15 13:31:37 +02:00