aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/status
AgeCommit message (Expand)Author
2024-12-19fix incorrect packetsmat
2024-11-28switch some packet structs to unit structsmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2023-12-051.20.3 (#110)mat
2023-03-141.19.4 (#57)mat
2023-02-04Use an ECS (#52)mat
2022-12-03Serialize Component (#47)EightFactorial
2022-11-12Pathfinder (#25)mat
2022-10-30more docsmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-06rename variants in packet enums to be shorterUbuntu
2022-09-05Publish everything* to crates.iomat
2022-09-02get rid of Readable & Writable (#21)mat
2022-09-01sample can be emptymat
2022-09-01ping players can be negativemat
2022-08-20Implement ALL packets (#16)mat
2022-08-06Better errors (#14)mat
2022-07-29Split clientbound and serverbound packetsmat
2022-06-23Fix everything so azalea-buf worksmat
2022-05-14add derive McBuf to every packetmat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Reduce usage of AsyncReadmat
2022-05-01clientbound_add_entity_packet & clientbound_set_entity_data_packetmat
2022-04-22simplify error handlingmat
2022-04-21Set carried item and update tags packetsmat
2022-04-19add declare_state_packets to the other statesmat
2022-01-01start adding packet macrosmat
2021-12-26fix some clippy warningsmat
2021-12-16try to implement compressionmat
2021-12-15azaleamat