feat(input): assess world objects on right click
Port SmartBox's release-completed sr_Examine gesture through the configurable SelectRight binding. Cancel camera drags at the shared retail three-pixel threshold, then reuse the canonical picker, selection pulse, and appraisal request path without inventing another wire or UI owner. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
6718ee45a0
commit
5ad32d5753
16 changed files with 394 additions and 13 deletions
|
|
@ -30,7 +30,10 @@ ports the optional public shared-cooldown metadata, the authoritative
|
|||
cooldown-enchantment lookup, the exact ten-step bucket formula, and DAT
|
||||
sprites `0x060067CF..0x060067D8` through the shared retained `UiItemSlot`
|
||||
presentation; its connected gate passed. The existing magnifying-glass Assess
|
||||
command was already retail-faithful. Slice 3's first connected gate exposed
|
||||
command was already retail-faithful. World right-click assessment now follows
|
||||
the configurable `SelectRight` action's retail release-completed gesture,
|
||||
including drag cancellation, then reuses the canonical
|
||||
picker/selection/appraisal path. Slice 3's first connected gate exposed
|
||||
three deeper defects, now corrected: the response enum mislabeled ACE's
|
||||
creature bit `0x0100` and dropped monster packets while retaining the busy
|
||||
cursor; the imported 310 x 400 examination layout was incorrectly hosted as
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@ adjacent cooldown follow-up now preserves the item's shared group/duration,
|
|||
projects the authoritative cooldown-enchantment bucket, and draws retail's ten
|
||||
DAT-authored radial steps across all item-slot surfaces; its connected gate
|
||||
passed. The pre-existing Assess command has been reconciled against retail.
|
||||
The same slice now includes retail world right-click assessment through the
|
||||
configurable `SelectRight` complete-click gesture; RMB orbit drags cancel
|
||||
instead of appraising the release point.
|
||||
Slice 3's first connected gate found and corrected the real remaining defects:
|
||||
ACE creature flag `0x0100` was mislabeled as a weapon profile and left the
|
||||
appraisal busy reference held, retail's examination UI had been mounted as a
|
||||
|
|
|
|||
|
|
@ -226,6 +226,17 @@ title, and boots-layout fixtures protect the full path. The Release solution
|
|||
build and 3,533 App tests / 3 skips plus 7,956 complete-solution tests /
|
||||
5 skips pass; the connected boots comparison is the remaining visual gate.
|
||||
|
||||
The world right-click follow-up ports
|
||||
`UIElement_SmartBoxWrapper::MouseUp @ 0x004E5820` and the
|
||||
`sr_Examine` branch of `RecvNotice_SmartBoxObjectFound @ 0x004E5AD0`.
|
||||
The configurable `SelectRight` binding now completes on release, cancels when
|
||||
pointer travel crosses the retail-observed three-pixel drag threshold, and
|
||||
routes through the existing world picker, lighting pulse, canonical
|
||||
`SelectionState`, and appraisal request owner. Empty world space remains a
|
||||
no-op, right-drag camera orbit does not appraise its release point, and the
|
||||
independent configurable `SelectionExamine` action now reaches the same
|
||||
request/target-mode path.
|
||||
|
||||
## Slice 1 — spell-bar overflow arrows
|
||||
|
||||
### Retail oracle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue