Kelsidavis-WoWee/include/ui
Paul d43397163e refactor: decouple Application singleton by extracting core subsystems and updating interfaces
- Add `audio::AudioCoordinator` interface and implementation
- Modify `Application` to reduce singleton usage and move controller responsibilities:
  - application.hpp
  - application.cpp
- Update UI and audio headers/sources:
  - game_screen.hpp
  - game_screen.cpp
  - ui_manager.hpp
  - audio_coordinator.hpp
  - audio_coordinator.cpp
- Project config touched:
  - CMakeLists.txt
2026-04-01 20:38:37 +03:00
..
action_bar_panel.hpp chore(game-ui): extract GameScreen domains 2026-03-31 19:49:52 +03:00
auth_screen.hpp Optimize login music scanning and warden debug formatting 2026-02-25 09:50:33 -08:00
character_create_screen.hpp Fix character creation for expansion-filtered servers (Turtle WoW) 2026-02-14 00:57:33 -08:00
character_screen.hpp Handle SMSG_CHARACTER_LOGIN_FAILED (0x041) for AzerothCore/Playerbot compatibility 2026-02-17 13:59:29 -08:00
chat_panel.hpp chore(game-ui): extract chat panel into dedicated UI module 2026-03-31 08:53:14 +03:00
combat_ui.hpp chore(game-ui): extract GameScreen domains 2026-03-31 19:49:52 +03:00
dialog_manager.hpp chore(game-ui): extract GameScreen domains into DialogManager + SettingsPanel 2026-03-31 10:07:58 +03:00
game_screen.hpp refactor: decouple Application singleton by extracting core subsystems and updating interfaces 2026-04-01 20:38:37 +03:00
inventory_screen.hpp refactor: consolidate duplicate enchantment name cache in inventory tooltips 2026-03-25 18:08:08 -07:00
keybinding_manager.hpp refactor: remaining C-style casts, color constants, and header guard cleanup 2026-03-25 11:57:22 -07:00
quest_log_screen.hpp Add search bar and Active/Ready filter to quest log 2026-03-11 23:17:38 -07:00
realm_screen.hpp Improve UI layout, spell casting, and realm selection screen 2026-02-17 03:50:36 -08:00
settings_panel.hpp chore(game-ui): extract GameScreen domains into DialogManager + SettingsPanel 2026-03-31 10:07:58 +03:00
social_panel.hpp chore(game-ui): extract GameScreen domains 2026-03-31 19:49:52 +03:00
spellbook_screen.hpp feat: add insufficient-power tint to action bar spell slots 2026-03-12 06:01:42 -07:00
talent_screen.hpp feat: add confirmation dialog before spending talent points 2026-03-18 11:23:35 -07:00
toast_manager.hpp chore(game-screen): extract toast manager from game screen 2026-03-31 09:18:17 +03:00
ui_colors.hpp refactor: add kCastGreen/kQueueGreen constants, remove dead code 2026-03-27 15:01:12 -07:00
ui_manager.hpp refactor: decouple Application singleton by extracting core subsystems and updating interfaces 2026-04-01 20:38:37 +03:00
window_manager.hpp chore(game-ui): extract GameScreen domains 2026-03-31 19:49:52 +03:00