ModernUO/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters
Kamron Batman fa5eafdaff
fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775)
* Adds `BeforeSerialized` for entities to handle cleanup.
* Adds `Created` and `LastSerialized` fields to all entities. While this is a big bloat, this will be necessary for identifying dangling references to other invalid entities.
* Changes formula for determining a valid reference to be _not null, not deleted, and reference's created date must be at or before the entities last serialized date_.
* Adds versioning to idx file and serializes `Created` and `LastSerialized`.
* Fixes Save Stats and also disables it by default.
2021-09-26 01:09:45 -07:00
..
BardGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
BaseGuildmaster.cs fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
BlacksmithGuildmaster.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
FisherGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
HealerGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
MageGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
MerchantGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
MinerGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
RangerGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
TailorGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
ThiefGuildmaster.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
TinkerGuildmaster.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
WarriorGuildmaster.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00