Kelsidavis-WoWee/src
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
..
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 23 more inline color literals across 3 UI files 2026-03-27 14:00:15 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00