bevy/crates/bevy_ecs/src
Turki Al-Marri fcc1113ec8
Fix doc of [Schedules] to mention exclusion of current schedule. (#11360)
Document that [`Schedules`] resource does not include the current
schedule.
2024-01-15 19:13:13 +00:00
..
entity Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
identifier Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
query Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
reflect Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
schedule Fix doc of [Schedules] to mention exclusion of current schedule. (#11360) 2024-01-15 19:13:13 +00:00
storage Minimize small allocations by dropping the tick Vecs from Resources (#11226) 2024-01-08 22:39:47 +00:00
system Simplify conditions (#11316) 2024-01-13 13:22:17 +00:00
world Fixed Typo in the description of EntityMut (#11103) 2024-01-01 16:51:25 +00:00
archetype.rs Rename ArchetypeEntity::entity into ArchetypeEntity::id (#11118) 2024-01-01 16:12:24 +00:00
bundle.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
change_detection.rs Simplify conditions (#11316) 2024-01-13 13:22:17 +00:00
component.rs Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
event.rs Explain EventWriter limits concurrency (#11063) 2023-12-24 17:45:21 +00:00
lib.rs Make TypeId::hash more robust in case of upstream rustc changes (#11334) 2024-01-14 04:07:14 +00:00
removal_detection.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00