aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/tests/simulation
AgeCommit message (Collapse)Author
10 daysfix some incorrect component implsmat
10 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-03-21Extensible ChunkStoragemat
Co-authored-by: sdwhw <191973436+sdwhw@users.noreply.github.com>
2026-03-18merge logic for the three move_entity packetsmat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
* Make Bevy dependencies optional in azalea-protocol * derive serde traits on Direction again * update docs for types that may not have Component
2025-12-22run azalea-client integration tests as one binarymat
per https://corrode.dev/blog/tips-for-faster-rust-compile-times/\#combine-all-integration-tests-into-a-single-binary <3