af3affb467
fix chunk errors when joining a world with a same name but different height
2025-05-07 06:00:29 +10:00
mat
3f60bdadac
Move login state to the ECS ( #213 )
...
* use packet handlers code for login custom_query
* initial broken implementation for ecs-only login
* fixes
* run Update schedule 60 times per second and delete code related to run_schedule_sender
* fix tests
* fix online-mode
* reply to query packets in a separate system and make it easier for plugins to disable individual replies
* remove unused imports
2025-04-17 16:16:51 -05:00
02de98240f
fix not replying to ping packets in config state
2025-03-27 21:28:13 +00:00
mat
ef357fdf36
1.21.5 ( #198 )
...
* 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-25 11:17:39 -05:00
8af265e48b
PongPlugin
2025-03-25 05:16:10 +00:00
75efbc83fd
make SendPacketEvent a bevy trigger
2025-03-19 21:35:47 +00:00
7a192acc99
properly remove from the EntityIdIndex component on despawn
2025-03-13 20:13:58 +00:00
e9a5df2e87
remove EntityBundle on start_configuration
2025-03-07 19:17:23 +00:00
cf66c4be10
fix despawning entities on dimension change
2025-03-06 04:11:19 +00:00
c9022e8f67
fix errors when switching to Game state and add fast_login test
2025-03-02 05:42:15 +00:00
34f53baf85
update to rust edition 2024
2025-02-22 23:01:54 +00:00
mat
833f306e8b
Fix errors on switching dimensions ( #204 )
...
* Fix errors on switching dimensions
* fix other tests
* clippy
* fix log feature in test_simulation
* fix chunks oops
2025-02-21 13:43:56 -06:00
228489dded
use MinecraftEntityId type instead of u32 in az-protocol
2025-02-16 17:10:04 +00:00
4562967b61
set player metadata on init instead of login
2025-02-01 21:26:37 +00:00
87c34e1c33
add failing test_set_health_before_login test
2025-02-01 20:35:57 +00:00