ModernUO/Projects/UOContent/Multis/Boats
Kamron Batman 49e6c6f2d1
fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208)
### Changes
* Implements an AfterSerialize method that is executed synchronously.
* Removes `BeforeSerialize` support since it was dangerous in its current implementation.
* Moves PlayerMobile kill/virtual decay to AfterSerialize.
* Adds kill decay to after Deserialize.
2022-10-27 23:27:22 -07:00
..
BaseBoat.cs fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208) 2022-10-27 23:27:22 -07:00
BaseBoatDeed.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
BaseDockedBoat.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
BoatPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -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: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00