aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
AgeCommit message (Expand)Author
2022-11-06Entity metadata (#37)mat
2022-10-30more docsmat
2022-10-30chore: Releasemat
2022-10-30add "repository" field to all cratesmat
2022-10-30improve docs a little moremat
2022-10-29ClientboundContainerClosePacketmat
2022-10-29add doc comments to combat packetsmat
2022-10-27use variables directly in format stringsmat
2022-10-27fix removed packets still being definedmat
2022-10-24fix repeated ids in game/mod.rsmat
2022-10-23write some more docs for az-protocolmat
2022-10-23Add Client::set_client_information (#33)mat
2022-10-23add `# Examples` to some docsmat
2022-10-23write more documentationmat
2022-10-21add function that gets full message contentmat
2022-10-19fix: make fields in PlayerInfo::Action public (#32)Sculas
2022-10-18Create cache file directory if it doesn't existUbuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-16Add chat function (#28)mat
2022-10-16Microsoft Authentication (#29)mat
2022-10-15fix clippy warningsmat
2022-10-09fix panicmat
2022-10-08handle SectionBlocksUpdate packetmat
2022-10-07remove a printlnmat
2022-10-07fix errors with rewritten packet readingmat
2022-10-07fix a testmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-10-02All block shapes & collisions (#22)mat
2022-09-19Fix connection writer being locked (#23)mat
2022-09-19replace printlns with logUbuntu
2022-09-11no unused variablemat
2022-09-11only check leftover data in debug modemat
2022-09-10fix ClientboundMapItemDataPacketmat
2022-09-10fix outdated EntityDataValuemat
2022-09-10typo fixmat
2022-09-09fix errors in enums inconsistent w/ vanillamat
2022-09-09cut off at 500 instead of 100mat
2022-09-09improve logUbuntu
2022-09-09add loggerUbuntu