Kelsidavis-WoWee/src
Kelsi b66033c6d8 fix: toLowerInPlace infinite recursion + remove redundant callback guards
Fix toLowerInPlace() which was accidentally self-recursive (would stack
overflow on any Lua string lowering). Remove 30 redundant
if(addonEventCallback_) wrappers around pure fireAddonEvent blocks.
Extract color constants in performance_hud.cpp (24 inline literals).
2026-03-25 12:37:29 -07:00
..
addons fix: toLowerInPlace infinite recursion + remove redundant callback guards 2026-03-25 12:37:29 -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: replace C-style casts with static_cast and extract toLowerInPlace 2026-03-25 11:40:49 -07:00
game fix: toLowerInPlace infinite recursion + remove redundant callback guards 2026-03-25 12:37:29 -07:00
network refactor: extract toHexString utility, more color constants, final cast cleanup 2026-03-25 12:12:03 -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: replace 60+ inline color literals with shared ui::colors constants 2026-03-25 12:29:44 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00