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

Schedule-First: the new and improved add_systems #8079

Merged
merged 41 commits into from
Mar 18, 2023

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    0e55a0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5188f3b View commit details
    Browse the repository at this point in the history
  3. Migrate to add_systems_to

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f7bd7f3 View commit details
    Browse the repository at this point in the history
  4. add_system -> add_systems

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2db892b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    567641d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ebb9b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a5771c View commit details
    Browse the repository at this point in the history
  8. Fix stragglers

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    dd2f077 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af3d759 View commit details
    Browse the repository at this point in the history
  10. clippy

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f31e49d View commit details
    Browse the repository at this point in the history
  11. Fix docs

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    43ead10 View commit details
    Browse the repository at this point in the history
  12. Improve deprecation warnings

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b199fc4 View commit details
    Browse the repository at this point in the history
  13. Cleanup

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ae52018 View commit details
    Browse the repository at this point in the history
  14. Update ecs_guide

    cart committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    bad7bc3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d16e6e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    ea05f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae350f View commit details
    Browse the repository at this point in the history
  3. Fix doc and bench issues

    cart committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ad8c662 View commit details
    Browse the repository at this point in the history
  4. Fix web_resize build error

    cart committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5a98e04 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    995eebc View commit details
    Browse the repository at this point in the history
  2. AddSystemsInnerResult

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e9ec53c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0814ce5 View commit details
    Browse the repository at this point in the history
  4. Single thread some schedules

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f9a0294 View commit details
    Browse the repository at this point in the history
  5. Resolve comments

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    49682dc View commit details
    Browse the repository at this point in the history
  6. move comment

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    716f41c View commit details
    Browse the repository at this point in the history
  7. Update examples/stress_tests/many_lights.rs

    Co-authored-by: Mike <mike.hsu@gmail.com>
    cart and hymm authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    21eaff6 View commit details
    Browse the repository at this point in the history
  8. Fix RunFixedUpdateLoop link

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0fc3f8a View commit details
    Browse the repository at this point in the history
  9. 15->20 system

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d945858 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9dbca7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23fcb92 View commit details
    Browse the repository at this point in the history
  12. fix many_lights import

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    02d6f00 View commit details
    Browse the repository at this point in the history
  13. Fix another doc link

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    fc2381d View commit details
    Browse the repository at this point in the history
  14. Remove broken link

    cart committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    396a92f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    6e60185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2309c81 View commit details
    Browse the repository at this point in the history
  3. Remove unused field

    cart committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    7c3e356 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Mike <mike.hsu@gmail.com>
    cart and hymm authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    cd7605e View commit details
    Browse the repository at this point in the history
  5. Use lazy schedule init for built in schedules. Lazy init config_set(s…

    …). Removing noisy warnings.
    cart committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4d0b1e8 View commit details
    Browse the repository at this point in the history
  6. Clippy and import fix

    cart committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ffe601a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    646f26d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d67cd2c View commit details
    Browse the repository at this point in the history