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-client
/
src
/
client.rs
Age
Commit message (
Expand
)
Author
2023-12-10
Climbing (#121)
mat
2023-12-04
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
mat
2023-12-03
remove debug print
mat
2023-12-03
let plugins override query responses
mat
2023-12-03
clippy
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-12-02
make sure Startup system runs before any bots join
mat
2023-12-01
addd disconnect reason (#114)
1zuna
2023-11-28
slightly change Client::partial_world example
mat
2023-11-28
add Client::partial_world()
mat
2023-11-18
clippy
mat
2023-11-18
share registries in swarms and fix some bugs
mat
2023-11-18
make loading chunks its own bevy system
mat
2023-11-18
replace log with tracing
mat
2023-11-18
simplify some code
mat
2023-11-12
improve docs a bit
mat
2023-11-06
bevy 0.12
mat
2023-10-06
fix QueryDoesNotMatch and improve error
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-28
check for entity duplication before spawning
mat
2023-09-21
1.20.2 (#99)
mat
2023-09-19
add Loaded component and fix clamping look direction
mat
2023-09-18
fix entities not always being despawned after merge
mat
2023-09-16
don't apply metadata updates multiple times in swarms
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-09-14
rename Local to LocalEntity
mat
2023-09-11
fix falling through blocks on spawn (and triggering anticheats)
mat
2023-08-25
fix all bevy ambiguities
mat
2023-08-25
add basic pathfinding test
mat
2023-08-24
Support properly switching instances (#106)
mat
2023-08-21
Food/saturation component support (#97)
Luuk van Oijen
2023-07-15
fix brigadier booleans
mat
2023-07-15
Attacking (#96)
mat
2023-07-15
fix auto respawn and fix entity metadata
mat
2023-07-14
Mining (#95)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-06-24
Add ClientBuilder:new_without_log (#93)
xtex
2023-05-27
random fixes mostly related to auth and crypto
mat
2023-05-16
ClientBuilder::new_without_plugins
mat
2023-05-12
auto respawn
mat
2023-05-03
Inventory (#48)
mat
2023-03-11
fix doc errors
mat
2023-03-08
make ClientInformation and TabList their own components
mat
2023-03-07
Bevy 0.10 (#79)
mat
2023-02-25
Fix system order ambiguities (#74)
mat
2023-02-21
properly disconnect on ungraceful disconnect
mat
2023-02-21
improve docs and rename model_customisation
mat
2023-02-12
DisconnectEvent
mat
[next]