ModernUO/Projects/UOContent/Mobiles
Kamron Batman c31bf20d0e
feat: Updates to .NET 6 (#843)
* Fixes an issue with moving directories across volumes
* Removes usages of WebClient
* Removes usages of Cryptographic Providers

Note: Even though .NET 6 introduces Xoshiro RNG, there is no way to control the seed. I'll do some reconciliation of Xoshiro so it functions closer to the built in one. For the most part, it has parity though.
Benchmarks show there is nothing odd about the implementations, they are within 1ns of each other.
2021-11-13 13:38:01 -08:00
..
AI fix: Fixes random 0 (#783) 2021-09-14 22:40:07 -07:00
Animals fix: Removes BodyValue and fixes modifying Body and BodyMod in props gump. (#743) 2021-08-28 22:56:00 -07:00
Familiars feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Guards cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Healers fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Monsters fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Special fix: Removes BodyValue and fixes modifying Body and BodyMod in props gump. (#743) 2021-08-28 22:56:00 -07:00
Townfolk feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
Vendors fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
BaseCreature.cs fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
ChampionTitleInfo.cs fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
PlayerMobile.cs fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00