bevy/crates/bevy_ecs/src
Martín Maita eca8220761
Generalised ECS reactivity with Observers (#10839) (#13873)
# Objective

- Fixes #13825 

## Solution

- Cherry picked and fixed non-trivial conflicts to be able to merge
#10839 into the 0.14 release branch.

Link to PR: https://github.com/bevyengine/bevy/pull/10839

Co-authored-by: James O'Brien <james.obrien@drafly.net>
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: MiniaczQ <xnetroidpl@gmail.com>
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2024-06-16 11:44:08 -04:00
..
entity Update serialize flag for bevy_ecs (#13740) 2024-06-10 19:31:41 +02:00
identifier feat: Reflection implementations on Identifier (#13648) 2024-06-03 16:33:14 +00:00
observer Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
query Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
reflect Map entities from a resource when written to the world. (#13650) 2024-06-03 16:33:24 +00:00
schedule Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
storage Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
system Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
world Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
archetype.rs Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
batching.rs Parallel event reader (#12554) 2024-04-22 16:37:42 +00:00
bundle.rs Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
change_detection.rs Implement WorldQuery and QueryData on Mut. (#13338) 2024-05-14 12:38:31 +00:00
component.rs Revert "constrain WorldQuery::init_state argument to ComponentInitial… (#13804) 2024-06-12 01:20:47 +02:00
event.rs Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
intern.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
label.rs Use ptr::from_ref and ptr::addr_eq in macro (#13081) 2024-04-24 01:54:24 +00:00
lib.rs Generalised ECS reactivity with Observers (#10839) (#13873) 2024-06-16 11:44:08 -04:00
removal_detection.rs Remove extra call to clear_trackers (#13762) 2024-06-10 20:23:06 +02:00