bevy/crates/bevy_ecs/src
Yoh Deadfall 04a37f722a Moved events to ECS (#1823)
Fixes #1809. It makes it also possible to use `derive` for `SystemParam` inside ECS and avoid manual implementation. An alternative solution to macro changes is to use `use crate as bevy_ecs;` in `event.rs`.
2021-04-13 20:36:37 +00:00
..
component Add register_component to AppBuilder and improve error message (#1750) 2021-03-26 04:15:07 +00:00
entity Fix cargo doc warnings (#1640) 2021-03-13 18:23:38 +00:00
query check for duplicate archetypes in QueryState::new_archetype (#1789) 2021-03-30 21:21:47 +00:00
schedule fix 'attempted to subtract with overflow' for State::inactives (#1668) 2021-04-10 16:33:35 +00:00
storage Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
system allow up to 16 parameters for systems (#1805) 2021-04-03 23:13:54 +00:00
world flip resource scope order (#1793) 2021-04-01 02:24:42 +00:00
archetype.rs Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
bundle.rs Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
event.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
lib.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
reflect.rs Reliable change detection (#1471) 2021-03-19 17:53:26 +00:00