ModernUO/Projects/UOContent
mdodkins 91e37fb8d4
fix: Hair and facial hair "teleporting" when mobile dies several times (#1901)
### Summary

* Added World.NewVirtual for creating virtual serial numbers
* Reserved range 0x7EEEEEEE to 0x7FFFFFFF for virtual serials
* Hair and Facial hair (for mobiles) now use virtual serials instead of FakeSerial() functions
* Consolidated virtual hair to a single `VirtualHairInfo` class.

Corpse hair and facial hair now persists across save/load and hair and facial hair no longer teleport to newest corpse.
2024-08-07 20:10:23 -07:00
..
Accounting fix: Fixes massive capacity bug with pooled ref queue/list (#1865) 2024-07-07 16:18:56 -07:00
Assistants fix: Fixes crashing due to bad packet assumptions. (#1829) 2024-06-07 18:08:07 -07:00
Commands fix: Converts AddGump (for [add <searchString>) to DynamicGump (#1911) 2024-08-07 09:40:58 -07:00
Compression fix: Fixes directory copying (#1668) 2024-02-09 23:25:20 -08:00
Configuration chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
Console feat: Adds console commands (#1714) 2024-03-30 09:40:43 -07:00
Context Menus fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Engines fix: Hair and facial hair "teleporting" when mobile dies several times (#1901) 2024-08-07 20:10:23 -07:00
Gumps fix: Converts ConfirmHouseResizeGump, ConfirmDryDockGump to StaticGump (#1909) 2024-08-07 16:54:45 -07:00
Holiday Stuff fix: Removes wrong error message from Fireflies (#1884) 2024-07-23 20:31:02 -07:00
Items fix: Hair and facial hair "teleporting" when mobile dies several times (#1901) 2024-08-07 20:10:23 -07:00
Migrations fix: Hair and facial hair "teleporting" when mobile dies several times (#1901) 2024-08-07 20:10:23 -07:00
Misc fix: Deletes Account serialization extensions since they are incompatible. (#1903) 2024-08-05 14:52:10 -07:00
Mobiles fix: Converts ResurrectGump to Static/Dynamic Gumps (#1904) 2024-08-06 19:17:33 -07:00
Multis fix: Converts ConfirmHouseResizeGump, ConfirmDryDockGump to StaticGump (#1909) 2024-08-07 16:54:45 -07:00
Network fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Regions fix: Converts ConfirmHouseResizeGump, ConfirmDryDockGump to StaticGump (#1909) 2024-08-07 16:54:45 -07:00
Skills fix: Fixes random skill maximum (#1860) 2024-07-06 12:37:33 -07:00
Special Systems fix: Moves many EventSinks out of core. (#1783) 2024-05-21 10:02:30 -07:00
Spells fix: Converts ResurrectGump to Static/Dynamic Gumps (#1904) 2024-08-06 19:17:33 -07:00
Targets fix: Fixes the limitation on static tiles for harvesting (#1396) 2023-04-22 09:14:42 -07:00
Utilities fix: Fixes various mobile packets and setting serials (#1618) 2023-11-26 00:42:15 -08:00
World Saves fix: Archive locally is not an async function (#1735) 2024-04-21 08:08:12 -07:00
Module.cs fix: Fixes sending packets and sidesteps a major issue with stackalloc and PGO in .NET 8 (#1607) 2023-11-21 12:18:20 -08:00
UOContent.csproj chore(deps): Bump MailKit from 4.7.1 to 4.7.1.1 (#1872) 2024-07-20 18:04:18 -07:00