| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-14 | add note about current_thread to azalea readme | mat | |
| 2025-06-02 | fix issues related to pathfinder mining | mat | |
| 2025-06-02 | simplify some join logic so the Entity is returned even on connection error | mat | |
| 2025-06-02 | several pathfinder fixes | mat | |
| 2025-05-07 | better docs for disabling plugins | mat | |
| 2025-05-07 | doc warnings | mat | |
| 2025-05-07 | impl Display for proxy and trace log JoinOpts | mat | |
| 2025-05-02 | Add AutoReconnectPlugin (#221) | mat | |
| * add AutoReconnectPlugin * merge main * start simplifying swarm internals * fix Swarm::into_iter, handler functions, DisconnectEvent, and add some more docs * add ClientBuilder/SwarmBuilder::reconnect_after * fix a doctest * reword SwarmEvent::Disconnect doc * better behavior when we try to join twice * reconnect on ConnectionFailedEvent too * autoreconnect is less breaking now | |||
| 2025-05-02 | make ClientBuilder/SwarmBuilder Send | mat | |
| 2025-04-25 | update to bevy 0.16 | mat | |
| 2025-04-24 | always insert Swarm before any systems can start running | mat | |
| 2025-04-19 | clippy | mat | |
| 2025-04-18 | fix another panic on disconnect and slightly optimize client events loop | mat | |
| 2025-04-17 | Move login state to the ECS (#213) | mat | |
| * use packet handlers code for login custom_query * initial broken implementation for ecs-only login * fixes * run Update schedule 60 times per second and delete code related to run_schedule_sender * fix tests * fix online-mode * reply to query packets in a separate system and make it easier for plugins to disable individual replies * remove unused imports | |||
| 2025-04-04 | don't require mut for functions in Client and add some more convenience ↵ | mat | |
| functions | |||
| 2025-03-25 | make events channel in Client::start_client optional | mat | |
| 2025-03-20 | upgrade deps and slightly improve docs | mat | |
| 2025-03-13 | improve Swarm docs and change an indexing warning to a debug log | mat | |
| 2025-03-13 | properly remove from the EntityIdIndex component on despawn | mat | |
| 2025-02-24 | fix an error in set_entity_data | mat | |
| 2025-02-24 | don't remove LocalEntity from disconnected players, add new debug logs, and ↵ | mat | |
| make GameProfile clones cheaper | |||
| 2025-02-23 | make run_schedule a bounded channel | mat | |
| 2025-02-22 | update to rust edition 2024 | mat | |
| 2025-02-22 | debug log CARGO_PKG_VERSION on swarm start | mat | |
| 2025-02-21 | despawn entities when switching worlds and some testbot fixes | mat | |
| 2024-12-25 | close tcp connection on bot disconnect and add swarms to testbot cli | mat | |
| 2024-12-23 | update outdated doc in Swarm and remove unnecessary generics | mat | |
| 2024-12-23 | lift requirement on anyhow for handler function | mat | |
| 2024-12-23 | make testbot take cli args | mat | |
| 2024-12-04 | Update Bevy and migrate to workspace dependencies and package attributes (#181) | EightFactorial | |
| * Use workspace `Cargo.toml` for dependencies and package atributes * Fix a couple clippy warnings * Update bevy, update build script, move deps to workspace, and fix clippy warnings * Remove carrots from crate versions The default behavior is the same * Remove unused dependencies Compiles and all tests pass, so it should be fine * Update codegen to use `std::sync::LazyLock` instead of `once_cell::sync::Lazy` * Update Bevy to `0.15.0-rc.3` Surprisingly little needed to be changed * Update to bevy 0.15.0 * Fix leftover merge issues * Clarify the reason the swarm can't connect * Fix duplicate lint, remove `log` dependency | |||
| 2024-11-23 | Update and merge the dependencies (#187) | Shayne Hartford | |
| * Add rust rover to .gitignore * Fold dependency feature lists * Sort dependencies alphabetically * Update dependencies * Upgrade dependencies * Comment out unused dependencies * Nightly is broken right now :) * Fix conflict with derive_more * cargo autoinherit to merge dependencies * Fix clippy lints | |||
| 2024-11-20 | Add SwarmBuilder::add_account_with_opts (#185) | Shayne Hartford | |
| 2024-10-26 | group imports with rustfmt | mat | |
| 2024-04-20 | add Client::join_with_proxy and fix tests | mat | |
| 2024-04-20 | socks5 support (#113) | mat | |
| 2024-04-09 | add functions to ClientBuilder and SwarmBuilder for custom addresses | mat | |
| 2023-12-16 | fix SwarmEvent::Login and SwarmEvent::Init maybe | mat | |
| 2023-12-11 | mention join_delay in add_accounts docs | mat | |
| 2023-12-09 | fix typos in code with crate-ci/typos | mat | |
| 2023-12-05 | make start return never | mat | |
| 2023-12-04 | Replace Bevy's FixedUpdate with Azalea's GameTick (#119) | mat | |
| * replace bevy FixedUpdate with azalea GameTick * Update to Bevy 0.12.1 | |||
| 2023-12-04 | simplify boilerplate in examples | mat | |
| 2023-12-03 | make ClientBuilder use SwarmBuilder internally | mat | |
| 2023-12-03 | clippy | mat | |
| 2023-12-02 | make sure Startup system runs before any bots join | mat | |
| 2023-12-02 | make address an Arc<RwLock> | mat | |
| 2023-12-01 | make address and resolved_address pub in Swarm | mat | |
| 2023-12-01 | rename add_with_exponential_backoff to add_and_retry_forever | mat | |
| 2023-11-18 | share registries in swarms and fix some bugs | mat | |
| 2023-11-18 | replace log with tracing | mat | |
