feat(ui): centralize retail selection state
This commit is contained in:
parent
c7607f019c
commit
7983309d23
30 changed files with 591 additions and 108 deletions
|
|
@ -979,8 +979,9 @@ implementation patch.
|
|||
is not a faithful `UseObject` port: it omits ready/vendor/trade/confirmations,
|
||||
the complete `DetermineUseResult` classification, container post-actions,
|
||||
`AttemptPlaceIn3D`, and retail busy semantics.
|
||||
6. Selection remains owned by `GameWindow._selectedGuid`; the previously documented
|
||||
`Core.SelectionState` file is absent in this worktree.
|
||||
6. **Resolved 2026-07-11:** selection is owned by Core `SelectionState` and shared
|
||||
by world/radar/inventory/paperdoll/toolbar/plugins; the former
|
||||
`GameWindow._selectedGuid` and inventory-local selected item are gone.
|
||||
7. Current cursor catalog exposes only `0x27..0x29`. The reachable global catalog
|
||||
also includes `0x01..0x06` and `0x0A..0x0F`.
|
||||
8. Current cursor resolution uses a modern static priority chain. Retail instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue