ModernUO/Projects/UOContent/Commands/Object Creation
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
..
Add.cs fix: Consolidates properties code (#785) 2021-09-15 21:48:30 -07:00
AddGump.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
CAGCategory.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CAGLoader.cs fix(core): Fixes errors from missing files (#511) 2021-02-14 18:30:53 -08:00
CAGNode.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CAGObject.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
CategorizedAddGump.cs fix(cleanup): Consolidate the duplicate code in Properties, PropsGump, and PropsConfig (#540) 2021-04-14 22:58:56 -07:00
Decorate.cs feat: Adds StaffAccess and ResetStaffDress commands (#895) 2021-12-27 01:27:15 -08:00
DecorateMag.cs feat: Adds StaffAccess and ResetStaffDress commands (#895) 2021-12-27 01:27:15 -08:00
GenTeleporter.cs feat: Adds StaffAccess and ResetStaffDress commands (#895) 2021-12-27 01:27:15 -08:00