|
4ee4687053
|
Split clientbound and serverbound packets
|
2022-07-29 02:59:40 -05:00 |
|
|
37c6618c16
|
Fix everything so azalea-buf works
|
2022-06-23 19:17:04 -05:00 |
|
|
f0792f25bb
|
add derive McBuf to every packet
|
2022-05-14 20:03:24 -05:00 |
|
|
a24d00d998
|
impl Write instead of Vec<u8> for consistency
|
2022-05-01 23:35:30 -05:00 |
|
|
567c6f4f2c
|
Reduce usage of AsyncRead
We already receive everything from the server when it tells us the length, so we can actually just treat the stream as a Read instead of an AsyncRead.
|
2022-05-01 21:54:03 -05:00 |
|
|
9dacd90abc
|
clientbound_add_entity_packet & clientbound_set_entity_data_packet
|
2022-05-01 13:51:59 -05:00 |
|
|
248f752748
|
simplify error handling
|
2022-04-22 04:33:58 +00:00 |
|
|
2c848ebaa5
|
Set carried item and update tags packets
|
2022-04-21 15:25:46 +00:00 |
|
|
cbdab27cb5
|
add declare_state_packets to the other states
|
2022-04-19 19:17:36 -05:00 |
|
|
a1afbb6031
|
start adding packet macros
|
2022-01-01 23:55:19 -06:00 |
|
|
1a961d968b
|
fix some clippy warnings
|
2021-12-26 14:17:01 -06:00 |
|
|
c4eecaf13a
|
try to implement compression
|
2021-12-16 23:33:06 -06:00 |
|
|
9642558f8f
|
azalea
|
2021-12-15 23:10:55 -06:00 |
|