Kelsidavis-WoWee/src
Kelsi b1a87114ad refactor: extract updateAutoAttack() from update()
Move 98 lines of auto-attack leash range, melee resync, facing
alignment, and hostile attacker orientation into a dedicated method.
update() is now ~180 lines (74% reduction from original 704).
2026-03-25 15:37:19 -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 updateAutoAttack() from update() 2026-03-25 15:37:19 -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