Kelsidavis-WoWee/src
Kelsi 6ab8ea9ae5 Add level-up ding animation with cheer emote and test button
- Trigger ding when UNIT_FIELD_LEVEL increases for player: plays LevelUp sound,
  cheer emote animation, and shows screen overlay
- renderDingEffect(): 3 expanding golden rings + "LEVEL X!" / "DING!" text
  drawn via ImDrawList foreground (3s duration, fades out last 0.8s)
- triggerDing() wires sound (UiSoundManager::playLevelUp) + emote + overlay
- LevelUpCallback in GameHandler fires on genuine level increase (newLevel > oldLevel)
- "Test: Level Up" button in escape menu triggers ding at current player level
2026-02-17 17:23:42 -08:00
..
audio Fix auto-attack stalling after SMSG_ATTACKSTOP and remove stale comments 2026-02-17 15:37:02 -08:00
auth Reset realm and character lists when switching servers 2026-02-14 19:24:31 -08:00
core Add level-up ding animation with cheer emote and test button 2026-02-17 17:23:42 -08:00
game Add level-up ding animation with cheer emote and test button 2026-02-17 17:23:42 -08:00
network Add mailbox system and fix logging performance stutter 2026-02-15 14:00:41 -08:00
pipeline Fix quest required item display and add NPC spawn diagnostics 2026-02-17 17:15:48 -08:00
rendering Fix Turtle WoW compatibility: NPC spawning, quests, spells, realm display, and music 2026-02-17 05:27:03 -08:00
ui Add level-up ding animation with cheer emote and test button 2026-02-17 17:23:42 -08:00
main.cpp Add ambient sound system and eliminate log spam 2026-02-09 14:50:14 -08:00