Kelsidavis-WoWee/src/ui
Kelsi 26fab2d5d0 Show item icons in guild bank window
Replace text-only buttons with icon+draw-list rendering that matches
the style of the regular bank, loot, and vendor windows. Item icons are
looked up via inventoryScreen.getItemIcon(info->displayInfoId); falls
back to a coloured bordered square with two-letter abbreviation when
the texture is not yet cached. Stack count is overlaid in the
bottom-right corner. Withdraw still fires on left-click.
2026-03-11 20:33:46 -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 Show item icons in guild bank window 2026-03-11 20:33:46 -07:00
inventory_screen.cpp Rate-limit icon GPU uploads in spellbook, action bar, and inventory screens 2026-03-11 20:17:41 -07:00
keybinding_manager.cpp feat: add TOGGLE_BAGS action and integrate inventory screen with keybinding manager 2026-03-11 09:02:15 -07:00
quest_log_screen.cpp refactor: use keybinding manager for quest log toggle instead of hardcoded L key 2026-03-11 08:28:34 -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 Rate-limit icon GPU uploads in spellbook, action bar, and inventory screens 2026-03-11 20:17:41 -07:00
talent_screen.cpp Fix talent tab hang when switching trees by rate-limiting icon uploads 2026-03-11 19:48:00 -07:00
ui_manager.cpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00