aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/local_player.rs
AgeCommit message (Expand)Author
2026-03-21Extensible ChunkStoragemat
2026-01-30warn if pathfinder is running without optimizations, and other minor fixesmat
2026-01-23Implement SetExperience (#307)Raeders
2026-01-13Rename Instance to World (#304)mat
2026-01-06add a few more convenience functions and update some docsmat
2025-12-28move Event and auto_reconnect to the azalea cratemat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-09-28split version in changelogmat
2025-08-14Sneaking (#237)mat
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