aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/mc_buf/mod.rs
AgeCommit message (Collapse)Author
2022-06-23azalea-bufmat
2022-05-14start adding ClientboundLevelParticlesPacketmat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-07basic code generatormat
2022-05-07Initialize worldborder packetmat
Also add varlong and replace #[varint] with #[var]
2022-05-05Fix chunk decodingmat
2022-05-02more chunk and readme stuffmat
2022-05-02write some more azalea-world codemat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Reduce usage of AsyncReadmat
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-04-30Simplify packet macromat
Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated.
2022-04-28chunk packets workmat
2022-04-28add bitset and work on chunk packetsmat
2022-04-26default implementation for read and write Vec<T>mat
2022-04-24ENCRYPTION WORKS!!!!!!!!!!!mat
2022-04-241.18.2 supportmat
2022-04-22simplify error handlingmat
2022-01-02start improving packet macrosmat