Kelsidavis-WoWee/include
Kelsi 70e579157d Fix classic SMSG_MONSTER_MOVE parsing using wrong WotLK format
handleMonsterMove called MonsterMoveParser::parse() directly (WotLK
format with extra uint8 after PackedGuid) instead of going through
the polymorphic packetParsers_->parseMonsterMove(). Added parseVanilla
override to ClassicPacketParsers so classic/turtle use the correct
vanilla format.
2026-02-20 00:52:59 -08:00
..
audio Add combat sounds, melee ability animations, and player vocalizations 2026-02-19 21:31:37 -08:00
auth Vanilla/Turtle WoW support: M2 loading, bone parsing, textures, auth 2026-02-13 16:53:28 -08:00
core Add Warrior Charge ability with ribbon trail visual effect 2026-02-19 21:13:13 -08:00
game Fix classic SMSG_MONSTER_MOVE parsing using wrong WotLK format 2026-02-20 00:52:59 -08:00
network Fix two more Windows/MinGW compile errors 2026-02-18 17:59:11 -08:00
pipeline Remove hardcoded WotLK defaults, use JSON as single source of truth for opcodes/fields/DBC layouts 2026-02-20 00:39:20 -08:00
platform Fix three Windows-specific compile errors 2026-02-18 17:52:28 -08:00
rendering Fix combat vocalizations with correct MPQ paths, add combat idle stance 2026-02-19 21:50:32 -08:00
ui Add bag bar drag-to-reorder, fix three wrong WotLK opcodes 2026-02-19 22:34:22 -08:00