BodgeMaster
|
664632d111
|
NBT: add stub write helper functions
|
2022-07-02 02:08:32 +02:00 |
BodgeMaster
|
4f9577eb36
|
NBT: implement readFloat helpers
|
2022-07-01 21:15:18 +02:00 |
BodgeMaster
|
975cdd309d
|
NBT: implement NBT::helper::readInt64Array
|
2022-06-30 11:02:30 +02:00 |
BodgeMaster
|
edcf40d5a5
|
NBT: implement NBT::helper::readInt32Array
|
2022-06-30 10:45:12 +02:00 |
BodgeMaster
|
c87c519bb5
|
NBT: implement NBT::helper::readInt8Array
|
2022-06-29 12:22:54 +02:00 |
BodgeMaster
|
d43ef67ed1
|
NBT: fix bug in readInt64, improve readability
|
2022-06-29 00:05:02 +02:00 |
BodgeMaster
|
7c12a92b2a
|
NBT: implement the integer helper functions
|
2022-06-28 22:04:04 +02:00 |
BodgeMaster
|
4f760f44be
|
NBT: Implement readInt8 helper closing #2
|
2022-06-28 16:58:31 +02:00 |
BodgeMaster
|
12e9533772
|
apparently that's not how cpp works (I stole it from somewhere lol)
|
2022-06-28 16:51:52 +02:00 |
BodgeMaster
|
8594f4cbb0
|
NBT: Fix ambiguity between int types and bool when calling the ErrorOr<> constructor
|
2022-06-28 16:13:33 +02:00 |
BodgeMaster
|
081035db32
|
expose helpers in the header, rename NBT::helpers to NBT::helper
|
2022-06-28 15:19:47 +02:00 |
BodgeMaster
|
ab920a114b
|
comply with code style guidelines, also minor fix to them
|
2022-06-28 14:25:32 +02:00 |
BodgeMaster
|
9b58d165c0
|
We have a suitable string type for UTF-8 now.
|
2022-06-27 18:15:01 +02:00 |
BodgeMaster
|
b0bd027898
|
Add license and copyright notices
|
2022-06-27 11:46:13 +02:00 |
BodgeMaster
|
f80a33ddb0
|
start implementation of NBT parser
|
2022-06-27 04:50:32 +02:00 |
BodgeMaster
|
0d10af1bd6
|
do not use the lib prefix for library names
|
2022-06-24 16:50:41 +02:00 |