bevy/crates
Carter Anderson be1c317d4e Resolve (most) internal system ambiguities (#1606)
* Adds labels and orderings to systems that need them (uses the new many-to-many labels for InputSystem)
* Removes the Event, PreEvent, Scene, and Ui stages in favor of First, PreUpdate, and PostUpdate (there is more collapsing potential, such as the Asset stages and _maybe_ removing First, but those have more nuance so they should be handled separately)
* Ambiguity detection now prints component conflicts
* Removed broken change filters from flex calculation (which implicitly relied on the z-update system always modifying translation.z). This will require more work to make it behave as expected so i just removed it (and it was already doing this work every frame).
2021-03-10 22:37:02 +00:00
..
bevy_app Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_asset Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
bevy_audio Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_core Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_derive Modify Derive to allow unit structs for RenderResources. (#1089) 2020-12-23 17:21:10 -06:00
bevy_diagnostic ♻️ Timer refactor to duration. Add Stopwatch struct. (#1151) 2021-03-05 19:59:14 +00:00
bevy_dylib release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_dynamic_plugin update libloading (#1543) 2021-03-03 03:11:12 +00:00
bevy_ecs Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_gilrs Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_gltf Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_input Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_internal Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_log Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_math Reflection cleanup (#1536) 2021-03-09 23:39:41 +00:00
bevy_pbr Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_reflect Reflection cleanup (#1536) 2021-03-09 23:39:41 +00:00
bevy_render Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_scene Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_sprite Reflection cleanup (#1536) 2021-03-09 23:39:41 +00:00
bevy_tasks Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
bevy_text Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_transform Reflection cleanup (#1536) 2021-03-09 23:39:41 +00:00
bevy_ui Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
bevy_utils Update ahash requirement from 0.6.1 to 0.7.0 (#1370) 2021-02-01 13:29:54 -08:00
bevy_wgpu Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
bevy_window Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
bevy_winit Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00