Commit graph

5 commits

Author SHA1 Message Date
lzk
fd67cb15ac Frontal lisp tweaks (#2264)
(cherry picked from commit 362e5ca2578bde38935b74d93724d8b0c2d7b507)
2024-06-21 04:46:25 +03:00
Vigers Ray
5775d4cdef
Merge sunrise build (#2)
* commit
2024-05-31 02:16:18 +03:00
Pieter-Jan Briers
4a2a63a86b
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-06 08:57:32 +10:00
dahnte
0be5e1bf80
Fixed lisp bug with capital and lowercase matching and other sounds matched for clarity (#20370) 2023-09-23 15:39:47 +10:00
dahnte
7631b66c69
Added lisp as a character trait (#20350) 2023-09-19 21:51:50 -07:00