-
Notifications
You must be signed in to change notification settings - Fork 184
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
Partial Atmos Refactor #40
Partial Atmos Refactor #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't my full approval, I'm going to take a look at why the code is failing first, and then apply some fixes. It should not be that hard to fix, there is most likely a missing Using in WaterVaporReaction according to the test failures. Either there are changes to WaterVaporReaction.cs that we are missing, or this was an error made upstream. Regardless I should be able to fix this.
I'll submit my own approval once I've finished my in-game testing.
e604bb9
to
367fe55
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
367fe55
to
a43f8e9
Compare
This is partially fucked space-wizards/space-station-14#26513 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this something already mirrored from Delta PR's?
* Reduce atmos component queries * Remove method events * Cache airtight data * Make MolesArchived nullable * Fix airtight cache * only get tile def once * Immutable mixtures * firelock queries * misc * misc cleanup * Trim disconnected tiles * Fix merge issues and bugs * Why does the PR keep increasing in scope * debug overlay * Fix bugs * Fix test, remove unused events * Add setmapatmos command * Fix overlays * Add map check * A * Resolve conflicts with #26102 * Remove some obsolete methods
a43f8e9
to
53f5975
Compare
Yes |
"execute” filesystem permission
Description
Ports space-wizards/space-station-14#22521. Depends on #39. List of changes is copied below,
TODO
Changelog
🆑 ElectroJr