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

Optimize Event Updates #12936

Merged
merged 19 commits into from
Apr 13, 2024
Merged

Commits on Apr 12, 2024

  1. Optimize Event Updates

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    65449ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd93284 View commit details
    Browse the repository at this point in the history
  3. Clippy

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    59a3d3c View commit details
    Browse the repository at this point in the history
  4. Fix examples and doctests

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4a6e196 View commit details
    Browse the repository at this point in the history
  5. Formatting

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5a9f98a View commit details
    Browse the repository at this point in the history
  6. Fix debug assert

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b9830cb View commit details
    Browse the repository at this point in the history
  7. Update crates/bevy_ecs/src/event.rs

    Co-authored-by: Josh Matthews <josh@joshmatthews.net>
    james7132 and jdm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f790cd2 View commit details
    Browse the repository at this point in the history
  8. Cache component IDs

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c53777b View commit details
    Browse the repository at this point in the history
  9. Semicolon

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9759e9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c906686 View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    james7132 and alice-i-cecile committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a5a8271 View commit details
    Browse the repository at this point in the history
  12. Address review comments

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    908003f View commit details
    Browse the repository at this point in the history
  13. Consolidate resources

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d726f5e View commit details
    Browse the repository at this point in the history
  14. Hide EventRegistry

    james7132 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    60e2cf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Fix drop tests

    james7132 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d4b74a1 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    james7132 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6f160a8 View commit details
    Browse the repository at this point in the history
  3. Typo

    james7132 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c53bca5 View commit details
    Browse the repository at this point in the history
  4. Cleanup run_updates

    james7132 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    836ade6 View commit details
    Browse the repository at this point in the history
  5. Formatting

    james7132 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    99dca64 View commit details
    Browse the repository at this point in the history