aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-08re-export bevy_tasks from azalea_clientmat
2025-05-07doc warningsmat
2025-05-08add chat signingmat
2025-05-07impl Display for proxy and trace log JoinOptsmat
2025-05-06reword some things in the changelogmat
2025-05-07support legacy hex colorsmat
2025-05-06fix incorrect chat parsing when legacy color codes are mixed inmat
2025-05-07upgrade rust version and fix clippy warningsmat
2025-05-06fix various issues with miningmat
2025-05-06delete outdated parts of azalea-protocol readmemat
2025-05-06fix pathfinder descending onto non-full blocksmat
2025-05-07fix some edge cases when pathfinding on slabs and stairsmat
2025-05-07pathfinder can now handle slabs, stairs, and dirt pathsmat
2025-05-07fix chunk errors when joining a world with a same name but different heightmat
2025-05-06switch back to stable hickory-resolvermat
2025-05-03update deps and lock hickory-resolver to a commitmat
2025-05-02Add AutoReconnectPlugin (#221)mat
2025-05-03typomat
2025-05-02the bevy update is a breaking changemat
2025-05-03add changelogmat
2025-05-01drop dependency on pixlyzer and start using pumpkin extractormat
2025-05-02make ClientBuilder/SwarmBuilder Sendmat
2025-05-02fix InstanceName desyncmat
2025-05-01Implement a to_html method for FormattedText (#208)Kumpelinus
2025-04-25fix some data componentsmat
2025-04-25update to bevy 0.16mat
2025-04-24unused importmat
2025-04-24info log on DisconnectEventmat
2025-04-24always insert Swarm before any systems can start runningmat
2025-04-24update RawConnection::state when start_configuration is receivedmat
2025-04-24update to git hickory-resolver and use system resolvermat
2025-04-24delete some unused packet modules in game statemat
2025-04-25update serialization for set_player_teammat
2025-04-22faster pathfinder WeightedNode::ordmat
2025-04-19add StartJoinServerEvent to allow joining servers exclusively from ecsmat
2025-04-19send correct uuid in offline modemat
2025-04-19make azalea::pathfinder::debug publicmat
2025-04-19clippymat
2025-04-19remove `.unwrap()` from `wait_until_goto_target_reached` (#216)manen
2025-04-18typo in instance_block_action packetmat
2025-04-18box display_name in PlayerInfo to make it smallermat
2025-04-17allow disabling Event::Packet with a crate featuremat
2025-04-18fix another panic on disconnect and slightly optimize client events loopmat
2025-04-17Move login state to the ECS (#213)mat
2025-04-17remove unused importmat
2025-04-17make BlockState::id privatemat
2025-04-16shorten the Plugins bullet point in the readmemat
2025-04-15minor readme fixesmat
2025-04-16clippy and fix broken doc testsmat
2025-04-15make goto async and clean up some examplesmat