ModernUO/Projects/UOContent/Items/Games/Mahjong
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
..
MahjongDealerIndicator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongDices.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongEnums.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongGame.cs fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
MahjongPackets.cs fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
MahjongPieceDim.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongPlayers.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongTile.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongTileTypeGenerator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongWallBreakIndicator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00