cf66c4be10
fix despawning entities on dimension change
2025-03-06 04:11:19 +00:00
34f53baf85
update to rust edition 2024
2025-02-22 23:01:54 +00:00
27945c8870
despawn entities when switching worlds and some testbot fixes
2025-02-21 22:50:39 +00:00
a86d011d4a
change some warnings to debug logs and improve some entity id index code
2025-01-13 06:11:14 +00:00
6b0fe5bf63
group imports with rustfmt
2024-10-26 05:29:26 +00:00
79a0d58cc5
fix warning when entities that didn't move chunks despawn
2024-04-24 03:11:26 +00:00
13426b035e
add Display for Vec3, add SimulationSet, and add EntityChunkPos component
2024-02-24 21:03:02 -06:00
9633508a3a
replace log with tracing
2023-11-18 00:58:47 -06:00
682609a24e
knockback
2023-10-08 03:24:29 -05:00
befa33a879
organize azalea_core and re-export it from azalea
2023-10-01 15:19:13 -05:00
0bf8291388
check for entity duplication before spawning
...
this fixes behavior where in swarms entities in the world might sometimes have a duplicate that gets spawned and despawned immediately
2023-09-28 21:57:36 -05:00
83cce23614
add Loaded component and fix clamping look direction
2023-09-19 02:01:39 -05:00
51963990bc
fix entities not always being despawned after merge
2023-09-18 23:25:22 -05:00
83784d5a35
rename Local to LocalEntity
2023-09-14 16:48:21 -05:00
9fa6957fa1
improve some logging
2023-09-13 18:20:34 -05:00
12118ebfa3
use better pathfinder costs and also fix relative entity updates breaking sometimes
2023-08-26 22:19:10 -05:00
472496b7b8
fix all bevy ambiguities
2023-08-25 23:28:19 -05:00
2773146fbf
fix swarms
2023-08-25 21:56:13 -05:00
d5465cd28e
add basic pathfinding test
2023-08-25 02:34:31 -05:00
9c31f8033f
fix panic when entity goes out of render distance and then back in render distance
2023-08-25 00:35:16 -05:00
mat
11d14c74c5
Support properly switching instances ( #106 )
...
* start implementing switching dimensions
* fix removeentity in shared worlds
* also store entity ids per local player
* uncomment a trace in pathfinder
* cleanup
---------
Co-authored-by: mat <git@matdoes.dev>
2023-08-24 22:59:40 -05:00
d99ba0da55
clean up azalea-entity a little
2023-07-23 22:17:17 -05:00