Kelsidavis-WoWee/src/ui
Kelsi 762daebc75 refactor: replace 23 more inline color literals across 3 UI files
game_screen: kWhite(3), kSilver(4)
inventory_screen: kWarmGold(8), kFriendlyGreen(2), kSocketGreen(4), kActiveGreen(2)
talent_screen: kHealthGreen(1), kWhite(3), kRed(1)
2026-03-27 14:00:15 -07:00
..
auth_screen.cpp chore: remove duplicate #include directives in camera_controller and auth_screen 2026-03-27 10:20:40 -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: add 4 color constants, replace 31 more inline literals 2026-03-27 10:20:45 -07:00
game_screen.cpp refactor: replace 23 more inline color literals across 3 UI files 2026-03-27 14:00:15 -07:00
inventory_screen.cpp refactor: replace 23 more inline color literals across 3 UI files 2026-03-27 14:00:15 -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: replace 23 more inline color literals across 3 UI files 2026-03-27 14:00:15 -07:00
ui_manager.cpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00