ModernUO/Projects/UOContent/Gumps
Kamron Batman 0925a2d435
fix: Cleans up Point checks and removes statics (#966)
- [X] Removes static freezing/unfreezing. Use other tools for this.
- [X] Cleans up IPoint3D allocations
- [X] Removes IPoint3D constructors since the compiler may not optimize the constructor path and allow allocations.


Note: Instead of `new Point3D(m)`, do something like `new Point3D(m.Location)`. Sorry for the inconvenience. In the long run this will prevent abuse of hot paths that will cause performance issues.
2022-03-20 23:15:59 -07:00
..
Go fix(cleanup): Consolidate the duplicate code in Properties, PropsGump, and PropsConfig (#540) 2021-04-14 22:58:56 -07:00
Guilds fix: Fixes guild roster crash (#906) 2021-12-29 10:18:27 -08:00
Props fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
AddDoorGump.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
AdminGump.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
BanDurationGump.cs fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
BaseConfirmGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
BaseGridGump.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
BaseImageTileButtonsGump.cs fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
ClientGump.cs fix: Fixes various minor issues (#943) 2022-02-26 23:43:25 -08:00
CommentsGump.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
ConfirmBreakCrystalGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ConfirmHeritageGump.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
ConfirmHouseResize.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
ConfirmReleaseGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
DawnsMusicBoxGump.cs fix(core): Converts remaining player packets (#374) 2020-12-30 16:09:51 -08:00
HeritageTokenGump.cs fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
HonorSelf.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
HouseDemolishGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
HouseGump.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
HouseGumpAOS.cs fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
HouseTransferGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
NoticeGump.cs fix: Adds more null checks for text definition to prevent NPEs (#936) 2022-02-18 11:13:38 -08:00
PetResurrectGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
PlayerVendorGumps.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
PolymorphGump.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
ReclaimVendorGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ReportMurderer.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
ResurrectGump.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
RewardGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
RunebookGump.cs fix: Fixes badly formatted files (#878) 2021-12-05 08:56:09 -08:00
SetSecureLevelGump.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
SkillsGump.cs fix(cleanup): Consolidate the duplicate code in Properties, PropsGump, and PropsConfig (#540) 2021-04-14 22:58:56 -07:00
TithingGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ToTAdminGump.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
VendorInventoryGump.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
VendorRentalGumps.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
ViewHousesGump.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
WarningGump.cs fix: Adds more null checks for text definition to prevent NPEs (#936) 2022-02-18 11:13:38 -08:00
WhoGump.cs fix(cleanup): Consolidate the duplicate code in Properties, PropsGump, and PropsConfig (#540) 2021-04-14 22:58:56 -07:00
YoungGumps.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00