ModernUO/Projects/UOContent/Multis
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
..
Boats fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Camps feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
Houses fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
ComponentVerification.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Deeds.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
DynamicDecay.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00