Kelsidavis-WoWee/src
Kelsi 0e74e0f951 fix(combat): read WotLK overkill field in SMSG_ATTACKERSTATEUPDATE
AzerothCore sends a uint32 overkill field between totalDamage and
subDamageCount. The parser was missing this, causing subDamageCount to
read the first byte of overkill (0 for non-kills) and fail immediately.
This broke all melee swing animations except the killing blow.
2026-04-05 19:02:07 -07:00
..
addons chore(lua): refactor addon Lua engine API + progress docs 2026-04-03 07:31:06 +03:00
audio chore(renderer): refactor renderer and add post-process + spell visuals systems 2026-04-02 00:21:21 +03:00
auth fix: UB in mouse button polling, null deref in BigNum formatting 2026-03-30 15:37:38 -07:00
core fix 2026-04-05 20:30:15 +03:00
game fix(combat): read WotLK overkill field in SMSG_ATTACKERSTATEUPDATE 2026-04-05 19:02:07 -07:00
network chore(testing): add unit tests and update core render/network pipelines 2026-04-03 09:41:34 +03:00
pipeline feat(animation): 452 named constants, 30-phase character animation state machine 2026-04-04 23:02:53 +03:00
rendering fix(animation): re-probe capabilities on melee swing, add combat diagnostics 2026-04-05 17:52:18 -07:00
ui fix(ui): show only zone name on character select, drop map/continent 2026-04-05 04:34:39 -07:00
main.cpp feat(rendering): GPU architecture + visual quality fixes 2026-04-04 13:43:16 +03:00