ModernUO/Projects/Server/Items
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
..
BaseMulti.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Container.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Containers.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Item.cs Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08:00
ItemBounds.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Layer.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
LightType.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
SecureTradeContainer.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
VirtualCheck.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
VirtualHair.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00