-
Notifications
You must be signed in to change notification settings - Fork 147
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
Mass Engine Update #1220
base: master
Are you sure you want to change the base?
Mass Engine Update #1220
Conversation
* Update submodule to 228.0.0 * Fix every single test * Also this one
This comment was marked as resolved.
This comment was marked as resolved.
I have run into a problem I do not know how to fix. Woe. |
That why engine update for EE is pain and @VMSolidus take a lot of time for updates. |
OH LORD... ENGINES UPDATES.... ITS AGONY. |
* partial buckling refactor * git mv test * change test namespace * git mv test * Update test namespace * Add pulling test * Network BuckleTime * Add two more tests * smelly
This reverts commit 1741356.
* Replaced uses of Dirty(Component) with Dirty(Uid, Component) Modified some systems (notably pulling-related) to use uids. * Missed a few * Revert changes to pulling * No
By request, I have implemented space-wizards/space-station-14#26238 |
* Fix storage UI interactions * Add VV support
Now includes space-wizards/space-station-14#28541 |
Mfw the linter fail is in a system that I'm the Codeowner of. |
Added this to the PR: This is going to break several EE-specific systems, which now need to be fixed... |
* partial buckling refactor * git mv test * change test namespace * git mv test * Update test namespace * Add pulling test * Network BuckleTime * Add two more tests * smelly
i actually needed this, godspeed funny birb man |
I'm actively making it work, you should likely wait until it does. |
* Extra checks to prevent ghosts spawning on terminating maps/grids * Add test for grid deletion
* Add failing unbuckle InteractHand test * Skip trybuckle if strap doesn't have space * Unbuckle others not just user * Fix test failing due to delay * Change to raise event instead of calling OnInteractHand * Add test for buckle and unbuckle on InteractHand * Add tick delay * Remove unneeded tick delay and clean up * Comment code * Cleanup * Swap to fastest checks first * Fix reading empty sequence when there are no buckled entities
Description
An attempt to do all engine updates in one go. Not focusing on content associated, only what's needed for it to run and any bug fixes.