ModernUO/Projects/UOContent/Multis/Boats
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
..
BaseBoat.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
BaseBoatDeed.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
BaseDockedBoat.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
BoatPackets.cs fix(core): Fixes item mask in incoming mobile packet (#568) 2021-04-10 21:48:07 -07:00
ConfirmDryDockGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Hold.cs Fixes random NPEs (#378) 2021-01-01 02:16:23 -08:00
LargeBoat.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
LargeDragonBoat.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
MediumBoat.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
MediumDragonBoat.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Plank.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
RenameBoatPrompt.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
SmallBoat.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
SmallDragonBoat.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Strandedness.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
TillerMan.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00