TG chat to replace browser chat.#5290
Merged
CheffieGithub merged 115 commits intoMonkestation:mainfrom Mar 1, 2026
Merged
Conversation
The tgui of tgui pull
The UI is there at least
Alt click turf
update executable flags
* update executable flags * AND THAT ONE
If I remembered how to push I would
This was referenced Feb 28, 2026
Closed
Closed
Closed
This was referenced Mar 1, 2026
sheetofseaweed
pushed a commit
to sheetofseaweed/Rivermist-Hollow-Vanderlin
that referenced
this pull request
Mar 4, 2026
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> Replace the browser chat with TG chat. Comes with a new css style to match the "Grim" tgui theme. <img width="685" height="1440" alt="image" src="https://github.com/user-attachments/assets/f0558893-3a58-466c-b084-28c1e9f08493" /> todo - [ ] ~~Port the fancy highlights from borbops changes~~ Readability is too poor for these - [x] Audit message groupings for filters - [x] Double check all css from the old file <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> The stat panel and the chat are linked, and the panel lacks functionality without it. TGchat basically is the ss13 standard now for better or worse and comes with some nice features in comparison to goonchat, however modified it may be. <!-- Argue for the merits of your changes and how they benefit the game, especially if they are controversial and/or far reaching. If you can't actually explain WHY what you are doing will improve the game, then it probably isn't good for the game in the first place. --> <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> <!-- !! Do not add whitespace in-between the entries, do not change the tags and do not leave the tags without any entries. --> :cl: add: Added TGchat, report issues with styling like it having bad contrast or anything. /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> <!-- Don't bother filling these in while creating your Pull Request, just click the checkboxes after the Pull Request is opened and you are redirected to the page. --> - [ ] You tested this on a local server. - [ ] This code did not runtime during testing. - [ ] You documented all of your changes. <!-- Neither the compiler nor workflow checks are perfect at detecting runtimes and errors. It is important to test your code/feature/fix locally. --> --------- Co-authored-by: forest2001 <forest2001@cm-ss13.com> Co-authored-by: forest2001 <41653574+realforest2001@users.noreply.github.com>
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
Replace the browser chat with TG chat.
Comes with a new css style to match the "Grim" tgui theme.
todo
Port the fancy highlights from borbops changesReadability is too poor for theseWhy It's Good For The Game
The stat panel and the chat are linked, and the panel lacks functionality without it.
TGchat basically is the ss13 standard now for better or worse and comes with some nice features in comparison to goonchat, however modified it may be.
Changelog
🆑
add: Added TGchat, report issues with styling like it having bad contrast or anything.
/:cl:
Pre-Merge Checklist