ModernUO/Projects/Server/Mobiles
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
..
AggressorInfo.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
BaseVendor.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Body.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
IMount.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
IVendor.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Mobile.cs Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08:00
Movement.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
MovementRecord.cs Splits up mobile (#296) 2020-10-31 23:30:51 -07:00
Notoriety.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
SimplePrompt.cs Splits up mobile (#296) 2020-10-31 23:30:51 -07:00
SimpleTarget.cs Splits up mobile (#296) 2020-10-31 23:30:51 -07:00