aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/local_player.rs
AgeCommit message (Expand)Author
2025-06-02fix issues related to pathfinder miningmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-07upgrade rust version and fix clippy warningsmat
2025-05-07fix chunk errors when joining a world with a same name but different heightmat
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-17update docs for TabList to mention how it works as a resourcemat
2025-02-01add failing test_set_health_before_login testmat
2024-12-24improve some docs and apis related to pathfindermat
2024-12-19fix incorrect packetsmat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-02-22fix for hypixel limbomat
2023-12-03clippymat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18replace log with tracingmat
2023-11-18make packet an Arc in PacketEventmat
2023-11-06bevy 0.12mat
2023-10-02optimize pathfinder moremat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-211.20.2 (#99)mat
2023-09-14rename Local to LocalEntitymat
2023-09-11fix falling through blocks on spawn (and triggering anticheats)mat
2023-09-08make PacketReceiver::packet_writer publicmat
2023-08-25add basic pathfinding testmat
2023-08-24Support properly switching instances (#106)mat
2023-08-21Food/saturation component support (#97)Luuk van Oijen
2023-07-23fix sometimes not receiving chunksmat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-05-06fix panic on disconnectmat
2023-05-03Inventory (#48)mat
2023-03-11fix doc errorsmat
2023-03-08make ClientInformation and TabList their own componentsmat
2023-03-07Bevy 0.10 (#79)mat
2023-02-21properly disconnect on ungraceful disconnectmat
2023-02-12DisconnectEventmat
2023-02-12Better chat events (#67)mat
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-05improve docsmat
2023-02-04Use an ECS (#52)mat