aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-30add '@generated' to generated codemat
2025-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-30make fixedbitset require generic const exprs again :3mat
2025-05-31update changelogmat
2025-05-30implement missing brigadier features and cleanup some moremat
2025-05-28add support for custom suggestions in azalea-brigadier and cleanup a bitmat
2025-05-23doc fixesmat
2025-05-24patch pathfinder path on cost increasemat
2025-05-23fix Event::Login not firing on reconnect by adding entity id to ↵mat
RemoveOnDisconnectBundle
2025-05-23add line about azalea-auth.json in azalea-auth readmemat
2025-05-17lowercase named colours (#222)activepass
2025-05-10rearrange some parts of changelog and mention pr authorsmat
2025-05-09add distance param for ReachBlockPosGoal (#220)x-osc
* add distance param for ReachBlockPosGoal * add new impl for ReachBlockPosGoal and optimize slightly
2025-05-09fix offline-mode cert warnings and improve some docsmat
2025-05-10add StartUseItemEvent and improve code related to interactionsmat
2025-05-09don't send chat signing certs on offline-mode serversmat
2025-05-07better docs for disabling pluginsmat
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
* add AutoReconnectPlugin * merge main * start simplifying swarm internals * fix Swarm::into_iter, handler functions, DisconnectEvent, and add some more docs * add ClientBuilder/SwarmBuilder::reconnect_after * fix a doctest * reword SwarmEvent::Disconnect doc * better behavior when we try to join twice * reconnect on ConnectionFailedEvent too * autoreconnect is less breaking now
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
* Implement a to_html method for FormattedText Also fix a small issue with ansi formatting where it duplicated text. * cargo fmt * Make format conversion generic * cargo lint and fmt * Fix ascii conversion cleanup * Implement suggested changes * format, improve sanitization, add xss test --------- Co-authored-by: mat <git@matdoes.dev>
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