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
/
local_player.rs
Age
Commit message (
Expand
)
Author
2024-12-24
improve some docs and apis related to pathfinder
mat
2024-12-19
fix incorrect packets
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-11-23
Update and merge the dependencies (#187)
Shayne Hartford
2024-02-22
fix for hypixel limbo
mat
2023-12-03
clippy
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-11-18
share registries in swarms and fix some bugs
mat
2023-11-18
replace log with tracing
mat
2023-11-18
make packet an Arc in PacketEvent
mat
2023-11-06
bevy 0.12
mat
2023-10-02
optimize pathfinder more
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-21
1.20.2 (#99)
mat
2023-09-14
rename Local to LocalEntity
mat
2023-09-11
fix falling through blocks on spawn (and triggering anticheats)
mat
2023-09-08
make PacketReceiver::packet_writer public
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-23
fix sometimes not receiving chunks
mat
2023-07-14
Mining (#95)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-05-06
fix panic on disconnect
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-21
properly disconnect on ungraceful disconnect
mat
2023-02-12
DisconnectEvent
mat
2023-02-12
Better chat events (#67)
mat
2023-02-07
move az_world::entity_info to az_world::entities::info
Ubuntu
2023-02-05
improve docs
mat
2023-02-04
Use an ECS (#52)
mat