Kelsidavis-WoWee/src
Kelsi e802decc84 fix: add bounds checks to TBC movement block parser
Same hardening as the Classic and Turtle parsers: check remaining bytes
before every conditional read in TbcPacketParsers::parseMovementBlock.
Change spline pointCount > 256 to return false instead of capping to
zero (which silently consumed wrong bytes for the endPoint).
2026-03-18 08:01:39 -07:00
..
audio feat: play audio notification when a whisper is received 2026-03-12 06:12:37 -07:00
auth Reduce release log spam and harden release logging defaults 2026-02-25 09:46:27 -08:00
core fix: eliminate 8-second teleport freeze on same-map teleport 2026-03-18 07:54:05 -07:00
game fix: add bounds checks to TBC movement block parser 2026-03-18 08:01:39 -07:00
network fix: async Warden PAGE_A/PAGE_B checks to prevent main-loop stalls 2026-03-16 16:46:29 -07:00
pipeline feat: implement M2 ribbon emitter rendering for spell trail effects 2026-03-13 01:17:30 -07:00
rendering fix: add 60-second grace period to M2 model cleanup 2026-03-18 07:00:50 -07:00
ui fix: add $C (class) and $R (race) quest text placeholders 2026-03-18 06:49:37 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00