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

Create a System Builder Syntax instead of using System Descriptors #2736

Closed
wants to merge 40 commits into from
Closed

Create a System Builder Syntax instead of using System Descriptors #2736

wants to merge 40 commits into from

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    0c6a837 View commit details
    Browse the repository at this point in the history
  2. Cargo format

    thechubbypanda committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    569513c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    983a2be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd6d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e7fff View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    011af54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb855b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20fd625 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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

Commits on Sep 1, 2021

  1. Merge pull request #1 from Ratysz/system-builder-syntax

    Attempt at fixing `SystemConfig`, `StartupConfig`
    thechubbypanda authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e83c519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b540f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bad094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    325689b View commit details
    Browse the repository at this point in the history
  5. Revert solution

    thechubbypanda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9aeb408 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7e1e2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4514032 View commit details
    Browse the repository at this point in the history
  8. .stage all the things

    thechubbypanda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    251fb40 View commit details
    Browse the repository at this point in the history
  9. Fix bevy_render error

    thechubbypanda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0995f85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d062e6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a2284e View commit details
    Browse the repository at this point in the history
  12. Fix examples

    thechubbypanda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5487f83 View commit details
    Browse the repository at this point in the history
  13. Format

    thechubbypanda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1d34d96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9822b19 View commit details
    Browse the repository at this point in the history
  15. Format again

    thechubbypanda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e80fded View commit details
    Browse the repository at this point in the history
  16. Fix some ci errors

    thechubbypanda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7b4bb30 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    aee8c9d View commit details
    Browse the repository at this point in the history
  2. Fix startup error

    thechubbypanda committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    eb207e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c9ac6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c28d69 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Update System docs

    thechubbypanda committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    085a5ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b797c View commit details
    Browse the repository at this point in the history
  3. More docs

    thechubbypanda committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c8914c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Update crates/bevy_ecs/src/schedule/stage.rs

    Co-authored-by: Alice Cecile <[email protected]>
    thechubbypanda and alice-i-cecile authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    0a32358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f6494b View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_ecs/src/system/system.rs

    Co-authored-by: Alice Cecile <[email protected]>
    thechubbypanda and alice-i-cecile authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    91cb4c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Sep 13, 2021

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

Commits on Oct 2, 2021

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