aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/steal.rs
AgeCommit message (Expand)Author
10 daysazalea-brigadier now allows commands to return a Resultmat
2026-03-20optimize pathfinder swarms and write perf guidemat
2025-12-28add a few more functions for getting common components to Clientmat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Delete `StartError` and `JoinError` (#296)mat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-11Run handler function in a Tokio LocalSet (#295)mat
2025-12-09move offline-mode uuid generation to azalea-cryptomat
2025-10-13fix broken testsmat
2025-06-14add note about current_thread to azalea readmemat
2025-05-30formatting: merge importsmat
2025-05-07upgrade rust version and fix clippy warningsmat
2025-04-17Move login state to the ECS (#213)mat
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-04-04rename ChatPacket::username and uuid to sender and sender_uuidmat
2025-02-22update to rust edition 2024mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-09-30remove BlockPosGoal::from and Goal::goal_nodemat
2023-09-211.20.2 (#99)mat
2023-08-25add basic pathfinding testmat
2023-05-27random fixes mostly related to auth and cryptomat
2023-05-03Inventory (#48)mat