ModernUO/Projects/UOContent/Engines/Factions/Items
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
..
Power Faction Items fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Traps feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
BaseMonolith.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
BaseSystemController.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
FactionStone.cs Cleans up comments for localization (#260) 2020-09-20 12:48:10 -07:00
JoinStone.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
Sigil.cs fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Silver.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
StrongholdMonolith.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
TownMonolith.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
TownStone.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00