ModernUO/Projects/Server.Tests
Kamron Batman 1ca8655fc1
Updates Serialization (#292)
- [X] Removes all save strategies
- [X] Removes duplicate file writer that won't be used
- [X] Removes persistence (it will become a duplicate system)
- [X] Add a save position variable to skip serializing a clean item/mobile
- [X] Update Guilds/Accounts to be IEntity types
    - Because guilds are abstract, this may make serialization tricky.
- [X] Update the generalized IEntity writing
- [X] Update the load/save to write to buffers then to files in background


Bumps release version
2020-10-31 17:38:29 -07:00
..
Buffers Update Readers/Writers for Buffers & Fixes bugs (#283) 2020-10-24 14:46:59 -07:00
Network Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
Utility Update Readers/Writers for Buffers & Fixes bugs (#283) 2020-10-24 14:46:59 -07:00
AssertExtensions.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj Bumps native versions to fix MT (#253) 2020-09-15 18:16:48 -07:00
ServerFixture.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
TestMapDefinitions.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00