aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-04-13fix wrong MAXIMUM_UNCOMPRESSED_LENGTH valuemat
2025-04-13release 0.12.0+mc1.21.5mat
2025-04-12Revert "Release 0.12.0"mat
2025-04-12Release 0.12.0mat
2025-04-12upgrade depsmat
2025-04-12fix ChickenVariant data componentmat
2025-04-13fix incorrect data componentsmat
2025-04-13optimization: only run update_on_climbable for local entitiesmat
2025-04-04clippymat
2025-04-05remove unwrap in Hello packet handlermat
2025-04-04fix ordering for handle_attack_queuedmat
2025-04-05remove unnecessary ecs system ordering for handle_outgoing_packetsmat
2025-04-05send attack packets at the end of the tickmat