aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2022-08-27Azalea registry (#20)mat
* make azalea-registry crate * add trait feature to az-block * registr * registry macro * impl Display for registry things * registries
2022-08-19NBT decoder optimizations (#17)mat
* replace HashMap with AHashMap * faster read_string by just doing read_exact * re-enable all the benchmarks
2022-08-06Better errors (#14)mat
* make reading use thiserror * finish implementing all the error things * clippy warnings related to ok_or * fix some errors in other places * thiserror in more places * don't use closures in a couple places * errors in writing packet * rip backtraces * change some BufReadError::Custom to UnexpectedEnumVariant * Errors say what packet is bad * error on leftover data and fix it wasn't reading the properties for gameprofile
2022-07-101.19.1-pre4mat
2022-06-25merge ClientState and Clientmat
2022-06-25Fix errorsmat
2022-06-25Merge branch 'main' into azalea-entitymat
2022-06-24start adding movingmat
2022-06-24Upgrade some cratesmat
2022-06-24Upgrade crates and remove num_* depsmat
2022-06-23Fix everything so azalea-buf worksmat
2022-06-23azalea-bufmat
2022-06-20add gametick event and find_one_entitymat
2022-06-19Fix some clippy warningsmat
2022-06-19Improvements to azalea-world for entitiesmat
2022-06-18from<ClientboundAddEntityPacket> for Entitymat
2022-06-17EntityStoragemat
2022-06-17Create azalea-entitymat
2022-06-16azalea-world uses azalea-blockmat
2022-06-11Fix all the errorsmat
2022-06-09Merge branch 'main' into azalea-blockmat
2022-05-27Start making block macromat
2022-05-27Start making azalea-blockmat
2022-05-27update cratesmat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-08azalea-chat now checks language filesmat
2022-05-05random polishmat
2022-05-03more azalea-world stuffmat
2022-05-02more chunk and readme stuffmat
2022-05-02write some more azalea-world codemat
2022-05-01Merge branch 'main' into chunk-decodingmat
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-05-01start adding azalea-worldmat
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-30azalea_auth::encryption -> azalea_cryptomat
2022-04-29Merge branch 'main' into chunk-packetsmat
2022-04-29upgrade aes and cfb8mat
2022-04-29how do i do thismat
2022-04-26work on adding more stuff for recipesmat
2022-04-24ENCRYPTION WORKS!!!!!!!!!!!mat
2022-04-24Add ServerboundKeyPacketmat
2022-04-24Merge branch 'main' into authmat
2022-04-24remove an unused thing from dependenciesmat
2022-04-22simplify error handlingmat
2022-04-18start working on declare commands packetmat
2022-04-17Clean up some old stuffmat
2022-02-03amat
2022-01-12aUbuntu
2022-01-09add some more stuff from brigadiermat
2022-01-09add string_readermat