|
From: Tapio V. <aa...@us...> - 2010-09-14 06:00:33
|
Module: performous Branch: master Commit: 0da33e8197d74e541a0d32b0eaa9a653cc5e3187 Author: Tapio Vierros <tap...@gm...> Date: Tue Sep 14 08:52:51 2010 +0300 Experimental audio device screen for simple & easy config. * Detects and shows what devices are actually in use. * Saving immediately loads the new settings into use. * Quite a few of TODOs/FIXMEs left. --- game/audio.cc | 69 +++---- game/audio.hh | 29 +++ game/glutil.hh | 20 ++ game/libda/portaudio.hpp | 46 ++++- game/main.cc | 2 + game/pitch.cc | 3 +- game/pitch.hh | 4 +- game/screen_audiodevices.cc | 159 ++++++++++++++ game/screen_audiodevices.hh | 41 ++++ game/screen_intro.cc | 11 +- game/theme.cc | 8 + game/theme.hh | 14 ++ themes/default/audiodevices_bg.svg | 356 ++++++++++++++++++++++++++++++++ themes/default/audiodevices_dev_bg.svg | 124 +++++++++++ 14 files changed, 838 insertions(+), 48 deletions(-) |