Jan Danielzick BodgeMaster
Loading Heatmap…

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

BodgeMaster opened issue BodgeMaster/FOSS-VG#45

lib/nbt: create a unit test for the NBT validator

2022-08-15 10:58:11 +02:00

BodgeMaster pushed to master at BodgeMaster/FOSS-VG

  • 25bec4c587 lib/nbt: Validator: Fix bytes not being added up correctly in multiple places
  • 589cf1ddaf lib/nbt: NBT validator: Fix wrong function declaration in the header, fix not using the currentPosition variable when accessing data
  • 884a5239c6 lib/nbt: fix a bug in NBT::helper::readString() which caused it to asuume that dataSize is the size of the string
  • 9190cad80d lib/nbt: finish implementation of validateRawNBTData() and fix a critical macro-induced bug
  • a862590370 lib/nbt: Start implementing the NBT validator
  • Compare 6 commits »

2022-08-15 10:53:15 +02:00

BodgeMaster commented on issue BodgeMaster/FOSS-VG#43

test/nbt_read_write_helpers: Insufficient unit tests

Okay, it appears that the error stems from a misunderstanding in how the helpers are supposed to work more than no test catching it... One of the tests fails now that I have fixed the…

2022-08-15 10:07:34 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#44

lib/error: Add some way to keep track of the origin of an error

2022-08-15 09:43:48 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#43

test/nbt_read_write_helpers: Insufficient unit tests

2022-08-15 09:35:15 +02:00

BodgeMaster opened issue BodgeMaster/FOSS-VG#42

lib/nbt: Spec extension to allow for different types of top level tags

2022-08-15 01:04:28 +02:00