ModernUO/Projects/UOContent/Accounting
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
..
Security Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
AccessRestrictions.cs Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Account.cs Cleans up comments for localization (#260) 2020-09-20 12:48:10 -07:00
AccountAttackLimiter.cs Rearranges packet code (#295) 2020-10-30 22:49:00 -07:00
AccountComment.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
AccountHandler.cs Rearranges packet code (#295) 2020-10-30 22:49:00 -07:00
Accounts.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
AccountTag.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
Firewall.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
IPasswordProtection.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
IPLimiter.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00