bevy/crates/bevy_ecs/src
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
..
entity Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
event Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
identifier Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
observer Move some structs that impl Command to methods on World and EntityWorldMut (#16999) 2024-12-29 22:18:53 +00:00
query Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
reflect Move some structs that impl Command to methods on World and EntityWorldMut (#16999) 2024-12-29 22:18:53 +00:00
schedule Convert to fallible system in IntoSystemConfigs (#17051) 2024-12-31 00:39:29 +00:00
storage Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
system Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
world Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
archetype.rs Add no_std support to bevy_ecs (#16758) 2024-12-17 21:40:36 +00:00
batching.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
bundle.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
change_detection.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
component.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
intern.rs Remove OnceLock usage from bevy_ecs (#16870) 2024-12-17 22:42:42 +00:00
label.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
lib.rs impl EntityBorrow for more types (#16917) 2024-12-24 02:47:03 +00:00
name.rs Add no_std support to bevy_input (#16995) 2024-12-29 22:46:30 +00:00
removal_detection.rs Replace map + unwrap_or(true) with is_none_or (#17070) 2024-12-31 20:17:03 +00:00
result.rs Add no_std support to bevy_ecs (#16758) 2024-12-17 21:40:36 +00:00
traversal.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00