aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_commands_packet.rs
AgeCommit message (Expand)Author
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-04-231.20.5 (#127)mat
2023-12-051.20.3 (#110)mat
2023-11-18replace log with tracingmat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-03-141.19.4 (#57)mat
2023-03-14make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...mat
2023-02-04Use an ECS (#52)mat
2023-01-30More packet fixes, tests, handle error (#61)EightFactorial
2022-12-08wrap_comments = truemat
2022-12-071.19.3 (#34)mat
2022-12-06Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)EightFactorial
2022-11-12Pathfinder (#25)mat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-19replace printlns with logUbuntu
2022-09-06BrigadierNodeStub::name()mat
2022-09-06finish read implementation for Commands packetUbuntu
2022-09-05Publish everything* to crates.iomat
2022-09-02get rid of Readable & Writable (#21)mat
2022-08-20Implement ALL packets (#16)mat