ModernUO/Projects/UOContent
Kamron Batman 55935d30b4
Fixes bugs in world save (#297)
- [X] Fixes bugs in the buffer writer
- [X] Removes background save commands
- [X] Avoids calling Serialize() on deserialization
    - In a future optimization I will copy the entire object to a buffer, deserialize using a SpanReader, then use that buffer for the SaveBuffer
- [X] Fixes issue with decay queue.

Bumps release version
2020-11-01 17:22:18 -08:00
..
Accounting Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Commands Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08: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 Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08:00
Mobiles Splits up mobile (#296) 2020-10-31 23:30:51 -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