aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/client.rs
AgeCommit message (Expand)Author
2022-11-18Player List (#41)mat
2022-11-18Add functions to get ChatPacket author and content (#42)mat
2022-11-17move some stuff to the azalea_client::chat modUbuntu
2022-11-15Rename "dimension" to "world" (#39)mat
2022-11-15rephrase thatUbuntu
2022-11-15add Client::metadataUbuntu
2022-11-12Pathfinder (#25)mat
2022-11-11improved docsUbuntu
2022-11-10fix clippy warningsUbuntu
2022-11-09ignore bad utf8Ubuntu
2022-11-09fix warningsUbuntu
2022-11-09don't error on bad entity data packetUbuntu
2022-11-08don't log light updatesUbuntu
2022-11-08log some more stuffUbuntu
2022-11-07don't panic on kickmat
2022-11-06Entity metadata (#37)mat
2022-10-30actually fixmat
2022-10-30reply to custom query packetmat
2022-10-30more docsmat
2022-10-29add packet to match lolmat
2022-10-29don't panic if connection closes on joinmat
2022-10-27use variables directly in format stringsmat
2022-10-27fix removed packets still being definedmat
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-21work around rustc compilation errormat
2022-10-16Microsoft Authentication (#29)mat
2022-10-10fix panic in azalea-chatmat
2022-10-08handle SectionBlocksUpdate packetmat
2022-10-08change definition of Event::Tickmat
2022-10-07fix errors with rewritten packet readingmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-10-07remove jumping_once from az-clientmat
2022-10-07Bot API (#27)mat
2022-10-02add jumpingmat
2022-10-02All block shapes & collisions (#22)mat
2022-09-19add shutdown functionmat
2022-09-19Merge branch 'main' of https://github.com/mat-1/azaleamat
2022-09-19fix rotationsmat
2022-09-19Fix connection writer being locked (#23)mat
2022-09-19replace printlns with logUbuntu
2022-09-06rename variants in packet enums to be shorterUbuntu
2022-09-05Update client.rsmat
2022-09-05.walk :)mat
2022-09-04remove some debug stuff and fix recipe packetmat
2022-08-29physics stuffmat
2022-08-29Physics (#11)mat
2022-08-20Implement ALL packets (#16)mat