|
From: Tapio V. <aa...@us...> - 2010-09-14 16:29:07
|
Module: performous Branch: master Commit: a8245d29d660ef37a2772f54e46fc1768d7382c2 Author: Tapio Vierros <tap...@gm...> Date: Tue Sep 14 19:26:53 2010 +0300 Add awesomely simple-to-use warning popup dialog system. * Intro screen and audio device config screen coverted to use this. * Fixed flawed intro screen missing playback device detection. --- game/audio.cc | 6 +++++ game/audio.hh | 1 + game/main.cc | 10 +++++--- game/screen.hh | 24 ++++++++++++++------- game/screen_audiodevices.cc | 21 +++++++----------- game/screen_audiodevices.hh | 4 +-- game/screen_intro.cc | 9 +------ game/screen_intro.hh | 2 - game/screen_sing.cc | 2 +- game/screenmanager.cc | 49 +++++++++++++++++++++++++++--------------- 10 files changed, 72 insertions(+), 56 deletions(-) |