Kelsidavis-WoWee/src/ui
Kelsi 103bb5a513 fix: query item info in SMSG_LOOT_START_ROLL and use live name in roll popup
SMSG_LOOT_START_ROLL was not calling queryItemInfo(), so the roll popup
would display item IDs instead of names when the item had not been
previously cached (e.g. first time seeing that item in the session).

Also update renderLootRollPopup to prefer the live ItemQueryResponseData
name/quality over the snapshot captured at parse time, so the popup
shows the correct name once SMSG_ITEM_QUERY_SINGLE_RESPONSE arrives.
2026-03-13 05:23:31 -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 fix: query item info in SMSG_LOOT_START_ROLL and use live name in roll popup 2026-03-13 05:23:31 -07:00
inventory_screen.cpp feat: parse SMSG_SET_FACTION_ATWAR/VISIBLE and show at-war status in reputation panel 2026-03-12 23:30:44 -07:00
keybinding_manager.cpp fix: resolve keybinding conflicts for Q, M, and grave keys 2026-03-13 01:27:30 -07:00
quest_log_screen.cpp feat: add item tooltips to quest objective item tracking 2026-03-12 13:19:10 -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 feat: parse SMSG_SET_FLAT/PCT_SPELL_MODIFIER and apply talent modifiers to spell tooltips 2026-03-12 23:59:38 -07:00
talent_screen.cpp fix: correct talent rank indexing — store 1-indexed, fix prereq and learn checks 2026-03-13 03:32:45 -07:00
ui_manager.cpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00