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

Refactor system sets #320

Merged
merged 7 commits into from
Jun 27, 2024
Merged

Refactor system sets #320

merged 7 commits into from
Jun 27, 2024

Conversation

janhohenheim
Copy link
Owner

@janhohenheim janhohenheim commented Jun 27, 2024

  • Move all system sets into one enum: GameSystemSet
  • Rework some ordering
  • Eliminate all instances of .after and .before
    • This makes our use-case for bevy_mod_sysfail obsolete -> remove it
  • Remove system set ordering across schedules. This had no effect and will probably result in a Bevy warning in the future.

@janhohenheim janhohenheim merged commit 45a96be into main Jun 27, 2024
3 checks passed
@janhohenheim janhohenheim deleted the system-sets branch June 27, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant