Commit graph

175 commits

Author SHA1 Message Date
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
mat
a3fad4765b reorder some packets 2022-04-19 21:03:10 -05:00
mat
a45eb6deb2 allow trailing commas in declare_state_packets 2022-04-19 20:37:42 -05:00
mat
58e58dfa8f Merge branch 'main' into declare-commands-packet 2022-04-19 20:35:21 -05:00
mat
5fd87615cf
Merge pull request #1 from mat-1/brigadier
azalea-brigadier
2022-04-20 01:34:12 +00:00
mat
d09762f5d3
Merge pull request #2 from mat-1/state-packets-macro
State packets macro
2022-04-20 01:33:55 +00:00
mat
bc22faf3b0 remove a couple of imports 2022-04-19 20:33:17 -05:00
mat
cbdab27cb5 add declare_state_packets to the other states 2022-04-19 19:17:36 -05:00
mat
9633874d23 finish declare_state_packets implementation 2022-04-19 18:53:13 -05:00
mat
c04a28621e start adding more stuff 2022-04-19 00:53:51 -05:00
mat
f60426cd5a start adding declare_state_packets 2022-04-19 00:48:13 -05:00
mat
be194c1ca1
Merge branch 'main' into brigadier 2022-04-19 03:56:36 +00:00