Kelsidavis-WoWee/src/ui
Kelsi 0afa41e908 feat: implement item durability tracking and vendor repair
- Add ITEM_FIELD_DURABILITY (60) and ITEM_FIELD_MAXDURABILITY (61) to
  update_field_table.hpp enum and wotlk/update_fields.json
- Add curDurability/maxDurability to OnlineItemInfo and ItemDef structs
- Parse durability fields in OBJECT_CREATE and OBJECT_VALUES handlers;
  preserve existing values on partial updates (fixes stale durability
  being reset to 0 on stack-count-only updates)
- Propagate durability to ItemDef in all 5 rebuildOnlineInventory() paths
- Implement GameHandler::repairItem() and repairAll() via CMSG_REPAIR_ITEM
  (itemGuid=0 repairs all equipped items per WotLK protocol)
- Add canRepair flag to ListInventoryData; set it when player selects
  GOSSIP_OPTION_ARMORER in gossip window
- Show "Repair All" button in vendor window header when canRepair=true
- Display color-coded durability in item tooltip (green >50%, yellow
  >25%, red <=25%)
2026-03-10 16:21:09 -07:00
..
auth_screen.cpp Disable login screen music 2026-02-25 12:11:19 -08:00
character_create_screen.cpp Work on character rendering and frustrum culling etc 2026-02-22 05:58:45 -08:00
character_screen.cpp Work on character rendering and frustrum culling etc 2026-02-22 05:58:45 -08:00
game_screen.cpp feat: implement item durability tracking and vendor repair 2026-03-10 16:21:09 -07:00
inventory_screen.cpp feat: implement item durability tracking and vendor repair 2026-03-10 16:21:09 -07:00
quest_log_screen.cpp ui: add raid frames, quest log scroll-to-quest, and quest tracking polish 2026-03-10 05:26:16 -07:00
realm_screen.cpp Propagate realm-reported build to world handshake for vanilla compatibility 2026-02-27 05:05:44 -08:00
spellbook_screen.cpp Fix spellbook tabs race condition with DBC lazy loading 2026-02-26 01:21:51 -08:00
talent_screen.cpp Revamp talent and spellbook UIs with proper visuals and functionality 2026-02-25 14:55:40 -08:00
ui_manager.cpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00