aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/bot.rs
AgeCommit message (Expand)Author
2025-12-28Change Client::component to return a reference (#298)mat
2025-12-28move Event and auto_reconnect to the azalea cratemat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-23don't write unnecessarily from azalea-client's build scriptmat
2025-12-15write/update docs for several itemsmat
2025-12-15sort derives with cargo sort-derivesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-04upgrade deps and rename SystemSets to follow bevy's new naming conventionmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-08-14Sneaking (#237)mat
2025-08-12fix rotations flagging anticheatsmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-05-30formatting: merge importsmat
2025-05-06fix various issues with miningmat
2025-04-25update to bevy 0.16mat
2025-04-15make goto async and clean up some examplesmat
2025-04-04don't require mut for functions in Client and add some more convenience funct...mat
2025-02-22update to rust edition 2024mat
2025-01-29add support for tickend and playerinputmat
2024-12-24improve some docs and apis related to pathfindermat
2024-10-26group imports with rustfmtmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-11-18replace log with tracingmat
2023-11-06bevy 0.12mat
2023-10-21async_fn_in_trait stabilizedmat
2023-10-10start adding mining to pathfindermat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-14AcceptResourcePacksPluginmat
2023-09-14rename Local to LocalEntitymat
2023-09-10fix incorrect jumpingmat
2023-08-26simplify pathfindermat
2023-08-25fix all bevy ambiguitiesmat
2023-08-25add failing test for that weird diagonal edge casemat
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-05-12auto respawnmat
2023-05-03Inventory (#48)mat
2023-03-07Bevy 0.10 (#79)mat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-04Use an ECS (#52)mat
2022-11-27Swarm (#36)mat
2022-11-15clippyUbuntu
2022-11-12Pathfinder (#25)mat
2022-10-23make `handle` cleanermat
2022-10-17change the order of event in handle fnUbuntu