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

Execution leveling #228

Merged
merged 3 commits into from
Aug 28, 2023
Merged

Execution leveling #228

merged 3 commits into from
Aug 28, 2023

Conversation

polycone
Copy link
Member

@polycone polycone commented Aug 26, 2023

PatchContext and PatchControl are fully replaced with execution leveling.

Execution level table overview

Level Description
System Initialization components, like MainMenuPatch, that doesn't depend on game type.
Multiplayer Components that only active in a multiplayer game.
Component Game components initialization (used in MethodPatchesDisabler).
Command A level for command execution.
Runtime Gameplay The default level for all game time patches.

@polycone polycone requested a review from zuev93 August 26, 2023 23:27
@polycone polycone linked an issue Aug 26, 2023 that may be closed by this pull request
@polycone polycone merged commit d66cb31 into main Aug 28, 2023
@polycone polycone deleted the feature/execution-leveling branch August 28, 2023 21:07
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.

Insufficient patches behaviour control
2 participants