Delta-v/Content.Server/Speech/EntitySystems
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
..
AddAccentClothingSystem.cs Add clothing equipped/unequipped events (#27155) 2024-04-21 23:45:55 +02:00
BackwardsAccentSystem.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
BarkAccentSystem.cs Bread dog (#22548) 2023-12-16 20:38:02 +01:00
BlockListeningSystem.cs Hackable intercoms (#23984) 2024-01-26 22:37:41 +01:00
FrenchAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
FrontalLispSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
ListeningSystem.cs Stealthier whispers (#17898) 2023-08-01 17:43:02 +03:00
LizardAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
MeleeSpeechSystem.cs Move ActorComponent to shared (#21293) 2023-10-31 19:12:44 +01:00
MobsterAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
MonkeyAccentSystem.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
MothAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
OwOAccentSystem.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
ParrotAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
PirateAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
RatvarianLanguageSystem.cs Lint more const string prototypes (#18922) 2023-08-13 20:26:59 -04:00
ReplacementAccentSystem.cs Pathological Liar (#27618) 2024-05-07 04:32:59 +02:00
RussianAccentSystem.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
ScrambledAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
SkeletonAccentSystem.cs Skeleton Accents (#11805) 2022-10-22 15:40:28 -07:00
SlurredSystem.cs Metabolism fixes (#20402) 2023-09-27 21:59:12 +02:00
SouthernAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
SpanishAccentSystem.cs Fix warnings and code cleanup/fixes (#13570) 2023-01-19 13:56:45 +11:00
StutteringSystem.cs Social a-anxiety/st-st-stuttering t-trait. (#20500) 2023-10-23 23:51:49 +02:00
UnblockableSpeechSystem.cs Borgs can now speak while in Crit (#21802) 2023-12-02 20:35:38 +01:00
VocalSystem.cs Emotes Menu (#26702) 2024-05-07 02:19:25 +02:00