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

Simplified ui_stack_system #9889

Merged
merged 43 commits into from
Sep 30, 2024

Commits on Sep 21, 2023

  1. Query for nodes with zindex global separately then walk the tree filt…

    …ering away those nodes.
    ickshonpe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4957851 View commit details
    Browse the repository at this point in the history
  2. fixed irrefutable pattern,

    clean up and cargo fmt
    ickshonpe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d03630b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35db93a View commit details
    Browse the repository at this point in the history
  4. Made Zindex::Local and ZIndex::Global into separate components, `…

    …ZIndex` and `GlobalZIndex` respectively.
    ickshonpe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5c2e189 View commit details
    Browse the repository at this point in the history
  5. Fixed tests

    ickshonpe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    229ad8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    805cafe View commit details
    Browse the repository at this point in the history
  7. Fixed ZIndex in examples

    ickshonpe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c909250 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update crates/bevy_ui/src/ui_node.rs

    Co-authored-by: Gabriel Bourgeois <gabriel.bourgeoisv4si@gmail.com>
    ickshonpe and oceantume authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    549511b View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_ui/src/ui_node.rs

    Co-authored-by: Gabriel Bourgeois <gabriel.bourgeoisv4si@gmail.com>
    ickshonpe and oceantume authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6af7a3b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    b9dd7ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0111471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d71e50 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    a769641 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. update stack indices

    ickshonpe committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a13c2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93b479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cebb03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed8412b View commit details
    Browse the repository at this point in the history
  5. Revert "update nodes during recursive tree traversal"

    This reverts commit ed8412b.
    ickshonpe committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e750769 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faddd31 View commit details
    Browse the repository at this point in the history
  7. fixed wrong syntax

    ickshonpe committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e99b0bc View commit details
    Browse the repository at this point in the history
  8. Fixed imports

    ickshonpe committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d049dcf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fixed shadow_biases example

    ickshonpe committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    99a4dac View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7e754d9 View commit details
    Browse the repository at this point in the history
  2. clean up

    ickshonpe committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8804004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eae57fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    339eca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f25bf4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1fba57 View commit details
    Browse the repository at this point in the history
  7. Improved comment

    ickshonpe committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e1b052b View commit details
    Browse the repository at this point in the history
  8. fixed doc test

    ickshonpe committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    da66207 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    8c96e19 View commit details
    Browse the repository at this point in the history
  2. cache root nodes

    ickshonpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1623770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e9839a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3df9c3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b57640 View commit details
    Browse the repository at this point in the history
  6. walk the stack recursively

    ickshonpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    92dfd81 View commit details
    Browse the repository at this point in the history
  7. removed unused

    ickshonpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1290d0c View commit details
    Browse the repository at this point in the history
  8. try smallvec

    ickshonpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b0c27ac View commit details
    Browse the repository at this point in the history
  9. removed traversal stack

    ickshonpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    158c9c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99d9a28 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a4734e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36504a9 View commit details
    Browse the repository at this point in the history
  13. Documentation fixes

    Co-authored-by: UkoeHB <37489173+UkoeHB@users.noreply.github.com>
    alice-i-cecile and UkoeHB authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a5e01e4 View commit details
    Browse the repository at this point in the history