aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/swarm
AgeCommit message (Collapse)Author
9 daysAdd SwarmEvent::Tick (#328)Cheezer
2026-03-28re-export azalea-chat from azalea, and rename azalea::chat to client_chatmat
2026-03-20optimize pathfinder swarms and write perf guidemat
2026-01-27fix broken doc links for ClientBuilder::start and SwarmBuilder::startmat
2026-01-28add Client::exit and Swarm::exit, and write related docsmat
2026-01-23add Event::ConnectionFailed and add more plugins by default when using ↵mat
Client::join
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
* Make Bevy dependencies optional in azalea-protocol * derive serde traits on Direction again * update docs for types that may not have Component
2026-01-01Extensible Account (#301)mat
* refactor Account * clean up implementation and docs * add AccountTrait::join * update changelog * update example
2025-12-28add a few more functions for getting common components to Clientmat
2025-12-28Change Client::component to return a reference (#298)mat
* change Client::component to return a reference * write docs * merge main * remove unused parking_lot feature
2025-12-28move Event and auto_reconnect to the azalea cratemat
2025-12-27Move Client struct to azalea crate (#297)mat
* move the Client struct out of azalea-client into azalea * actually add client impls in azalea
2025-12-18fix warning when Vec3 codec is represented as floatsmat
2025-12-15improve docs by enabling scraped examples and bevy trait tagsmat
2025-12-14cleanup azalea crate, move client/swarm builders into separate modulesmat
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-12-11clippymat
2025-12-12Delete `StartError` and `JoinError` (#296)mat
* delete StartError and JoinError * update changelog
2025-12-12clippymat
2025-12-11Add options to request Mojang sessionserver with a proxy (#293)mat
* add options to request mojang sessionserver with a socks5 proxy * update changelog * rename auth_proxy to sessionserver_proxy
2025-12-11Run handler function in a Tokio LocalSet (#295)mat
* Run handler function in a Tokio LocalSet * remove tokio flavor=current_thread from examples * update changelog
2025-11-21refactor resolve_addressmat
2025-11-11cleanupmat
- remove deprecated code - add `[lints] workspace=true` to every Cargo.toml, to make modifying clippy lints easier for later - remove some unnecessary #[allow]s - use Vec3i in some parts of the collision code
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-08-23handle AppExit eventmat
2025-08-20split client information handling out of BrandPlugin and some other cleanupmat
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
* 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-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
* 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-04don't require mut for functions in Client and add some more convenience ↵mat
functions
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