Commit Graph

3 Commits

Author SHA1 Message Date
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
dahnte d4484bc8ab Fixed lisp bug with capital and lowercase matching and other sounds matched for clarity (#20370) 2023-09-27 21:59:12 +02:00
dahnte 90157ba877 Added lisp as a character trait (#20350) 2023-09-27 21:59:12 +02:00