Commit graph

28 commits

Author SHA1 Message Date
dd6ee1bf60 Apply autofixes 2024-05-06 13:45:52 -07:00
5357da3746 Adds some helper utilities. 2024-05-06 01:56:09 -07:00
5d9c201e54 Comment out read debuggery 2024-05-06 01:20:38 -07:00
b359400c83 Fix #6, testsuite implemented. 2024-05-06 01:16:08 -07:00
270302bb4b Update write method signatures 2024-05-05 23:31:49 -07:00
c867982482 Implement NbtIO and some unit tests using the HelloWorld NBT 2024-05-05 23:30:27 -07:00
3a3c5f5822 Merge pull request 'Fix #2: Implement Serialization' (#5) from feat/2 into main
Reviewed-on: #5
2024-05-05 06:28:45 +00:00
43aa3bc6d0 Add some helper functions, adjust visibility on variables 2024-05-04 23:21:40 -07:00
6c83fbc371 Implement StringTag, run autofix 2024-05-04 23:02:03 -07:00
3956dc0ea9 Implement ShortTag 2024-05-04 22:55:23 -07:00
b4b2370e34 Implement LongArrayTag 2024-05-04 22:52:55 -07:00
4917419bd3 Implement LongTag 2024-05-04 22:47:52 -07:00
dd133afd68 Implement ListTag 2024-05-04 22:44:04 -07:00
4ee91e762a Implement IntArrayTag 2024-05-04 21:40:20 -07:00
5642a7f693 Implement IntTag 2024-05-04 21:35:19 -07:00
120328533c Implement FloatTag 2024-05-04 21:30:58 -07:00
61aebb03ad Implement EndTag 2024-05-04 21:29:04 -07:00
0bf1e2b2d9 Implement DoubleTag 2024-05-04 21:28:10 -07:00
70f6e16d17 Finish implementing CompoundTag 2024-05-04 21:24:42 -07:00
a27248daf9 Finish serialization in ByteArrayTag.dart 2024-05-04 20:39:00 -07:00
a8d99586c9 Finish ByteTag 2024-05-04 20:35:21 -07:00
9b33f69021 Merge pull request 'Implement #1' (#4) from feat/1 into main
Reviewed-on: #4
2024-05-05 03:20:47 +00:00
f9c83a676b Finished basic implementation 2024-05-04 20:19:26 -07:00
7432530c79 Add two sample test nbt files 2024-05-04 19:44:56 -07:00
79c14b9097 Implement basic NBT PODO 2024-05-04 19:41:19 -07:00
80ab4ad0e5 Update Readme 2024-05-04 18:19:04 -07:00
809dbe0b8d Initial commit 2024-05-04 18:09:43 -07:00
6d6513ad5c Initial commit 2024-05-04 07:19:22 +00:00