-
Notifications
You must be signed in to change notification settings - Fork 414
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
Message highlights #2990
base: master
Are you sure you want to change the base?
Message highlights #2990
Conversation
Add text highlighting (cherry picked from commit e442cc4bb20fbb4d5b970275c82cc87508e6f687)
Edge case that's not handled: Closing and reopening the game drops the list of auto-generated highlights
Since the implementation is now fundamentally incompatible with the (still open) upstream PR, move to our own cvars
Holy peak |
Content.Client/UserInterface/Systems/Chat/Controls/ChannelFilterPopup.xaml.cs
Show resolved
Hide resolved
Content.Client/UserInterface/Systems/Chat/Controls/ChannelFilterPopup.xaml
Outdated
Show resolved
Hide resolved
Content.Client/UserInterface/Systems/Chat/Controls/ChannelFilterPopup.xaml.cs
Outdated
Show resolved
Hide resolved
Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs
Outdated
Show resolved
Hide resolved
Content.Client/_DV/UserInterfaces/Systems/Chat/ChatUIController.cs
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
If I'm already touching this with more fixes again |
Head branch was pushed to by a user without write access
Okay so I can't figure out why exactly or what to do about it, but the error is caused by |
Fuck |
4641f0a
to
57a396f
Compare
About the PR
Ported message highlighting from impstation/imp-station-14#468 and space-wizards/space-station-14#31442
Why / Balance
ADHD :)
Chat is hard to follow a bunch of the time, and finding relevant information at a glance is hard
Technical details
For auto-highlighting, uses your job's name for fetching what terms to highlight
Auto-highlighted strings are not persistent and only depend on your character
Media
Requirements
Breaking changes
Adds three new Client CVars
Changelog
🆑