Commit Graph

800 Commits

Author SHA1 Message Date
59353518b1 Unified the sending of LoginStart packet 2022-06-15 16:03:37 +08:00
af58497587 BitStoreage.Fix check 0 bits now 2022-06-14 13:57:01 +08:00
33579d448e Fix Palette bugs reported by patyhank 2022-06-14 13:37:24 +08:00
44703ce940 Merge #206 2022-06-14 13:15:57 +08:00
780260c3bf supported 1.19 key authentication 2022-06-14 10:19:48 +08:00
0d88ae61c3 Code Cleanup 2022-06-13 17:22:46 +08:00
5a9f506597 Fix Packet Wrong 2022-06-13 16:43:13 +08:00
e40735d2d3 Fix Example 2022-06-13 16:42:47 +08:00
835c4c32c9 Trying to Fix Dimension NBT 2022-06-13 16:34:43 +08:00
0d5813339f Added 1.19 Support # Bot Package (missing-sig) 2022-06-13 16:18:14 +08:00
8facb8cf1c Added 1.19 Support # Login (missing-sig only) 2022-06-13 15:49:55 +08:00
c891efac94 Update packetid, lang, blocks 2022-06-08 15:07:42 +08:00
93cce185a7 Update github actions CodeQL 2022-06-04 12:01:03 +08:00
6eb5f35c75 A chat.Message can be deserialized from json array. 2022-05-30 11:25:56 +08:00
3c078fc503 Make HoverEvent struct work. 2022-05-29 18:41:02 -02:00
a67d01b81f Merge pull request #200 from xtrafrancyz/master
Fix and improvements to mca
2022-05-28 22:32:24 +08:00
4284124c00 mca: Add write test 2022-05-28 17:21:57 +03:00
9c7febe78e mca: Get rid of float conversion 2022-05-28 15:42:07 +03:00
f710627b02 mca: add CreateWriter and Region.PadToFullSector 2022-05-28 15:03:36 +03:00
9de1f4e9b3 mca: Fix calculation of needed sector count
With a data length of 4092, 2 sectors were required instead of 1
2022-05-28 15:00:49 +03:00
0c9ea959a7 add unpack packet check to prevent panic 2022-05-28 14:23:00 +08:00
33f604aa93 Components now knows why client exist 2022-05-28 13:48:19 +08:00
4cc7ed22b7 change pk.Ary API 2022-05-28 13:47:07 +08:00
02dd436014 fix bitset bugs 2022-05-28 01:48:36 +08:00
29ce03be31 a flat bitset 2022-05-28 01:39:33 +08:00
7bb5c2db87 ref #106 on online-bot example 2022-05-27 17:38:56 +08:00
61f9625297 fix data race 2022-05-27 10:37:10 +08:00
5acdadabcc Merge pull request #198 from xtrafrancyz/master
Support omitempty for nbt encoding
2022-05-27 09:56:58 +08:00
eb9d50b3ee Support omitempty for nbt encoding 2022-05-27 01:54:22 +03:00
691e507fcf load dimension example 2022-05-27 00:59:18 +08:00
474d6a229b player and dimension loader with ecs system 2022-05-27 00:38:46 +08:00
d2f7db9d0d simple ecs system 2022-05-23 10:04:01 +08:00
a5dd70d1ea dim manager test 2 2022-05-22 14:46:07 +08:00
562836ac5e dim manager test 1 2022-05-22 09:58:41 +08:00
1932cbed74 Chunk converters return error now 2022-05-21 15:29:31 +08:00
5f3f66e9cf SkyLight and BlockLight 2022-05-21 12:06:19 +08:00
2b92ad6b4c use hashMapPalette in config.create() 2022-05-21 12:06:00 +08:00
30eadedda2 fix #191 2022-05-21 10:41:10 +08:00
8f9bf27105 Update issue templates 2022-05-20 14:12:16 +08:00
96a289bb8f Update issue templates 2022-05-20 14:10:45 +08:00
df664e4e1f close #182 2022-05-20 14:00:00 +08:00
588b7872f1 nbt can encode or decode bool values as TagByte and []bool as TagByteArray now. close #175 2022-05-20 13:18:39 +08:00
1ff25ae8ab Palette data structures now use generics for type checking 2022-05-20 12:00:35 +08:00
67afd62d58 fix ChunkToSave data copying error 2022-05-20 10:46:10 +08:00
a87e933f8a fix typo 2022-05-19 16:29:43 +08:00
1ee452ff5f nbt supports encode int8 as TagByte and []int8 as TagByteArray 2022-05-19 16:28:04 +08:00
ad0ea1db68 Partial level.Chunk->save.Chunk conversion support 2022-05-17 15:38:25 +08:00
81aae1f768 HashMap palette implement 2022-05-17 15:10:00 +08:00
e73be166bd Support decode ByteArray as []int8 2022-05-17 12:15:24 +08:00
de392ec3b3 Merge pull request #187 from layou233/use-defaultclient 2022-05-14 16:56:22 +08:00