[516 Fixes] Pentest 516 Branch Fixes#589
Open
Ossa88 wants to merge 4 commits intoPentestSS13:masterfrom
Open
Conversation
Port of ParadiseSS13/Paradise#27676 and VOREStation/VOREStation#16734 > Instead of relying on `is-disabled` and `is-visible`, which BYOND happily will automatically change for you whenever you send a client text, we now use a Child element to swap between the legacy output and browser output in separate preset panes. > > TL;DR: chat would flash white under 516, now doesn't I cleared cache before each test video below, just to be 100% sure <details> <summary>Testing Evidence: BYOND 515</summary> https://github.com/user-attachments/assets/8d661cc3-585e-4f8e-9399-76df8bc0a281 </details> <details> <summary>Testing Evidence: BYOND 516</summary> https://github.com/user-attachments/assets/c0d31fb4-6ef5-4d49-81a8-c767c5e24cc2 </details> flickering chat hurts my eyes :cl: Absolucy, ShadowLarkens, S34N fix: Fixed chat rapidly flickering in BYOND 516. /:cl:
Collaborator
Author
|
Had to apply additional edits from the original Const version due to TRIDENT (Internet Explorer) basically being pulled from the code. |
Absolucy
suggested changes
Feb 25, 2026
…re later isnt it?
Co-authored-by: Lucy <lucy@absolucy.moe>
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.
About The Pull Request
I am reviewing the 516 Pentest Branch for fixes we applied that Shiptest just has not corrected.
Paperwork can now accept more than 2kb of data per save
Chat will properly scroll down and stop fighting.
Why It's Good For The Game
Having working code is more important than maintaining modularization after some point
Changelog
🆑
fix: Paperwork can accept more than 2kb of data per post.
fix: Chat will properly scroll down again.
/:cl: