Kelsidavis-WoWee/src
Kelsi 7015e09f90 refactor: add kTooltipGold color constant, replace 14 inline literals
Add colors::kTooltipGold to ui_colors.hpp and replace 14 inline
ImVec4(1.0f, 0.82f, 0.0f, 1.0f) literals in inventory_screen.cpp
for item set names, unique markers, and quest item indicators.
2026-03-25 19:18:54 -07:00
..
addons refactor: add Packet::hasData(), replace 52 position checks and 14 more Lua guards 2026-03-25 14:39:01 -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 refactor: extract loadWeaponM2() to deduplicate weapon model loading 2026-03-25 14:17:19 -07:00
game refactor: convert final 7 getRemainingSize() comparisons to hasRemaining() 2026-03-25 16:32:38 -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 fix: toLowerInPlace infinite recursion + remove redundant callback guards 2026-03-25 12:37:29 -07:00
ui refactor: add kTooltipGold color constant, replace 14 inline literals 2026-03-25 19:18:54 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00