modernuo/Projects/UOContent/Items/Books
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
..
Defined fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
BaseBook.cs fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
BlueBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
BookContent.cs fix(core): Converts book packets (#413) 2021-01-16 18:49:53 -08:00
BookPackets.cs fix: Cleans up FixHtml (#1757) 2024-05-03 21:24:31 -07:00
BookPageInfo.cs fix: Fixes dupe property copying. Adds IgnoreDupe (#1811) 2024-06-02 15:04:54 -07:00
BrownBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
RedBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
TanBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00