bevy/crates/bevy_ecs/src/schedule
Paweł Grabarz 93cc7219bc small ecs cleanup and remove_bundle drop bugfix (#2172)
- simplified code around archetype generations a little bit, as the special case value is not actually needed
- removed unnecessary UnsafeCell around pointer value that is never updated through shared references
- fixed and added a test for correct drop behaviour when removing sparse components through remove_bundle command
2021-05-18 19:25:57 +00:00
..
executor.rs small ecs cleanup and remove_bundle drop bugfix (#2172) 2021-05-18 19:25:57 +00:00
executor_parallel.rs small ecs cleanup and remove_bundle drop bugfix (#2172) 2021-05-18 19:25:57 +00:00
graph_utils.rs Some cleanups (#2170) 2021-05-17 19:06:05 +00:00
label.rs System sets and run criteria v2 (#1675) 2021-03-24 20:11:55 +00:00
mod.rs Monomorphize various things (#1914) 2021-04-28 19:04:00 +00:00
run_criteria.rs Improve legibility of RunOnce::run_unsafe param (#2181) 2021-05-18 00:10:17 +00:00
stage.rs Some cleanups (#2170) 2021-05-17 19:06:05 +00:00
state.rs Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00
system_container.rs prevent memory leak when dropping ParallelSystemContainer (#2176) 2021-05-17 20:01:25 +00:00
system_descriptor.rs System sets and run criteria v2 (#1675) 2021-03-24 20:11:55 +00:00
system_set.rs Add on_in_stack_update to SystemSet (#1792) 2021-03-31 20:24:04 +00:00