FOSS-VG/src
BodgeMaster d402d4e057 lib/nbt: Move the functions for getting tag sizes into the helper namespace, give up on handling lists the same as all other tags
I tried dealing with lists in the same way as with other more basic tags
but came to the conclusion that this is most likely not feasible in the same
way that it is not feasible for compounds. It would require a mini-parser
that can deal with all sorts of tags (including nested lists and compounds).

Instead, an approach more similar to the recursion for compound tags will
be used (using its own function to deal with the missing tag headers ofc).
2022-08-11 07:49:31 +02:00
..
lib lib/nbt: Move the functions for getting tag sizes into the helper namespace, give up on handling lists the same as all other tags 2022-08-11 07:49:31 +02:00
test test/nbt*: rename files, move byte tag object test from helper test file into its own file 2022-08-11 06:20:07 +02:00
tools tools/hexnet: Add more command line flags and options 2022-08-02 03:42:37 +02:00