aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/src
AgeCommit message (Expand)Author
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04remove executable bit from filesmat
2025-02-23fix memory leak in simulation tests (lol)mat
2025-02-23minor memory usage optimizationsmat
2025-02-22update to rust edition 2024mat
2025-02-21fix CustomModelData and WrittenBookContent datacomponentsmat
2025-02-02start implementing data driven registriesmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-09-15update simdnbtmat
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-06-11fix incorrect varlong readermat
2024-05-14Update simdnbt dep (#148)veronoicc
2024-04-231.20.5 (#127)mat
2024-04-20clippymat
2023-12-02fix writing nbtmat
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18replace log with tracingmat
2023-10-26remove some unnecessary code and improve docs for Menumat
2023-10-26remove some more #![feature]smat
2023-08-15upgrade thiserror and other depsmat
2023-07-14Mining (#95)mat
2023-01-30have docs for all cratesUbuntu
2023-01-25Fix test and packets (#60)EightFactorial
2022-12-08wrap_comments = truemat
2022-12-071.19.3 (#34)mat
2022-11-12Pathfinder (#25)mat
2022-10-27use variables directly in format stringsmat
2022-10-23Add Client::set_client_information (#33)mat
2022-10-23write more documentationmat
2022-10-16Microsoft Authentication (#29)mat
2022-10-15fix azalea-buf testsmat
2022-10-15fix clippy warningsmat
2022-10-07fix errors with rewritten packet readingmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-10-02All block shapes & collisions (#22)mat
2022-09-07why am i getting a varint errormat
2022-09-07don't panic on bad utf8mat
2022-09-04remove some debug stuff and fix recipe packetmat
2022-09-04fix chunks not being able to be readmat
2022-09-02get rid of Readable & Writable (#21)mat
2022-09-01fix bad u32::write_into and add testsmat
2022-08-29change it all to azalea-buf-macrosmat
2022-08-29Physics (#11)mat
2022-08-24make some code more idiomaticmat
2022-08-20Implement ALL packets (#16)mat
2022-08-06Better errors (#14)mat
2022-07-11Remove unused feature arbitrary_enum_discriminantmat