Kelsidavis-WoWee/include
Kelsi d6e398d814 fix: add Classic parseCastResult override with result enum +1 shift
Classic 1.12 SMSG_CAST_RESULT uses an enum starting at 0=AFFECTING_COMBAT
(no SUCCESS entry), while WotLK starts at 0=SUCCESS, 1=AFFECTING_COMBAT.
Without this override, Classic result codes were handled by TBC's
parseCastResult which passed them unshifted, causing result 0
(AFFECTING_COMBAT) to be silently treated as success with no error shown.

This applies the same +1 shift used in parseCastFailed so all Classic
spell failure codes map correctly to getSpellCastResultString.
2026-03-11 03:53:18 -07:00
..
audio audio: stop precast sound on spell completion, failure, or interrupt 2026-03-09 21:04:24 -07:00
auth Vanilla/Turtle WoW support: M2 loading, bone parsing, textures, auth 2026-02-13 16:53:28 -08:00
core feat: propagate OBJECT_FIELD_SCALE_X through creature and GO spawn pipeline 2026-03-10 22:45:47 -07:00
game fix: add Classic parseCastResult override with result enum +1 shift 2026-03-11 03:53:18 -07:00
network Fix Windows socket WSAENOTCONN disconnect; add boss encounter frames 2026-03-09 20:05:09 -07:00
pipeline ui,game,pipeline: player nameplates always-on, level-up ring effect, vanilla tile fallback, warden null guard 2026-03-10 07:25:04 -07:00
platform Fix all remaining build warnings and eliminate UB in binary parsers 2026-02-23 19:58:38 -08:00
rendering Fix per-frame particle descriptor set leak in M2 renderer 2026-03-11 02:01:23 -07:00
third_party Fix cross-platform FSR3 compile path and Path-A runtime wiring 2026-03-09 04:24:24 -07:00
ui feat: implement trade window UI with item slots and gold offering 2026-03-11 00:44:07 -07:00