FOSS-VG/scripts
BodgeMaster fe7c763d06 lib/varint: Add VarInt library
Minecraft uses 32-bit and 64-bit VarInt types to cut down on network usage.
This library currently contains read functions for conversion to normal integers.

Something seems to be wrong with the converter for 64-bit varints,
can’t figure out what rn.
2022-11-25 22:19:49 +01:00
..
test test/dumpnbt: Add unit test (fixing #63) 2022-10-28 02:45:52 +02:00
tools tools/arraydump: Reimplement in C++ 2022-10-05 05:26:04 +02:00
build.sh lib/javacompat: Make this a header library 2022-10-30 04:55:58 +01:00
clean.sh Build system: Improve output readability and prepare for script based unit tests 2022-08-13 17:32:47 +02:00
clean_dependencies.sh Build system: Improve output readability and prepare for script based unit tests 2022-08-13 17:32:47 +02:00
lib.sh Build system: fix typo 2022-07-30 21:14:23 +02:00
setup_project.sh Build system: Improve output readability and prepare for script based unit tests 2022-08-13 17:32:47 +02:00
test.sh lib/varint: Add VarInt library 2022-11-25 22:19:49 +01:00