aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/disconnect.rs
AgeCommit message (Expand)Author
2025-02-22Refactor azalea-client (#205)mat
2025-02-23minor memory usage optimizationsmat
2025-02-22update to rust edition 2024mat
2025-02-21despawn entities when switching worlds and some testbot fixesmat
2025-02-21fix some components not being removed from clients and add debugecsleak testb...mat
2025-02-21GameTick should only happen after Updatemat
2025-02-01add failing test_set_health_before_login testmat
2024-12-25close tcp connection on bot disconnect and add swarms to testbot climat
2023-12-01compression does not need to be asyncmat
2023-12-01disconnect fixesmat
2023-12-01addd disconnect reason (#114)1zuna
2023-11-06bevy 0.12mat
2023-09-211.20.2 (#99)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-03-07Bevy 0.10 (#79)mat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-22fix `disconnect_on_read_packets_ended` (#73)Charles Johnson
2023-02-21unused importmat
2023-02-21don't keep firing disconnecteventmat
2023-02-21properly disconnect on ungraceful disconnectmat
2023-02-12DisconnectEventmat