aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/swarm
AgeCommit message (Expand)Author
2025-06-14add note about current_thread to azalea readmemat
2025-06-02fix issues related to pathfinder miningmat
2025-06-02simplify some join logic so the Entity is returned even on connection errormat
2025-06-02several pathfinder fixesmat
2025-05-07better docs for disabling pluginsmat
2025-05-07doc warningsmat
2025-05-07impl Display for proxy and trace log JoinOptsmat
2025-05-02Add AutoReconnectPlugin (#221)mat
2025-05-02make ClientBuilder/SwarmBuilder Sendmat
2025-04-25update to bevy 0.16mat
2025-04-24always insert Swarm before any systems can start runningmat
2025-04-19clippymat
2025-04-18fix another panic on disconnect and slightly optimize client events loopmat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04don't require mut for functions in Client and add some more convenience funct...mat
2025-03-25make events channel in Client::start_client optionalmat
2025-03-20upgrade deps and slightly improve docsmat
2025-03-13improve Swarm docs and change an indexing warning to a debug logmat
2025-03-13properly remove from the EntityIdIndex component on despawnmat
2025-02-24fix an error in set_entity_datamat
2025-02-24don't remove LocalEntity from disconnected players, add new debug logs, and m...mat
2025-02-23make run_schedule a bounded channelmat
2025-02-22update to rust edition 2024mat
2025-02-22debug log CARGO_PKG_VERSION on swarm startmat
2025-02-21despawn entities when switching worlds and some testbot fixesmat
2024-12-25close tcp connection on bot disconnect and add swarms to testbot climat
2024-12-23update outdated doc in Swarm and remove unnecessary genericsmat
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-09fix typos in code with crate-ci/typosmat
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