Kelsidavis-WoWee/src
Kelsi 52a97e7730 feat: add action WoW API functions for Lua addons
Add 5 more essential WoW API functions for addon development:

- SendChatMessage(msg, type, lang, target) — send chat messages
  (SAY, YELL, WHISPER, PARTY, GUILD, OFFICER, RAID, BG)
- CastSpellByName(name) — cast highest rank of named spell
- IsSpellKnown(spellId) — check if player knows a spell
- GetSpellCooldown(nameOrId) — get remaining cooldown
- HasTarget() — check if player has a target

Total WoW API surface: 18 functions across Unit, Game, and Action
categories. Addons can now query state, react to events, send
messages, and cast spells.
2026-03-20 11:34:04 -07:00
..
addons feat: add action WoW API functions for Lua addons 2026-03-20 11:34:04 -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 feat: fire CHAT_MSG_* events to Lua addons for all chat types 2026-03-20 11:29:53 -07:00
game feat: fire CHAT_MSG_* events to Lua addons for all chat types 2026-03-20 11:29:53 -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: clear spell visual negative cache on world entry 2026-03-20 09:14:53 -07:00
ui feat: add Lua 5.1 addon system with .toc loader and /run command 2026-03-20 11:12:07 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00