Kelsidavis-WoWee/src
Kelsi 0dd1b08504 feat: fire spellcast channel and interrupt events for Lua addons
Add UNIT_SPELLCAST_CHANNEL_START (MSG_CHANNEL_START), UNIT_SPELLCAST_CHANNEL_STOP
(MSG_CHANNEL_UPDATE with 0ms remaining), UNIT_SPELLCAST_FAILED (SMSG_CAST_RESULT
with error), and UNIT_SPELLCAST_INTERRUPTED (SMSG_SPELL_FAILURE) events. These
enable addons to track channeled spells and cast interruptions for all units.
2026-03-20 15:37:33 -07:00
..
addons feat: add 9 more WoW Lua API functions for group and unit queries 2026-03-20 15:21:38 -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: correct NPC equipment geoset group assignments for gloves and boots 2026-03-20 15:15:15 -07:00
game feat: fire spellcast channel and interrupt events for Lua addons 2026-03-20 15:37:33 -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 feat: show quest POI markers on the world map overlay 2026-03-20 15:00:29 -07:00
ui feat: add bid status indicators to auction house UI 2026-03-20 15:31:41 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00