Kelsidavis-WoWee/src/ui
Kelsi e474dca2be refactor: add 9 button/bar color constants, batch constexpr promotions
New ui_colors.hpp constants: kBtnGreen, kBtnGreenHover, kBtnRed,
kBtnRedHover, kBtnDkGreen/Hover, kBtnDkRed/Hover, kMidHealthYellow
— replacing 21 inline literals across accept/decline button and
health bar patterns.

Deduplicate kMon/kMonths month arrays (2 copies → 1 kMonthAbbrev).

Promote 22 remaining static const char*/int arrays to constexpr
(kQualHex, resLabels, kRepRankNames, kTotemNames, kReactLabels,
kChatHelp, kMacroHelp, kHelpLines, kMarkWords, componentDirs,
keyLabels, kRollLabels, gossipIcons, kMarkNames, kDiffLabels,
kStatLabels, kCatHeaders, kSlotNames, kResolutions, displayToInternal).
2026-03-27 14:44:52 -07:00
..
auth_screen.cpp fix: guard hexDecode std::stoul; extract duration formatting helpers 2026-03-27 14:17:28 -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: deduplicate class color functions, add 9 color constants 2026-03-27 14:07:36 -07:00
game_screen.cpp refactor: add 9 button/bar color constants, batch constexpr promotions 2026-03-27 14:44:52 -07:00
inventory_screen.cpp refactor: deduplicate item-set DBC key arrays, widen totem timer buffer 2026-03-27 14:40:44 -07:00
keybinding_manager.cpp fix: guard std::stoi/stof calls at input boundaries against exceptions 2026-03-27 10:14:49 -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 8 more inline color literals with existing constants 2026-03-27 10:14:47 -07:00
spellbook_screen.cpp refactor: replace 8 more inline color literals with existing constants 2026-03-27 10:14:47 -07:00
talent_screen.cpp refactor: deduplicate class name functions in talent_screen and game_screen 2026-03-27 14:30: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