aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/test_simulation.rs
AgeCommit message (Collapse)Author
2025-04-04don't require mut for functions in Client and add some more convenience ↵mat
functions
2025-03-251.21.5 (#198)mat
* 25w02a * move item_components codegen to a different module * remove outdated test * 25w03a * start updating to 24w09b * 1.21.5-pre2 * fix broken packets * 1.21.5-rc2 * merge main * delete unused acket_handling * 1.21.5
2025-03-25make events channel in Client::start_client optionalmat
2025-03-19make SendPacketEvent a bevy triggermat
2025-03-13properly remove from the EntityIdIndex component on despawnmat
2025-02-23azalea-language now does a binary search instead of a hashmap lookupmat
2025-02-23make run_schedule a bounded channelmat
2025-02-23fix memory leak in simulation tests (lol)mat
also, change some vecs into boxed slices, and add RelativeEntityUpdate::new
2025-02-23minor memory usage optimizationsmat
2025-02-22update to rust edition 2024mat
2025-02-21Fix errors on switching dimensions (#204)mat
* Fix errors on switching dimensions * fix other tests * clippy * fix log feature in test_simulation * fix chunks oops