bevy/crates/bevy_ecs/src
2025-07-10 22:23:13 +00:00
..
entity ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
error ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
event Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
observer Add num_entities() to World (#19780) 2025-06-22 22:48:35 +00:00
query add back all changes 2025-07-10 22:23:13 +00:00
reflect ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
relationship EntityWorldMut methods do not automatically overwrite Relationship components (#19601) 2025-06-22 00:22:05 +00:00
schedule Fix issue 19734: add dependency on bevy_utils for the bevy_ecs test. (#19738) 2025-06-21 15:05:04 +00:00
storage ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
system Add num_entities() to World (#19780) 2025-06-22 22:48:35 +00:00
world add back all changes 2025-07-10 22:23:13 +00:00
archetype.rs Rename Trigger to On (#19596) 2025-06-12 18:22:33 +00:00
batching.rs Nonmax all rows (#19132) 2025-05-26 17:39:55 +00:00
bundle.rs Refactor bundle derive (#19749) 2025-06-20 16:36:08 +00:00
change_detection.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
component.rs add back all changes 2025-07-10 22:23:13 +00:00
entity_disabling.rs add back all changes 2025-07-10 22:23:13 +00:00
hierarchy.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
intern.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
label.rs Remove upcasting methods + Cleanup interned label code (#18984) 2025-05-26 15:38:12 +00:00
lib.rs Add num_entities() to World (#19780) 2025-06-22 22:48:35 +00:00
lifecycle.rs Added clone bounds to EntityEvents that were missing them. (#19708) 2025-06-17 21:22:32 +00:00
name.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00
never.rs Use never_say_never hack to work around Rust 2024 regression for fn traits (#18804) 2025-04-14 19:59:48 +00:00
resource.rs add back all changes 2025-07-10 22:23:13 +00:00
spawn.rs Increase upper limit of children! (#18865) 2025-05-06 00:58:30 +00:00
traversal.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00