ModernUO/Projects/UOContent/Engines/Party
Kamron Batman f58117a877
fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873)
## Summary
- Removes allocation of a `List<ContextMenuEntry>` every time a context menu is created.
- Moves packet/context menu creation logic out of the core
- Fixes tame entry

## BREAKING CHANGE
> [!Important]
> **Developer Note**
> ```cs
> public virtual void GetContextMenuEntries(Mobile from, List<ContextMenuEntry> list)
> ```
> and similar functions changed to
> ```cs
> public virtual void GetContextMenuEntries(Mobile from, ref PooledRefList<ContextMenuEntry> list)
> ```
2024-07-20 21:33:23 -07:00
..
AddPartyTarget.cs Cleanup and adds configuration for crashguard (#240) 2020-09-12 01:57:07 -07:00
DeclineTimer.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Party.cs fix: Moves many EventSinks out of core. (#1783) 2024-05-21 10:02:30 -07:00
PartyCommands.cs fix: Cleans up some comments and spell code (#1120) 2022-07-16 19:45:41 -07:00
PartyMemberInfo.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
PartyPackets.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
RemoveFromParty.cs fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
RemovePartyTarget.cs fix: Cleans up some comments and spell code (#1120) 2022-07-16 19:45:41 -07:00