Erik
|
863adb0c3c
|
fix(v2): inventory window — v1-style equipment grid + pack sidebar
Rebuilt InventoryWindow to match v1's three-panel layout:
Left column:
- Equipment grid: 6×7 slot grid (44px per slot) with color-coded
backgrounds matching v1's EQUIP_SLOTS map (purple=jewelry,
blue=armor, teal=clothing, dark blue=weapons). Items placed in
correct slots using wielded_location bitmask matching.
- Pack contents: 40px item tiles in a wrapping grid, hover for
full item tooltip (name, material, AL, damage, workmanship)
Right sidebar:
- Pack browser: main backpack + sub-packs (containers). Click to
switch which pack's contents are shown. Item counts per pack.
Equipment slot layout matches v1 exactly: Row 1 (Neck, Head, Sigils),
Row 2 (Trinket, Upper Arm, Chest, Cloak), Row 3 (Bracelets, Lower
Arm, Abdomen, Upper Leg, Shirt), Row 4 (Rings, Hands, Lower Leg,
Pants), Row 5 (Feet), Row 6 (Shield, Weapon, Ammo).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-12 18:52:48 +02:00 |
|
Erik
|
52e1bcd6b8
|
fix(v2): all reported issues — missing windows, broken features, layouts
Missing features (now added):
1. Vital Sharing window — polls /vital-sharing/peers, shows peer vitals
with HP/STA/MANA bars, connection status, position, tags
2. Combat Stats window — full Mag-Tools style with monster list (left),
damage breakdown grid (right), session/lifetime toggle, element matrix
3. Issues Board window — CRUD with categories, resolve/reopen, comments
4. Quest Status — links to /quest-status.html (separate page like v1)
5. Sidebar: added Issues + Vitals buttons, Quest link, Combat button
per player row (6 buttons now: Chat/Stats/Inv/Char/Combat/Radar)
Fixed functionality:
6. Radar — fixed command to "start_radar"/"stop_radar" (was wrong path)
7. Character window — redesigned with v1-style tabbed layout:
Left tabs: Attributes (vitals bars + attribute grid) | Skills
(specialized/trained grouped) | Titles
Right tabs: Augs | Ratings | Other (allegiance)
Header: level, race, gender, XP, luminance, deaths, skill credits
8. Stats window — proper Grafana iframe grid (4 panels 2x2) with
time range selector (1H/6H/24H/7D)
Color palette: expanded to 60 distinct colors (was 30)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-12 18:49:16 +02:00 |
|