FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(Core): prevent systems from running multiple times by Miou-zora · Pull Request #113 · EngineSquared/EngineSquared · GitHub

feat(Core): prevent systems from running multiple times - #113

Merged
Miou-zora merged 22 commits into
mainfrom
111-remove-the-possiblity-to-have-multiple-same-systems-in-the-same-scheduler
Mar 14, 2025
Merged

feat(Core): prevent systems from running multiple times#113
Miou-zora merged 22 commits into
mainfrom
111-remove-the-possiblity-to-have-multiple-same-systems-in-the-same-scheduler

Conversation

Miou-zora commented Mar 11, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

Related to:

I've added a way to store systems trough a unique ID that will help us managing system ordering.
I've been greatly inspired by EnttSystemGraph of nazara but allowing to use lambda and functions ptr

Miou-zora added the enhancement New feature or request label Mar 11, 2025
Miou-zora self-assigned this Mar 11, 2025
Miou-zora changed the title feat(Core): block the user adding multiple times feat(Core): block the user adding a single system multiple times Mar 12, 2025
Miou-zora requested a review from a team March 12, 2025 13:00
Miou-zora marked this pull request as ready for review March 12, 2025 13:02
ripel2 changed the title feat(Core): block the user adding a single system multiple times feat(Core): prevent systems from running multiple times Mar 14, 2025

ripel2 commented Mar 14, 2025

Copy link
Copy Markdown
Contributor

Fix conflicts and it's good for me

Copy link
Copy Markdown

Miou-zora requested a review from ripel2 March 14, 2025 13:35
Miou-zora merged commit 51ab942 into main Mar 14, 2025
Miou-zora deleted the 111-remove-the-possiblity-to-have-multiple-same-systems-in-the-same-scheduler branch March 14, 2025 13:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the possiblity to have multiple same systems in the same scheduler

2 participants


Back | FazBrowse Home | New Git URL