Kelsidavis-WoWee/src
Kelsi 6d21f77d32 game: route aura/spell-list parsing through virtual packet dispatch
AuraUpdateParser and InitialSpellsParser were called as static functions
in the game handler, bypassing the expansion-specific overrides added to
TbcPacketParsers.  Switch them to packetParsers_->parseAuraUpdate() and
packetParsers_->parseInitialSpells() so TBC 2.4.3 servers get the correct
parser for each.
2026-03-09 21:38:14 -07:00
..
audio audio: stop precast sound on spell completion, failure, or interrupt 2026-03-09 21:04:24 -07:00
auth Reduce release log spam and harden release logging defaults 2026-02-25 09:46:27 -08:00
core Fix main-thread hang from terrain finalization; two-pass M2 rendering; tile streaming improvements 2026-03-09 20:58:49 -07:00
game game: route aura/spell-list parsing through virtual packet dispatch 2026-03-09 21:38:14 -07:00
network Fix Windows socket WSAENOTCONN disconnect; add boss encounter frames 2026-03-09 20:05:09 -07:00
pipeline wmo: apply MOHD ambient color to interior group lighting 2026-03-09 21:27:01 -07:00
rendering wmo: apply MOHD ambient color to interior group lighting 2026-03-09 21:27:01 -07:00
ui Fix main-thread hang from terrain finalization; two-pass M2 rendering; tile streaming improvements 2026-03-09 20:58:49 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00