ModernUO/Projects/Server/Events
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
..
AccountLoginEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
AggressiveActionEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CharacterCreatedEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
EventSink.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
FastwalkEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
GameLoginEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
MovementEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
ServerCrashedEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
ServerListEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
SocketConnectionEvent.cs Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
SpeechEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00