ModernUO/Projects/UOContent/Engines/Factions
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
..
Core fix: Removes LINQ from Map.cs (#834) 2021-12-28 14:32:45 -08:00
Definitions C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Gumps fix: Adds more null checks for text definition to prevent NPEs (#936) 2022-02-18 11:13:38 -08:00
Instances Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
Items fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Mobiles fix: Round 3 of speed updates for NPCs (#963) 2022-03-18 12:56:42 -07:00