Kelsidavis-WoWee/src
Kelsi 92d8262f96 refactor: move kClassMasks, kRaceMasks, kSocketTypes to shared ui_colors.hpp
Deduplicate class/race bitmask arrays (3 copies each → 1 shared) and
socket type definitions (3 copies → 1 shared). Eliminates ~80 lines of
repeated struct definitions across game_screen.cpp and inventory_screen.cpp.
2026-03-27 14:35:16 -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: guard spline point loop against unsigned underflow when pointCount==1 2026-03-27 14:20:28 -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: move kClassMasks, kRaceMasks, kSocketTypes to shared ui_colors.hpp 2026-03-27 14:35:16 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00