ModernUO/Projects/Server/World
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
..
EntityIndex.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
EntityTypeIndex.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
IIndexInfo.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
World.cs Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08:00