aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/test_simulation.rs
AgeCommit message (Expand)Author
2025-06-08add support for panicking on warn/error in simulation testsmat
2025-06-02fix issues related to pathfinder miningmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-30formatting: merge importsmat
2025-05-02fix InstanceName desyncmat
2025-04-25update to bevy 0.16mat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04don't require mut for functions in Client and add some more convenience funct...mat
2025-03-251.21.5 (#198)mat
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
2025-02-23minor memory usage optimizationsmat
2025-02-22update to rust edition 2024mat
2025-02-21Fix errors on switching dimensions (#204)mat