ModernUO/Projects/UOContent/Engines/Factions/Items/Power Faction 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
..
BloodRose.cs Cleans up comments for localization (#260) 2020-09-20 12:48:10 -07:00
ClarityPotion.cs feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
GemOfEmpowerment.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
PowerFactionItem.cs feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
StormsEye.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
UrnOfAscension.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00