ModernUO/Projects/UOContent/Items/Skill Items
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
..
Blacksmith Items/Misc fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
Camping fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
Carpenter Items feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Fishing feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Harvest Tools fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
Lumberjack fix: Code gens items. Fixes code genning of ore (#684) 2021-08-14 22:16:42 -07:00
Magical fix(codegen): Fixes various code gen issues. Adds better embedded serialization support (#688) 2021-08-17 02:43:52 -07:00
Misc feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Musical Instruments feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Ninjitsu feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Specialized feat(core): Makes spanwriter resizable (#376) 2020-12-31 19:57:02 -08:00
Tailor Items fix: Code gens items. Fixes code genning of ore (#684) 2021-08-14 22:16:42 -07:00
Thief cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Tinkering fix(network): Adds ConnectUO (#551) 2021-03-15 14:14:33 -07:00
Tools fix: Updates races to properly support gargoyle equipment. (#744) 2021-08-29 00:43:55 -07:00