Kelsidavis-WoWee/src/ui
Kelsi eb40478b5e refactor: replace 20 more kTooltipGold inline literals across UI files
Replace remaining ImVec4(1.0f, 0.82f, 0.0f, 1.0f) gold color literals
in game_screen.cpp (19) and talent_screen.cpp (1) with the shared
colors::kTooltipGold constant. Zero inline gold literals remain.
2026-03-25 19:30:23 -07:00
..
auth_screen.cpp refactor: replace 60+ inline color literals with shared ui::colors constants 2026-03-25 12:29:44 -07:00
character_create_screen.cpp refactor: replace 60+ inline color literals with shared ui::colors constants 2026-03-25 12:29:44 -07:00
character_screen.cpp refactor: replace 60+ inline color literals with shared ui::colors constants 2026-03-25 12:29:44 -07:00
game_screen.cpp refactor: replace 20 more kTooltipGold inline literals across UI files 2026-03-25 19:30:23 -07:00
inventory_screen.cpp refactor: add kTooltipGold color constant, replace 14 inline literals 2026-03-25 19:18:54 -07:00
keybinding_manager.cpp fix: add missing TOGGLE_SKILLS to keybinding_manager (fixes CI build failure) 2026-03-17 21:08:02 -07:00
quest_log_screen.cpp refactor: consolidate UI colors, quality colors, and renderCoinsText 2026-03-25 12:27:43 -07:00
realm_screen.cpp refactor: replace 60+ inline color literals with shared ui::colors constants 2026-03-25 12:29:44 -07:00
spellbook_screen.cpp refactor: replace 60+ inline color literals with shared ui::colors constants 2026-03-25 12:29:44 -07:00
talent_screen.cpp refactor: replace 20 more kTooltipGold inline literals across UI files 2026-03-25 19:30:23 -07:00
ui_manager.cpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00