ModernUO/Projects/UOContent/Mobiles/AI
Kamron Batman f2de2fbb77
fix: Cleans up entity persistence. Generalizes Mobiles/Items/Guilds (#1528)
### Summary
- [X] Fixed a bug where entity persistence was serialized out of order, causing world corruption.
- [X] Fixed LastSerialized not being utilized properly and dangling references still becoming an issue.
- [X] Added a new `GenericEntityPersistence<T>` type to encapsulate `ISerializable` serialization.
- [X] Removing the custom logic and moved Items, Mobiles, Guilds, and Accounts  to GenericEntityPersistence.
- [X] Changed serialization to use the singleton pattern to reduce calling methods from stored variables.
2023-10-01 22:10:47 -07:00
..
AIControlMobileTarget.cs fix: Cleans up AI code (#1084) 2022-06-20 19:32:16 -07:00
AnimalAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
ArcherAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
BaseAI.cs fix: Cleans up entity persistence. Generalizes Mobiles/Items/Guilds (#1528) 2023-10-01 22:10:47 -07:00
BerserkAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
HealerAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
MageAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
MeleeAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
OppositionGroup.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
PredatorAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
ThiefAI.cs feat: Adds monster abilities to combat actions (#1266) 2022-11-22 20:05:19 -08:00
VendorAI.cs fix: Cleans up AI code (#1084) 2022-06-20 19:32:16 -07:00