ModernUO/Projects
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
..
Benchmarks fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Server fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Server.Tests fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
UOContent fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
UOContent.Tests fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00