-
Notifications
You must be signed in to change notification settings - Fork 353
MC/Subsystem improvements #6710
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
Merged
Absolucy
merged 17 commits into
Monkestation:master
from
Absolucy:im-hiding-catnip-in-the-mc
Jun 1, 2025
Merged
MC/Subsystem improvements #6710
Absolucy
merged 17 commits into
Monkestation:master
from
Absolucy:im-hiding-catnip-in-the-mc
Jun 1, 2025
Conversation
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
This was referenced May 18, 2025
… im-hiding-catnip-in-the-mc
This was referenced May 22, 2025
… im-hiding-catnip-in-the-mc
fb11177
to
bead03d
Compare
… im-hiding-catnip-in-the-mc
This was referenced May 28, 2025
Open
Closed
Open
Open
… im-hiding-catnip-in-the-mc
Xander3359
pushed a commit
that referenced
this pull request
Jun 11, 2025
## About The Pull Request whoopsies, I mistakingly set `SSblackmarket` to hibernate in #6710, which pretty much ensured markets would never fire. ## Changelog :cl: fix: Fixed black market auctions not processing. /:cl:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Code: Improvement
exactly what it says on the tin
Code: Performance / Optimization
the number going down makes me happy :3
Process: should testmerge
PR should be testmerged first
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About The Pull Request
Ports DaedalusDock/daedalusdock#293 and DaedalusDock/daedalusdock#709
I've also de-modularized some of our subsystems, and cleaned up some formatting.
Changelog
🆑 Absolucy, Kapu1178
server: The Master Controller now allocates tick time based on the work required for the tick.
/:cl: