516 compatibility PR 2: the revenge of Node.js#37501
Merged
d3athrow merged 55 commits intovgstation-coders:Bleeding-Edgefrom May 6, 2025
Merged
516 compatibility PR 2: the revenge of Node.js#37501d3athrow merged 55 commits intovgstation-coders:Bleeding-Edgefrom
d3athrow merged 55 commits intovgstation-coders:Bleeding-Edgefrom
Conversation
Collaborator
Author
|
So I've managed to fix TGUI compile, but now my interfaces throw an error/exception. I'll have to think about one way to solve this, but this is better than nothing, I suppose. |
Collaborator
Author
Collaborator
Author
Collaborator
Author
Collaborator
Author
Collaborator
Author
|
Units tests are failing because of |
e2e0606 to
7a485fb
Compare
Collaborator
Author
|
This should be good to go now. |
ShiftyRail
commented
May 1, 2025
.vscode/tasks.json
Outdated
| { | ||
| "type": "shell", | ||
| "command": "bin/tgui-build", | ||
| "command": "bin/tgui-build RUST_BACKTRACK=full", |
Collaborator
Author
There was a problem hiding this comment.
To fix before merge
ShiftyRail
commented
May 1, 2025
__DEFINES/qdel.dm
Outdated
| #define QDEL_LIST_ASSOC_CUT(L) QDEL_LIST_ASSOC(L); L.Cut() | ||
|
|
||
| // QDEL macros borrowed from TG | ||
| #define QDELETED(X) (!X || !X || X.gcDestroyed) No newline at end of file |
Collaborator
Author
There was a problem hiding this comment.
To fix this is wrong
D3athrow-Issues
added a commit
that referenced
this pull request
May 6, 2025
ShiftyRail
added a commit
to ShiftyRail/vgstation13
that referenced
this pull request
May 6, 2025
…ers#37501)" This reverts commit 875eca8.
d3athrow
pushed a commit
that referenced
this pull request
May 6, 2025
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
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.





This time with proper installation of TGUI & all that crap.
What this does
This makes the server compilable and playable in BYOND 516. This is a work in progress PR.
/vectornow-native type into a custom subtype to maintain all our featuresdark_planefor people who wear night vision googles, for grues, and for spiders. The effect isn't directly noticeable.Why it's good
516 liberates us from IE, is faster overall, is a more modern version of BYOND with more features, and has considerable rendering improvments. As a full disclosure I initially wanted to do this to test if Euro/vg/Lights were doable in this iteration of BYOND. They are, but they will be (if ever) the subject of a later PR.
How it was tested
Local test server compilation, some fiddling around with gameplay, test of TG/Nano/Raw HTML interfaces.
Nota Bene
This change would require all clients to migrate to 516 at the same time we migrate to 516 server-side ; the
overdarkchanges would make the game unplayable on a non-515 client.Changelog
🆑