| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-19 | chore: Release | mat | |
| 2022-11-18 | Player List (#41) | mat | |
| * keep track of player list * send player update events | |||
| 2022-11-14 | Military-grade server implementation (#40) | Honbra | |
| * Military-grade server implementation * Add doc comments | |||
| 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-12 | Merge branch 'main' of https://github.com/mat-1/azalea into main | Ubuntu | |
| 2022-11-11 | make some stuff in azalea-protocol public | mat | |
| 2022-11-11 | fix example in azalea_protocol::connect | mat | |
| 2022-11-11 | improved docs | Ubuntu | |
| 2022-11-10 | fix clippy warnings | Ubuntu | |
| 2022-11-09 | semicolon lol | mat | |
| 2022-11-09 | shut down on broken pipe | mat | |
| 2022-11-08 | make some fields public in light update packet | Ubuntu | |
| 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-10-30 | more docs | mat | |
| 2022-10-30 | chore: Release | mat | |
| 2022-10-30 | add "repository" field to all crates | mat | |
| 2022-10-30 | improve docs a little more | mat | |
| 2022-10-29 | ClientboundContainerClosePacket | mat | |
| 2022-10-29 | add doc comments to combat packets | 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-24 | fix repeated ids in game/mod.rs | mat | |
| 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 | write more documentation | mat | |
| 2022-10-21 | add function that gets full message content | 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-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-16 | Add chat function (#28) | mat | |
| * add Client::chat * make the default bot do chat | |||
| 2022-10-16 | Microsoft Authentication (#29) | mat | |
| * a * try to do more work on auth signing (untested) * well auth works when i remove the d= so * auth stuff * sessionserver stuff * add auth in azalea-protocol/client * caching* refreshing microsoft auth tokens isn't implemented yet, also i haven't tested it * how did i not notice that i had the code duplicated * fix cache * add refreshing msa token * replace some printlns with log::trace * auth works! * Update main.rs * fix clippy warnings | |||
| 2022-10-15 | fix clippy warnings | mat | |
| 2022-10-09 | fix panic | mat | |
| 2022-10-08 | handle SectionBlocksUpdate packet | mat | |
| 2022-10-07 | remove a println | mat | |
| 2022-10-07 | fix errors with rewritten packet reading | mat | |
| i forgot i never tested it before LMAO | |||
| 2022-10-07 | fix a test | mat | |
