Kelsidavis-WoWee/src
Kelsi 6343ceb151 refactor: extract updateTimers() from GameHandler::update()
Move 164 lines of timer/pending-state logic into updateTimers():
auction delay, quest accept timeouts, money delta, GO loot retries,
name query resync, loot money notifications, auto-inspect throttling.
update() is now ~430 lines (down from original 704).
2026-03-25 15:23:31 -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: extract updateTimers() from GameHandler::update() 2026-03-25 15:23:31 -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 chore: remove 3 unused includes from game_screen.cpp 2026-03-25 13:50:22 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00