ModernUO/Projects/UOContent
Kamron Batman 1ca8655fc1
Updates Serialization (#292)
- [X] Removes all save strategies
- [X] Removes duplicate file writer that won't be used
- [X] Removes persistence (it will become a duplicate system)
- [X] Add a save position variable to skip serializing a clean item/mobile
- [X] Update Guilds/Accounts to be IEntity types
    - Because guilds are abstract, this may make serialization tricky.
- [X] Update the generalized IEntity writing
- [X] Update the load/save to write to buffers then to files in background


Bumps release version
2020-10-31 17:38:29 -07:00
..
Accounting Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Commands Updates a bug (#282) 2020-10-21 20:35:09 -07:00
Configuration Rearranges packet code (#295) 2020-10-30 22:49:00 -07:00
Context Menus Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
Engines Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Gumps Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Holiday Stuff Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
Items Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Json/Converters Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Misc Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Mobiles Rearranges packet code (#295) 2020-10-30 22:49:00 -07:00
Multis Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Regions Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
Skills Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
SpecialSystems Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
Spells Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Targets Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
UOContent.csproj Replacing Networking (#271) 2020-10-20 20:55:19 -07:00