mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Implement comprehensive audio control panel with tabbed settings interface
Adds complete audio volume controls for all 11 audio systems with master volume. Reorganizes settings window into Video, Audio, and Gameplay tabs for better UX. Audio Features: - Master volume control affecting all audio systems - Individual volume sliders for: Music, Ambient, UI, Combat, Spell, Movement, Footsteps, NPC Voices, Mounts, Activity sounds - Real-time volume adjustment with master volume multiplier - Restore defaults button per tab Technical Changes: - Added getVolumeScale() getters to all audio managers - Integrated all 10 audio managers into renderer (UI, Combat, Spell, Movement added) - Expanded game_screen.hpp with 11 pending volume variables - Reorganized settings window using ImGui tab bars (Video/Audio/Gameplay) - Audio settings uses scrollable child window for 11 volume controls - Settings window expanded to 520x720px to accommodate comprehensive controls
This commit is contained in:
parent
1e23370c0e
commit
9741c8ee7c
12 changed files with 295 additions and 98 deletions
|
|
@ -208,6 +208,12 @@ set(WOWEE_HEADERS
|
|||
include/audio/footstep_manager.hpp
|
||||
include/audio/activity_sound_manager.hpp
|
||||
include/audio/mount_sound_manager.hpp
|
||||
include/audio/npc_voice_manager.hpp
|
||||
include/audio/ambient_sound_manager.hpp
|
||||
include/audio/ui_sound_manager.hpp
|
||||
include/audio/combat_sound_manager.hpp
|
||||
include/audio/spell_sound_manager.hpp
|
||||
include/audio/movement_sound_manager.hpp
|
||||
|
||||
include/pipeline/mpq_manager.hpp
|
||||
include/pipeline/blp_loader.hpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue