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

Add SystemGraph as a handle-based method for explicitly creating system dependency graphs #2381

Closed
wants to merge 24 commits into from

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    b50be36 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_ecs/src/schedule/system_set.rs

    Co-authored-by: Nathan Ward <43621845+NathanSWard@users.noreply.github.com>
    james7132 and NathanSWard committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    e8acce4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c312419 View commit details
    Browse the repository at this point in the history
  4. Add unit test

    james7132 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    8502a27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7c3a48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ba637f View commit details
    Browse the repository at this point in the history
  7. Remove extra space

    james7132 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    384f913 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14e403a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1415e90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1e10d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40aa658 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0fc252 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f3eee1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d4043cd View commit details
    Browse the repository at this point in the history
  15. Add SystemGraph example

    james7132 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    02b8a3a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8727a7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a9c0cc9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    204ff3e View commit details
    Browse the repository at this point in the history
  19. Systemyeet

    james7132 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    bc58b6b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3a7ebc9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bafe1cb View commit details
    Browse the repository at this point in the history
  22. Fix build/tests

    james7132 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    066bceb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    913547c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Fix docs CI

    james7132 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    038703b View commit details
    Browse the repository at this point in the history