bevy/crates/bevy_ecs/src
Mike 33ea3b9f7d
use Display for entity id in log_components (#14164)
# Objective

- Cleanup a doubled `Entity` in log components

```
// Before
2024-07-05T19:54:09.082773Z  INFO bevy_ecs::system::commands: Entity Entity { index: 2, generation: 1 }: ["bevy_transform::components::transform::Transform"]

// After
2024-07-05T19:54:09.082773Z  INFO bevy_ecs::system::commands: Entity 2v1: ["bevy_transform::components::transform::Transform"]
```

---------

Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
2024-07-08 01:03:27 +00:00
..
entity Don't show .to_bits in Display impl for Entity (#14011) 2024-06-25 17:08:24 +00:00
event deregister events (#14083) 2024-07-01 16:18:14 +00:00
identifier feat: Reflection implementations on Identifier (#13648) 2024-06-03 16:33:14 +00:00
observer Make Observer::with_event (and other variants) unsafe (#13954) 2024-06-21 18:31:01 +00:00
query use associated type bounds in QueryManyIter and QueryIter::sort() (#14107) 2024-07-02 13:39:22 +00:00
reflect Map entities from a resource when written to the world. (#13650) 2024-06-03 16:33:24 +00:00
schedule IntoSystemConfigs::chain_ignore_deferred's return type fix (#13919) 2024-06-18 22:21:58 +00:00
storage Apply Clippy lints regarding lazy evaluation and closures (#14015) 2024-07-01 15:54:40 +00:00
system use Display for entity id in log_components (#14164) 2024-07-08 01:03:27 +00:00
world Apply Clippy lints regarding lazy evaluation and closures (#14015) 2024-07-01 15:54:40 +00:00
archetype.rs Update observer archetype flags for sparse components (#13886) 2024-06-17 15:15:30 +00:00
batching.rs Parallel event reader (#12554) 2024-04-22 16:37:42 +00:00
bundle.rs Component Hook functions as attributes for Component derive macro (#14005) 2024-07-08 00:46:00 +00:00
change_detection.rs Implement WorldQuery and QueryData on Mut. (#13338) 2024-05-14 12:38:31 +00:00
component.rs Component Hook functions as attributes for Component derive macro (#14005) 2024-07-08 00:46:00 +00:00
intern.rs
label.rs Add mappings to EntityMapper (#13727) 2024-06-08 12:52:23 +00:00
lib.rs Generalised ECS reactivity with Observers (#10839) 2024-06-15 01:33:26 +00:00
removal_detection.rs Remove extra call to clear_trackers (#13762) 2024-06-10 18:06:05 +00:00