ModernUO/Projects/UOContent/Items/Deeds
Kamron Batman a94814a7ef
fix: Fixes and optimizes NameVerification and ProfanityProtection (#2153)
### Summary

Significantly improves the performance of NameVerification & ProfanityProtection:

```cs
| Method         | Mean      | Error     | StdDev    |
|--------------- |----------:|----------:|----------:|
| ValidateName   | 728.34 ns | 13.244 ns | 11.059 ns |
| ValidateNameSV |  26.62 ns |  0.233 ns |  0.207 ns |
```
2025-04-12 02:26:10 -07:00
..
BarkeepContract.cs fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
ClothingBlessDeed.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
CommodityDeed.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
DragonBardingDeed.cs fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
HairRestylingDeed.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
HolidayTreeDeed.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
IDirectionAddonDeed.cs feat: Standardizes South/East selection gumps (#1839) 2025-02-14 00:15:14 -08:00
NameChangeDeed.cs fix: Fixes and optimizes NameVerification and ProfanityProtection (#2153) 2025-04-12 02:26:10 -07:00
NewPlayerTicket.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
VendorRentalContract.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00