aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/lib.rs
AgeCommit message (Expand)Author
2025-06-26let chains are stabilizedmat
2025-06-14add note about current_thread to azalea readmemat
2025-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-05-07better docs for disabling pluginsmat
2025-05-02Add AutoReconnectPlugin (#221)mat
2025-05-02make ClientBuilder/SwarmBuilder Sendmat
2025-02-22update to rust edition 2024mat
2025-02-14remove stabilized trait_upcasting feature gatesmat
2024-12-23lift requirement on anyhow for handler functionmat
2024-10-26group imports with rustfmtmat
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-04-20socks5 support (#113)mat
2024-04-09add functions to ClientBuilder and SwarmBuilder for custom addressesmat
2024-02-24add Display for Vec3, add SimulationSet, and add EntityChunkPos componentmat
2023-12-05make start return nevermat
2023-12-04fix ClientBuilder erroring, maybemat
2023-12-03make ClientBuilder use SwarmBuilder internallymat
2023-12-03let plugins override query responsesmat
2023-12-02make sure Startup system runs before any bots joinmat
2023-12-01Make auto_respawn pub (#116)veronoicc
2023-10-26remove some more #![feature]smat
2023-10-21async_fn_in_trait stabilizedmat
2023-10-10start adding mining to pathfindermat
2023-10-07split pathfinder execution into multiple systems (and fix some bugs)mat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-18fix entities not always being despawned after mergemat
2023-09-18instanceloadedevent and a few fixesmat
2023-09-17heightmapsmat
2023-09-15rename start_ecs to start_ecs_runnermat
2023-09-14AcceptResourcePacksPluginmat
2023-08-26use better pathfinder costs and also fix relative entity updates breaking som...mat
2023-08-22Created nearest_entity system param (#102)TheDudeFromCI
2023-08-19Export bot.rs (#101)TheDudeFromCI
2023-08-16no_handler() option for ClientBuilder (#100)TheDudeFromCI
2023-07-15fix brigadier booleansmat
2023-07-15Attacking (#96)mat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-06-24Add ClientBuilder:new_without_log (#93)xtex
2023-05-16better variable naming in docmat
2023-05-16ClientBuilder::new_without_pluginsmat
2023-05-13ChatPacket::is_whispermat
2023-05-13reexport azalea-chat and add goto docsmat
2023-05-12auto respawnmat
2023-05-04export brigadier from azaleamat
2023-05-03Inventory (#48)mat
2023-04-19re export azalea_auth from azaleamat
2023-03-07Bevy 0.10 (#79)mat
2023-02-26Add `set_state` and `set_swarm_state` (#76)Shayne Hartford