Skip to content
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
merged 8 commits into from
Nov 10, 2023
Merged

0.12 Release prep #108

merged 8 commits into from
Nov 10, 2023

Commits on Nov 9, 2023

  1. Change clippy lint set

    nicopap committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e9b3e03 View commit details
    Browse the repository at this point in the history
  2. Remove LoadAsset trait

    It is now completely useless, so we remove it.
    nicopap committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4aaa6bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8706130 View commit details
    Browse the repository at this point in the history
  4. 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.
    nicopap committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f9efa27 View commit details
    Browse the repository at this point in the history
  5. Remove Entity return value of DslBundle::insert

    It was unused, and may lead to confusion, so we remove it.
    nicopap committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    000bc49 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. 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
    nicopap committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    09c1d66 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    nicopap committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    61480d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7cffda View commit details
    Browse the repository at this point in the history