|
From: Tapio V. <aa...@us...> - 2010-08-21 18:02:46
|
Module: performous Branch: master Commit: 0a988dc055e2e306be14ea5fd031e067af5d7eed Author: Tapio Vierros <tap...@gm...> Date: Tue Jun 22 21:50:59 2010 +0300 Work on instrument menu. * Pause menu. - Game pauses if any menus are open. - Currently only resume and quit actions. * Esc-key invokes global pause (menus for all). * Game doesn't start if players aren't ready. * InstrumentMenuOption doesn't have to have getter func. * Added i18n stuff. * Still looks butt-ugly. * Much cleaning required, with heavy duty chemicals. --- game/dancegraph.cc | 24 +++++++++--------- game/guitargraph.cc | 34 ++++++++++++++++----------- game/instrumentgraph.cc | 54 +++++++++++++++++++++++++++++++++++++++++- game/instrumentgraph.hh | 32 ++++++++++--------------- game/joystick.cc | 5 ++++ game/menu.cc | 32 ++++++++++++++++-------- game/menu.hh | 13 +++++++--- game/screen_sing.cc | 59 ++++++++++++++++++++++++++++++++-------------- 8 files changed, 173 insertions(+), 80 deletions(-) |