Delta-v/Content.Shared/Preferences
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
..
Loadouts/Effects vox oxygen toxicity, respiration changes (#26705) 2024-05-03 00:31:02 +02:00
BackpackPreference.cs Remove redundant #nullable enable (#4275) 2021-07-16 17:37:09 -07:00
ClothingPreference.cs Remove redundant #nullable enable (#4275) 2021-07-16 17:37:09 -07:00
GameSettings.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
HumanoidCharacterProfile.cs Cache regex instances in most cases (#27699) 2024-05-07 04:35:40 +02:00
ICharacterProfile.cs Character profile sanitization improvements (#25579) 2024-03-07 00:56:04 +01:00
JobPriority.cs Remove redundant #nullable enable (#4275) 2021-07-16 17:37:09 -07:00
MsgDeleteCharacter.cs Pass IRobustSerializer to NetMessage (#11021) 2022-09-14 17:25:25 +10:00
MsgPreferencesAndSettings.cs Update NetMessage to pass in MemoryStream (#21796) 2023-12-02 20:25:44 +01:00
MsgSelectCharacter.cs Pass IRobustSerializer to NetMessage (#11021) 2022-09-14 17:25:25 +10:00
MsgUpdateCharacter.cs Update NetMessage to pass in MemoryStream (#21796) 2023-12-02 20:25:44 +01:00
PlayerPreferences.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
PreferenceUnavailableMode.cs Remove redundant #nullable enable (#4275) 2021-07-16 17:37:09 -07:00
SpawnPriorityPreference.cs Client customization late-join spawner priority for arrivals/cryostorage (#24586) 2024-02-08 12:16:20 +01:00