aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
AgeCommit message (Collapse)Author
2022-11-18Player List (#41)mat
* keep track of player list * send player update events
2022-11-18Add functions to get ChatPacket author and content (#42)mat
* Add functions to get ChatPacket author and content * add ChatPacket::username and ChatPacket::content
2022-11-17move some stuff to the azalea_client::chat modUbuntu
2022-11-15Rename "dimension" to "world" (#39)mat
* rename "dimension" to "world" * Update mod.rs
2022-11-15rephrase thatUbuntu
2022-11-15add Client::metadataUbuntu
2022-11-15clippyUbuntu
2022-11-12Pathfinder (#25)mat
Pathfinding is very much not done, but it works enough and I want to get this merged. TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
2022-11-11change some dependenciesmat
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
* add example generated metadata.rs * metadata.rs codegen * add the files * add comment to top of metadata.rs * avoid clone * metadata * defaults * defaults * fix metadata readers and writers * fix bad bitmasks and ignore some clippy warnings in generated code * add set_index function to entity metadatas * applying metadata
2022-11-03change comment to be less than 80 widthUbuntu
2022-10-30actually fixmat
2022-10-30reply to custom query packetmat
2022-10-30replace an expect with unwrap_or_elsemat
2022-10-30more docsmat
2022-10-30chore: Releasemat
2022-10-30add "repository" field to all cratesmat
2022-10-30fix errormat
2022-10-30improve docs a little moremat
2022-10-29add packet to match lolmat
2022-10-29oop fix another unwrapmat
2022-10-29don't panic if connection closes on joinmat
2022-10-27use variables directly in format stringsmat
thanks clippy we love you
2022-10-27fix removed packets still being definedmat
2022-10-23Add Client::set_client_information (#33)mat
* start adding options * add default options * send options packet by default * mention set_options in Client::join doc * make TranslatableComponent::read return TextComponent * change set_options to set_client_information * clean up some code * Add `Initialize` event * fix some clippy warnings * change `Client::options` to `client_information`
2022-10-23add `# Examples` to some docsmat
2022-10-23Update examples with new cleaner handle/statemat
2022-10-23make `handle` cleanermat
Arc<Event> -> Event, Arc<Mutex<State>> -> State Items in State now need to have interior mutability (i.e. Arc<Mutex<T>>), but it's a worthwhile tradeoff since it allows the user to customize it for each field
2022-10-23write more documentationmat
2022-10-21add function that gets full message contentmat
2022-10-21work around rustc compilation errormat
2022-10-18Create cache file directory if it doesn't existUbuntu
2022-10-18bump az-client versionUbuntu
2022-10-18make Account clonableUbuntu
2022-10-17refactor: remove println statements (#31)Sculas
This PR removes all println statements and logs them on trace level instead. Normally, libraries shouldn't print to stdout using println, since there's no control over them.
2022-10-17public azalea and az-clientUbuntu
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