ModernUO/Projects/UOContent/Items/Skill Items
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
..
Blacksmith Items/Misc fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Camping fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
Carpenter Items fix: Fixes commodity resource property hue (#1875) 2024-07-20 15:37:16 -07:00
Fishing fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Harvest Tools fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Lumberjack fix: Fixes commodity resource property hue (#1875) 2024-07-20 15:37:16 -07:00
Magical fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Misc fix: Moves many EventSinks out of core. (#1783) 2024-05-21 10:02:30 -07:00
Musical Instruments fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Ninjitsu fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Specialized fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Tailor Items fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Thief fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
Tinkering fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Tools fix: Update Nails.cs with correct graphic (#1746) 2024-04-28 23:54:04 -07:00