bevy/crates/bevy_ecs/src/world
Sean Kim 294e0db719
Rename track_change_detection flag to track_location (#17075)
# Objective

- As stated in the related issue, this PR is to better align the feature
flag name with what it actually does and the plans for the future.
- Fixes #16852 

## Solution

- Simple find / replace

## Testing

- Local run of `cargo run -p ci`

## Migration Guide

The `track_change_detection` feature flag has been renamed to
`track_location` to better reflect its extended capabilities.
2025-01-01 18:43:47 +00:00
..
command_queue.rs Add no_std support to bevy_ecs (#16758) 2024-12-17 21:40:36 +00:00
component_constants.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
deferred_world.rs Added modify_component to EntityWorldMut, DeferredWorld, and World (#16668) 2024-12-31 00:23:44 +00:00
entity_fetch.rs make EntityHashMap and EntityHashSet proper types (#16912) 2024-12-20 20:55:45 +00:00
entity_ref.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
error.rs track_change_detection: Also track spawns/despawns (#16047) 2024-12-17 04:46:31 +00:00
filtered_resource.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
identifier.rs Add no_std support to bevy_ecs (#16758) 2024-12-17 21:40:36 +00:00
mod.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
reflect.rs Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
spawn_batch.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
unsafe_world_cell.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00