ModernUO/Projects/UOContent
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
..
Accounting fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
Commands fix: Makes guid settable. Cleans up type conversions (#765) 2021-09-05 01:53:00 -07:00
Configuration cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Context Menus cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Engines chore: Cleans up code in blacksmithy (#769) 2021-09-06 09:29:47 -07:00
Gumps fix: Uses client bug to make addon containers work (#776) 2021-09-12 22:23:15 -07:00
Holiday Stuff fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Items fix: Uses client bug to make addon containers work (#776) 2021-09-12 22:23:15 -07:00
Json/Converters Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Migrations Fix: Fixes evil mages so they look correct for T2A/UOTD (#735) 2021-08-26 19:11:16 -07:00
Misc fix: Adds some missing equipment for warriors (#742) 2021-09-03 14:07:32 -07:00
Mobiles fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Multis fix: Fixes boat movement & moves weapon ability out of core (#750) 2021-08-30 21:30:09 -07:00
Network fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
Regions fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Skills fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Special Systems feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Spells fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Targets fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Utilities fix: Fixes string set in properties (#779) 2021-09-12 12:03:30 -07:00
UOContent.csproj fix: Fixes spawners, adds convertpremiumspawners, exportspawners, and replaces with neruns distro (#751) 2021-09-03 21:52:44 -07:00