ModernUO/Projects/UOContent
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
..
Accounting fix: Adds server access with protected accounts (#915) 2022-01-10 23:14:55 -08:00
Commands fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Compression fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
Configuration cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Context Menus cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Engines fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Gumps fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Holiday Stuff fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Items fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Json/Converters Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Migrations fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Misc fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Mobiles fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Multis fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Network fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Regions chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Skills fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Special Systems fix: Fixes crash from bad input in TC (#909) 2022-01-03 14:22:58 -08:00
Spells fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Targets fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Utilities fix: Fixes string set in properties (#779) 2021-09-12 12:03:30 -07:00
World Saves feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
UOContent.csproj fix: Moves codegen to its own repo (#918) 2022-02-12 17:58:42 -08:00