Commit graph

1086 commits

Author SHA1 Message Date
mat
2575da38ed write more example code 2022-04-28 22:50:39 +00:00
mat
1ca9caee36 add bitset and work on chunk packets 2022-04-28 16:38:27 +00:00
mat
64823e661f Update clientbound_level_chunk_with_light_packet.rs 2022-04-27 23:50:28 -05:00
mat
a4c63c7bb4 create the necessary structs 2022-04-27 23:48:53 -05:00
mat
c2a9acc756 add ClientboundSetChunkCacheCenterPacket 2022-04-27 23:43:10 -05:00
mat
1b5a3722ee fix player info packet 2022-04-27 23:35:34 -05:00
mat
9b50886c30 player info packet 2022-04-27 18:00:50 +00:00
mat
60d1fa50c3 add player position packet 2022-04-27 15:09:33 +00:00
mat
4f9f2468f0 add recipe packet 2022-04-26 22:53:47 -05:00
mat
f859dbbba0 update brigadier 2022-04-26 22:15:07 -05:00
mat
9c69d7d5f2 finish update recipes packet implementation 2022-04-26 19:38:07 -05:00
mat
dd24110019 add derive mcbufreadable/writable 2022-04-26 22:58:18 +00:00
mat
5736a790d3 write some readmes 2022-04-26 15:37:31 +00:00
mat
e5fcfa1193 default implementation for read and write Vec<T> 2022-04-26 15:33:41 +00:00
mat
f9528a9f9a work on adding more stuff for recipes 2022-04-26 15:13:47 +00:00
mat
15b4dd6bd1 Merge branch 'main' into update-recipes-packet 2022-04-25 16:18:39 +00:00
mat
b9c874249f write example code 2022-04-25 16:18:12 +00:00
mat
e4e8cae0e3 start adding update recipes packet 2022-04-24 23:02:21 -05:00
mat
d6f0449344 remove debug prints 2022-04-24 22:55:11 -05:00
mat
dac943e3d7
Merge pull request #3 from mat-1/auth
Auth
2022-04-25 03:50:17 +00:00
mat
f4dd3a9293 ENCRYPTION WORKS!!!!!!!!!!! 2022-04-24 22:46:41 -05:00
mat
4c00bd8865 Add ServerboundKeyPacket 2022-04-24 19:28:29 -05:00
mat
3e507f0db4 Merge branch 'main' into auth 2022-04-24 17:37:57 -05:00
mat
b7641ff308 1.18.2 support 2022-04-24 16:18:51 -05:00
mat
97d392f4e5 fix warnings in azalea-nbt 2022-04-24 14:56:46 -05:00
mat
59ef945094 fix writing wrong ids in nbt 2022-04-24 14:53:01 -05:00
mat
b43ad19636 remove an unused thing from dependencies 2022-04-24 14:44:02 -05:00
Ubuntu
7a272c216b Vec<Tag> to [Tag] 2022-04-23 04:28:19 +00:00
Ubuntu
46454793e0 clean up some code 2022-04-23 04:14:19 +00:00
mat
3a6810ca1d vroom vroom 2022-04-22 22:38:42 -05:00
mat
3057ae8b4a maybe optimization 2022-04-22 20:49:42 -05:00
mat
b03d3da659 inline reading in nbt decoding 2022-04-22 18:23:29 +00:00
mat
99652200aa simplify nbt list optimization 2022-04-22 18:03:57 +00:00
mat
7df6522489 remove irrelevant comment 2022-04-22 14:51:03 +00:00
mat
67c6e33344 fix nbt decode benchmark 2022-04-22 00:52:22 -05:00
mat
1bbd8b99b3 nbt optimizations 2022-04-22 05:02:45 +00:00
mat
39d77475d3 remove some useless code 2022-04-22 04:37:45 +00:00
mat
248f752748 simplify error handling 2022-04-22 04:33:58 +00:00
mat
7cdd417145 add files 2022-04-22 00:13:45 +00:00
mat
c31c6fa7d0 change to not ping 2022-04-22 00:10:24 +00:00
mat
03d14e13f2 make benchmarks work again 2022-04-21 18:08:33 +00:00
mat
3beb58189b tokio features in az-nbt 2022-04-21 17:24:20 +00:00
mat
2c848ebaa5 Set carried item and update tags packets 2022-04-21 15:25:46 +00:00
mat
298d30ad08 make PlayerAbilitiesFlags its own thing 2022-04-20 18:03:42 +00:00
mat
8bd97c6c96 add player abilities packet 2022-04-20 16:28:39 +00:00
mat
c5f10af09d write some readmes 2022-04-20 15:24:25 +00:00
mat
65dd2eacc2 Merge branch 'declare-commands-packet' 2022-04-19 21:29:07 -05:00
mat
df318dba73 Fix declare_state_packets 2022-04-19 21:25:04 -05:00
mat
5306d99e33 allow trailing commas in declare_state_packets 2022-04-19 21:24:53 -05:00
mat
cafa4dd76f Fix declare_state_packets 2022-04-19 21:24:42 -05:00