-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
0.12 Release prep #108
Merged
0.12 Release prep #108
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9b3e03 - Browse repository at this point
Copy the full SHA e9b3e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aaa6bb - Browse repository at this point
Copy the full SHA 4aaa6bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8706130 - Browse repository at this point
Copy the full SHA 8706130View commit details -
Enable reflect when cuicui_chirp is enabled
chirp scenes are spawned as bevy scenes, which require reflection, so we need to enable reflection when the chirp feature is enabled.
Configuration menu - View commit details
-
Copy full SHA for f9efa27 - Browse repository at this point
Copy the full SHA f9efa27View commit details -
Remove Entity return value of DslBundle::insert
It was unused, and may lead to confusion, so we remove it.
Configuration menu - View commit details
-
Copy full SHA for 000bc49 - Browse repository at this point
Copy the full SHA 000bc49View commit details
Commits on Nov 10, 2023
-
Fix bugs when using handles in chirp files
Two bugs: - A hard crash: bevyengine/bevy#10444 - Quotes being added to file paths. Also some cleanup: - Re-enable the custom_dsl example - Update the bevy_mod_picking, bevy-inspector-egui adn bevy_framepace versions - Remove the `allow(clippy::explicit_iter_loop)` as the cause of the lint is now fixed - Replace `iter` event method with `read`. - Various fixes to examples to work with the new bevy version
Configuration menu - View commit details
-
Copy full SHA for 09c1d66 - Browse repository at this point
Copy the full SHA 09c1d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61480d7 - Browse repository at this point
Copy the full SHA 61480d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7cffda - Browse repository at this point
Copy the full SHA b7cffdaView commit details
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.