aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-06-02fix login_to_dimension_with_same_name test logging errormat
2025-06-03sort entities_by by distance and improve some docsmat
2025-06-02actually send Event::ReceiveChunkmat
2025-06-02improve docs for biome codemat
2025-06-02add Event::ReceiveChunk and find_blocks_in_chunk functionmat
2025-06-01fix grammar issues in readmemat
2025-06-02fix issues related to pathfinder miningmat
2025-06-02fix VibrationParticlemat
2025-06-02simplify some join logic so the Entity is returned even on connection errormat
2025-06-02several pathfinder fixesmat
2025-06-01add CustomPathfinderStatemat
2025-06-01add Client::entities_by and improve some docsmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-31doc updatesmat
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 RemoveOnDisco...mat
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
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