aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/swarm/mod.rs
AgeCommit message (Expand)Author
2024-12-23lift requirement on anyhow for handler functionmat
2024-12-23make testbot take cli argsmat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-11-20Add SwarmBuilder::add_account_with_opts (#185)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-04-20add Client::join_with_proxy and fix testsmat
2024-04-20socks5 support (#113)mat
2024-04-09add functions to ClientBuilder and SwarmBuilder for custom addressesmat
2023-12-16fix SwarmEvent::Login and SwarmEvent::Init maybemat
2023-12-11mention join_delay in add_accounts docsmat
2023-12-05make start return nevermat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-04simplify boilerplate in examplesmat
2023-12-03make ClientBuilder use SwarmBuilder internallymat
2023-12-03clippymat
2023-12-02make sure Startup system runs before any bots joinmat
2023-12-02make address an Arc<RwLock>mat
2023-12-01make address and resolved_address pub in Swarmmat
2023-12-01rename add_with_exponential_backoff to add_and_retry_forevermat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18replace log with tracingmat
2023-11-18simplify some codemat
2023-10-26remove some more #![feature]smat
2023-10-11remove unnecessary clonemat
2023-10-11fix State incorrectly being reused when calling handlers in swarmmat
2023-10-07split pathfinder execution into multiple systems (and fix some bugs)mat
2023-09-15simplify some code related to Account being a componentmat
2023-09-15make Account a componentmat
2023-09-15rename start_ecs to start_ecs_runnermat
2023-08-21Food/saturation component support (#97)Luuk van Oijen
2023-08-16no_handler() option for ClientBuilder (#100)TheDudeFromCI
2023-08-03loosen Default requirement for State on SwarmBuildermat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-06-14Vec3::distance_to and clippymat
2023-05-16better variable naming in docmat
2023-05-16ClientBuilder::new_without_pluginsmat
2023-05-03Inventory (#48)mat
2023-03-11fix doc errorsmat
2023-03-07Bevy 0.10 (#79)mat
2023-02-26Add `set_state` and `set_swarm_state` (#76)Shayne Hartford
2023-02-15fix 0ns delaymat
2023-02-15max reconnect wait from 120s to 15smat
2023-02-12Better chat events (#67)mat
2023-02-10improve docs a bit more and delete potatobot exampleUbuntu
2023-02-10fix and improve examples in docsUbuntu
2023-02-06fix some swarm examples/docsUbuntu
2023-02-04Use an ECS (#52)mat
2022-12-08wrap_comments = truemat
2022-12-04change to_ansi to not take argsmat