Delta-v/Content.Server/Speech
Pieter-Jan Briers 49de374bc0
Cache regex instances in most cases (#27699)
Using static Regex functions that take in a pattern is bad because the pattern constantly needs to be re-parsed. With https://github.com/space-wizards/RobustToolbox/pull/5107, the engine has an analyzer to warn for this practice now.

This commit brings most of content up to snuff already, though some of the tricker code I left for somebody else.
2024-05-07 04:35:40 +02:00
..
Components Pathological Liar (#27618) 2024-05-07 04:32:59 +02:00
EntitySystems Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
Muting Moves muted to shared (#25374) 2024-03-05 09:45:27 +01:00
AccentSystem.cs Add department-specific radio channels (#9061) 2022-06-23 20:11:03 +10:00
EmotesMenuSystem.cs Emotes Menu (#26702) 2024-05-07 02:19:25 +02:00
ListenEvent.cs IListener and IRadio purge (#11980) 2022-11-15 15:09:27 +11:00
SpeechNoiseSystem.cs Lower speech noise volume & refactor system (#24579) 2024-02-08 11:51:58 +01:00