ModernUO/Projects/UOContent/Misc
Kamron Batman 4ddb3de026
fix(core): Fixes several serialization issues (#355)
- [X] Fixes an issue where a buffer smaller than 8 bytes would not double with enough space in some cases.
- [X] Fixes an issue with dupe copying the savebuffer reference (ugh).
- [X] Streamlines the IGenericWriter API to use better generics.
- [X] Streamlines the IGenericReader API to use better generics.
- [X] Forces `tidying` of a List/HashSet to be done externally since Writers/Readers should not have side effects.
- [X] Fixes an issue where Tidying a list didn't TrimExcess, causing memory leaks.
- [X] Reverted the meaning of `World.Running` to specifically refer to any world state post world loading.
  - NOTE: Do not use this if you want to block on world saves. Instead use checks against `WorldState.Saving` states.
- [X] Fixes an issue with serializing negative DateTime deltas.
- [X] Fixes a potential issue with serializing non-UTC DateTime.

Bumps release version
2020-12-23 07:11:41 -08:00
..
Gifts/Winter2004 C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
AccountPrompt.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Animations.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
AOS.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
AttackMessage.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
AutoRestart.cs Fixes exiting/crash handling/ctrl+c (#237) 2020-09-12 00:05:38 -07:00
AutoSave.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
Broadcasts.cs Fixes exiting/crash handling/ctrl+c (#237) 2020-09-12 00:05:38 -07:00
BuffIcons.cs Fixes BuffIcon is NPE (#259) 2020-09-19 15:56:22 -07:00
CharacterCreation.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Cleanup.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
ClientVerification.cs Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
CrashGuard.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
DispellableAttribute.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
DispellableFieldAttribute.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
DoorGenerator.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Email.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Emitter.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
FoodDecay.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Geometry.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Guild.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
HardwareInfo.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
InhumanSpeech.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Keywords.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
LanguageStatistics.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
LightCycle.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
LoginStats.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Loot.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
LootPack.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
MapDefinitions.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
MapUO.cs Update Readers/Writers for Buffers & Fixes bugs (#283) 2020-10-24 14:46:59 -07:00
MondainsLegacy.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
NameList.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
NameVerification.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Notoriety.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Paperdoll.cs Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
Poison.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ProfanityProtection.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Profile.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ProtocolExtensions.cs Updates movement packets & Fastwalk (#324) 2020-11-26 23:53:47 -08:00
RaceDefinitions.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
RegenRates.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
RenameRequests.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
ResourceInfo.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
ServerList.cs Cleanup and adds configuration for crashguard (#240) 2020-09-12 01:57:07 -07:00
ShardPoller.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
ShrinkTable.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
SkillCheck.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
TextDefinition.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Titles.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
ToggleItem.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
TreasureMapProtection.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ValidationQueue.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Weather.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
WebStatus.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
WeightOverloading.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
WelcomeTimer.cs Removes UOAM vendors. (#241) 2020-09-12 11:56:52 -07:00