Kelsidavis-WoWee/src
Kelsi c38fa6d9ec refactor: replace 31 more inline color literals with named constants in game_screen
Replace inline ImVec4 literals with shared constants from ui_colors.hpp:
kHealthGreen(5), kOrange(5), kWarmGold(5), kFriendlyGreen(3),
kActiveGreen(3), kLightGreen(4), kSocketGreen(2), new constants
kSocketGreen/kActiveGreen/kLightGreen/kHealthGreen/kWarmGold/kOrange/kFriendlyGreen
added to ui_colors.hpp.
2026-03-27 13:57:29 -07:00
..
addons fix: resolve infinite recursion, operator precedence bugs, and compiler warnings 2026-03-27 10:08:22 -07:00
audio fix: correct melee swing sound paths to match WoW MPQ layout 2026-03-24 13:46:01 -07:00
auth refactor: remaining C-style casts, color constants, and header guard cleanup 2026-03-25 11:57:22 -07:00
core fix: guard std::stoi/stof calls at input boundaries against exceptions 2026-03-27 10:14:49 -07:00
game fix: resolve infinite recursion, operator precedence bugs, and compiler warnings 2026-03-27 10:08:22 -07:00
network refactor: add Packet::writePackedGuid, remove redundant static methods 2026-03-25 14:06:42 -07:00
pipeline refactor: remaining C-style casts, color constants, and header guard cleanup 2026-03-25 11:57:22 -07:00
rendering refactor: add 4 color constants, replace 31 more inline literals 2026-03-27 10:20:45 -07:00
ui refactor: replace 31 more inline color literals with named constants in game_screen 2026-03-27 13:57:29 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00