| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-18 | Player List (#41) | mat | |
| * keep track of player list * send player update events | |||
| 2022-11-18 | Add 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-17 | move some stuff to the azalea_client::chat mod | Ubuntu | |
| 2022-11-15 | Rename "dimension" to "world" (#39) | mat | |
| * rename "dimension" to "world" * Update mod.rs | |||
| 2022-11-15 | rephrase that | Ubuntu | |
| 2022-11-15 | add Client::metadata | Ubuntu | |
| 2022-11-15 | clippy | Ubuntu | |
| 2022-11-12 | Pathfinder (#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-11 | change some dependencies | mat | |
| 2022-11-11 | improved docs | Ubuntu | |
| 2022-11-10 | fix clippy warnings | Ubuntu | |
| 2022-11-09 | ignore bad utf8 | Ubuntu | |
| 2022-11-09 | fix warnings | Ubuntu | |
| 2022-11-09 | don't error on bad entity data packet | Ubuntu | |
| 2022-11-08 | don't log light updates | Ubuntu | |
| 2022-11-08 | log some more stuff | Ubuntu | |
| 2022-11-07 | don't panic on kick | mat | |
| 2022-11-06 | Entity 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-03 | change comment to be less than 80 width | Ubuntu | |
| 2022-10-30 | actually fix | mat | |
| 2022-10-30 | reply to custom query packet | mat | |
| 2022-10-30 | replace an expect with unwrap_or_else | mat | |
| 2022-10-30 | more docs | mat | |
| 2022-10-30 | chore: Release | mat | |
| 2022-10-30 | add "repository" field to all crates | mat | |
| 2022-10-30 | fix error | mat | |
| 2022-10-30 | improve docs a little more | mat | |
| 2022-10-29 | add packet to match lol | mat | |
| 2022-10-29 | oop fix another unwrap | mat | |
| 2022-10-29 | don't panic if connection closes on join | mat | |
| 2022-10-27 | use variables directly in format strings | mat | |
| thanks clippy we love you | |||
| 2022-10-27 | fix removed packets still being defined | mat | |
| 2022-10-23 | Add 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-23 | add `# Examples` to some docs | mat | |
| 2022-10-23 | Update examples with new cleaner handle/state | mat | |
| 2022-10-23 | make `handle` cleaner | mat | |
| 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-23 | write more documentation | mat | |
| 2022-10-21 | add function that gets full message content | mat | |
| 2022-10-21 | work around rustc compilation error | mat | |
| 2022-10-18 | Create cache file directory if it doesn't exist | Ubuntu | |
| 2022-10-18 | bump az-client version | Ubuntu | |
| 2022-10-18 | make Account clonable | Ubuntu | |
| 2022-10-17 | refactor: 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-17 | public azalea and az-client | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
