Kelsidavis-WoWee/src
Kelsi 269d9e2d40 feat: fire PLAYER_TARGET_CHANGED and PLAYER_LEVEL_UP addon events
Add a generic AddonEventCallback to GameHandler for firing named events
with string arguments directly from game logic. Wire it to the addon
system in Application.

New events fired:
- PLAYER_TARGET_CHANGED — when target is set or cleared
- PLAYER_LEVEL_UP(newLevel) — on level up

The generic callback pattern makes it easy to add more events from
game_handler.cpp without touching Application/AddonManager code.
Total addon events: 16 (2 world + 12 chat + 2 gameplay).
2026-03-20 11:51:46 -07:00
..
addons feat: add CreateFrame with RegisterEvent/SetScript for WoW addon pattern 2026-03-20 11:46: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 PLAYER_TARGET_CHANGED and PLAYER_LEVEL_UP addon events 2026-03-20 11:51:46 -07:00
game feat: fire PLAYER_TARGET_CHANGED and PLAYER_LEVEL_UP addon events 2026-03-20 11:51:46 -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 WoW utility functions and SlashCmdList for addon slash commands 2026-03-20 11:40:58 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00