-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Split EntityClonerBuilder
in OptOut
and OptIn
variants
#19649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
alice-i-cecile
merged 68 commits into
bevyengine:main
from
urben1680:EntityClonerBuilder-split
Jun 24, 2025
Merged
Changes from 44 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
8934b9d
initial split
urben1680 34c2038
update
urben1680 75404b6
update
urben1680 ea6fc99
update
urben1680 d223daa
update
urben1680 bea9031
comments
urben1680 d618848
update
urben1680 15d016a
tests and fixes
urben1680 e10fb9e
Merge branch 'main' into EntityClonerBuilder-split
urben1680 c9fc163
check source archetype for required component clone
urben1680 9734504
remove needs_target_archetype field for lazy target archetype
urben1680 d634814
keep explicit and required allow filters unique
urben1680 61f8099
docs and bugfix
urben1680 ef81970
ci
urben1680 0b030c6
add deny_by_bundle_id
urben1680 92a5a75
ci
urben1680 a111fe5
resolved todos and added more tests
urben1680 2d42ddd
Merge branch 'main' into EntityClonerBuilder-split
urben1680 963f769
fixed entity_ref.rs test
urben1680 18bcc25
deny_all + allow benchmarks
urben1680 79add68
finish deny_all clone when all source components are cloned
urben1680 c20c2c8
replaced benchmark enum with consts
urben1680 a265aa8
fmt
urben1680 be07ccd
fmt
urben1680 9afe5dc
separate filter and all other fields in EntityCloner, rework benchmarks
urben1680 384334b
ci
urben1680 1642708
Update clone_entities.rs
urben1680 49bcfa8
Update clone_entities.rs
urben1680 30cbcd3
Update clone_entities.rs
urben1680 fa48472
rename filters, docs, more tests, InsertMode in OptOut filter, benchm…
urben1680 d728628
typo
urben1680 6b254d9
Merge branch 'main' into EntityClonerBuilder-split
urben1680 1b475d6
ci, without_required_components benchmark
urben1680 f2ed9f5
inlines
urben1680 b06aaf9
migration guide
urben1680 9c2b574
migration guide PR number fix
urben1680 683f481
migration note adjustmens
urben1680 eefa60c
migration note adjustmens
urben1680 eb76d47
typo
urben1680 7589c90
line breaks in migration guide table
urben1680 7b16506
line breaks in migration guide table
urben1680 782f7d4
migration guide ci
urben1680 9920402
migration guide fix
urben1680 931d6c4
Merge branch 'main' into EntityClonerBuilder-split
urben1680 1b7d8d5
migration guide fixes
urben1680 50f5c2f
Update crates/bevy_ecs/src/world/entity_ref.rs
urben1680 1a31af7
Update crates/bevy_ecs/src/world/entity_ref.rs
urben1680 4845d9c
Update crates/bevy_ecs/src/world/entity_ref.rs
urben1680 ac27d8d
Update crates/bevy_ecs/src/world/entity_ref.rs
urben1680 b7db4a4
Update crates/bevy_ecs/src/entity/clone_entities.rs
urben1680 5ef4c72
review feedback including fixes, renames and reorganizizng, new requi…
urben1680 6e45193
typo
urben1680 b25f913
Merge branch 'main' into EntityClonerBuilder-split
urben1680 63b6875
ci
urben1680 79617a7
ci
urben1680 a37647f
update
urben1680 3a78fe2
Merge branch 'main' into EntityClonerBuilder-split
urben1680 8bcf7c3
one more reset call
urben1680 3454460
Merge branch 'EntityClonerBuilder-split' of https://github.com/urben1…
urben1680 995566f
docs
urben1680 0b061d6
more docs
urben1680 8ea1522
minor reworks, comments
urben1680 b7ae68b
Merge branch 'main' into EntityClonerBuilder-split
urben1680 7bd7283
typo
urben1680 0033de6
Merge branch 'EntityClonerBuilder-split' of https://github.com/urben1…
urben1680 92e7acd
Update and rename entity_observer.rs to entity_cloning.rs
urben1680 3d10562
Merge branch 'main' into EntityClonerBuilder-split
urben1680 8b9e7aa
ci
urben1680 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.