ModernUO/Projects/UOContent/Items/Containers
Kamron Batman c5e35c9b69
fix: Uses client bug to make addon containers work (#776)
* Fixes tooltip for container furniture so it works. This doesn't work on ClassicUO.
* Fixes double click opening container furniture by double clicking the addon component.
* Fixes the context menu not showing up sometimes on the addon piece.

Note: You cannot drop anything into the addon component since it might be far away and it is not a real container. There is no easy fix for this without building an entire custom container class for addons or changing how items drag/drop entirely. Requires closing/opening container gumps as it switches from one component to another that shares the same content. Also requires sharing tooltips, invalidated properties, process delta changes, etc.
Not worth the effort.

<img width="444" alt="Screen_Shot_2021-09-12_at_4 27 28_PM" src="https://user-images.githubusercontent.com/3953314/133011752-c5b54cf2-2c7b-45c0-882d-0365ef62e686.png">
2021-09-12 22:23:15 -07:00
..
BaseTreasureChest.cs fix(core): Adds Hashed & Hierarchical Timer Wheel (#655) 2021-07-11 22:42:06 -07:00
Container.cs fix: Uses client bug to make addon containers work (#776) 2021-09-12 22:23:15 -07:00
FillableContainers.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
FurnitureContainer.cs fix(core): Adds Hashed & Hierarchical Timer Wheel (#655) 2021-07-11 22:42:06 -07:00
LockableContainer.cs Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
MarkContainer.cs fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
ParagonChest.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
SalvageBag.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
Strongbox.cs feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
TrappableContainer.cs Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
TreasureChest.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
TreasureMapChest.cs fix(core): Adds Hashed & Hierarchical Timer Wheel (#655) 2021-07-11 22:42:06 -07:00