ModernUO/Projects
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
..
Benchmarks Adds back in old benchmarks. Cleans up tests. (#270) 2020-10-04 11:45:07 -07:00
Server Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08:00
Server.Tests Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
UOContent Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08:00
UOContent.Tests Bumps native versions to fix MT (#253) 2020-09-15 18:16:48 -07:00