BodgeMaster
|
91f3dfaa5e
|
lib/cli: Add a library for command line arguments parsing
This has the parser itself already implemented, all other functionality is still
missing. So are tests.
Yes, I’m making my own getopt. Let me.
|
2022-07-14 03:13:48 +02:00 |
BodgeMaster
|
7e049fcfd1
|
lib/error: rename and add error constants
|
2022-07-13 22:01:18 +02:00 |
Shwoomple
|
68484c6a20
|
NBT: Moar nbt helper functions. Add all functions in issue #18 except writeString
|
2022-07-06 18:28:02 +05:30 |
Shwoomple
|
847b73c6ae
|
NBT: implement the overloaded writeInt8Array
|
2022-07-06 17:16:47 +05:30 |
Shwoomple
|
8d8c1e6b90
|
NBT: change "[]" to "Array" in unit test messages.
|
2022-07-06 16:28:08 +05:30 |
Shwoomple
|
b0ccc74409
|
NBT: Added writeInt8Array.
|
2022-07-06 16:27:32 +05:30 |
BodgeMaster
|
762ba7f089
|
NBT: add write helpers for float types
|
2022-07-04 19:43:31 +02:00 |
BodgeMaster
|
8c7be385ae
|
NBT: add write helpers for int32 and int64
|
2022-07-04 18:29:38 +02:00 |
BodgeMaster
|
6d62d995df
|
NBT: implement write helpers for int8 and int16
|
2022-07-04 18:03:40 +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
|
ed429633e5
|
NBT Test: fix begin of data test for int64, remove irrelevant (and architecture-specific) suffixes
|
2022-06-29 00:02:51 +02:00 |
BodgeMaster
|
12b4a8bb55
|
Tests: fix up alias and implement first tests
|
2022-06-28 22:03:27 +02:00 |
BodgeMaster
|
d37f5581c3
|
assert.h++: fix failure handling
|
2022-06-28 20:11:24 +02:00 |
BodgeMaster
|
c61aca5b72
|
assert.h++: simple ASSERT() macro
|
2022-06-28 19:55:22 +02:00 |
BodgeMaster
|
e09fb6a61f
|
add test infrastructure, closing #11
|
2022-06-28 18:28:44 +02:00 |