Delta-v/Content.Shared/Chat
Kot 8c5898b006
Add chat.max_announcement_length cvar (#23571)
* Add announce message length to UI and make a cvar for it

* Update comm console server-side trim to use the cvar

* Rely on the new OnTextChanged event

Because OnKeyBindUp only works for keys that have binds

* Add a similar indicator to nukies' war declaration UI

* Remove message length indicators for now cuz it requires the engine update

* Rename cvar slightly

* Refactor duplicated code to a helper method

* Remove message trimming from *Window class as it's better to live in the BoundUserInterface where the other message handling happens

* Rename to chat.max_announcement_length
2024-01-21 20:14:01 +11:00
..
Prototypes Make all prototype types partial (#21374) 2023-11-01 19:56:23 -07:00
TypingIndicator Make all prototype types partial (#21374) 2023-11-01 19:56:23 -07:00
ChatChannel.cs Misc replay related changes (#17102) 2023-06-05 14:33:49 +10:00
ChatChannelExtensions.cs Add admin alerts (#13589) 2023-03-23 11:10:49 -04:00
ChatSelectChannel.cs Modify admin chat (#13050) 2022-12-19 21:39:01 -06:00
MsgChatMessage.cs Update NetMessage to pass in MemoryStream (#21796) 2023-11-28 19:11:16 +11:00
MsgDeleteChatMessagesBy.cs Add admin Erase verb, add checkbox to erase from the ban panel (#20985) 2023-10-14 02:02:56 -07:00
SharedChatSystem.cs Add chat.max_announcement_length cvar (#23571) 2024-01-21 20:14:01 +11:00