| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-27 | fix identical shapes being defined multiple times | mat | |
| 2022-10-24 | fix repeated ids in game/mod.rs | mat | |
| 2022-10-24 | fix codegen | mat | |
| 2022-10-24 | actually fix out of bounds errors | Ubuntu | |
| 2022-10-24 | fix out of bounds y position | Ubuntu | |
| 2022-10-23 | write some more docs for az-protocol | 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-23 | fix panic on purpur servers | mat | |
| 2022-10-21 | fix stack overflow in az-chat | mat | |
| 2022-10-21 | have Display implemented for the Components | mat | |
| 2022-10-21 | make TranslatableComponent::read return TextComponent | mat | |
| 2022-10-21 | add function that gets full message content | mat | |
| 2022-10-21 | work around rustc compilation error | mat | |
| 2022-10-20 | Remove let chains | mat | |
| 2022-10-19 | fix: make fields in PlayerInfo::Action public (#32) | Sculas | |
| This PR makes the fields in the PlayerInfo packet public. I encountered this issue when writing my own bot which needs a list of UUID > String of all currently logged-in players, and while writing my handler for `Action::RemovePlayer` I found out that the `uuid` field is private. This PR fixes that. | |||
| 2022-10-18 | Create cache file directory if it doesn't exist | Ubuntu | |
| 2022-10-18 | fix rustc panic | Ubuntu | |
| 2022-10-18 | bump az-client version | Ubuntu | |
| 2022-10-18 | make Account clonable | Ubuntu | |
| 2022-10-17 | change azalea version | Ubuntu | |
| 2022-10-17 | change the order of event in handle fn | 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 | now publish azalea | Ubuntu | |
| 2022-10-17 | ok don't publish azalea yet then | Ubuntu | |
| 2022-10-17 | public azalea and az-client | Ubuntu | |
| 2022-10-17 | update az-auth description | Ubuntu | |
| 2022-10-17 | add fs feature to tokio in az-auth | 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 | |
| 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 | |
| 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 | |
