index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea
/
src
/
swarm
Age
Commit message (
Expand
)
Author
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 m...
mat
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
2024-11-23
Update and merge the dependencies (#187)
Shayne Hartford
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
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
2023-11-18
simplify some code
mat
2023-11-06
bevy 0.12
mat
2023-10-26
remove some more #![feature]s
mat
2023-10-11
remove unnecessary clone
mat
2023-10-11
fix State incorrectly being reused when calling handlers in swarm
mat
2023-10-07
split pathfinder execution into multiple systems (and fix some bugs)
mat
2023-09-21
1.20.2 (#99)
mat
2023-09-15
simplify some code related to Account being a component
mat
2023-09-15
make Account a component
mat
2023-09-15
rename start_ecs to start_ecs_runner
mat
2023-08-21
Food/saturation component support (#97)
Luuk van Oijen
2023-08-16
no_handler() option for ClientBuilder (#100)
TheDudeFromCI
2023-08-03
loosen Default requirement for State on SwarmBuilder
mat
2023-07-14
Mining (#95)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
[next]