ModernUO/Projects/UOContent/Engines
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
..
Bulk Orders fix: Fixes BOD entries (#724) 2021-08-24 10:06:44 -07:00
CannedEvil feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Chat fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
ConPVP fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Craft chore: Cleans up code in blacksmithy (#769) 2021-09-06 09:29:47 -07:00
Doom feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Ethics fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Events fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Factions fix: Removes BodyValue and fixes modifying Body and BodyMod in props gump. (#743) 2021-08-28 22:56:00 -07:00
Harvest fix: Code gens items. Fixes code genning of ore (#684) 2021-08-14 22:16:42 -07:00
Help fix(core): Adds Hashed & Hierarchical Timer Wheel (#655) 2021-07-11 22:42:06 -07:00
Khaldun fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
ML Quests fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Party fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
Pathing fix: Fixes FastAStar (#788) 2021-09-16 23:38:51 -07:00
Plants fix(core): Adds Hashed & Hierarchical Timer Wheel (#655) 2021-07-11 22:42:06 -07:00
Quests fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
Spawners fix: Cleans up movement code (#787) 2021-09-16 23:23:22 -07:00
Treasures of Tokuno fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
UltimaStore fix(network): Don't crash the user when they click the UO Store button (#710) 2021-08-21 00:14:40 -07:00
Veteran Rewards fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
Virtues feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00