|
From: Tapio V. <aa...@us...> - 2010-08-21 18:03:19
|
Module: performous Branch: master Commit: f6c39cfb3cf6ce95068e97928bf1f4cb588809c3 Author: Tapio Vierros <tap...@gm...> Date: Thu Jul 8 20:46:00 2010 +0300 Menu changes. * Name and comment can optionally be dynamic * Join menu is now only re-created if necessary (track change) * Submenu stack changed to pointers to keep root easily synced --- game/dancegraph.cc | 19 +++++++++++++--- game/dancegraph.hh | 1 + game/guitargraph.cc | 30 +++++++++++++++++-------- game/guitargraph.hh | 1 + game/instrumentgraph.cc | 6 ++-- game/instrumentgraph.hh | 7 +++++- game/menu.cc | 54 +++++++++++++++++++++++++++------------------- game/menu.hh | 40 +++++++++++++++++++++------------- game/screen_intro.cc | 6 ++-- 9 files changed, 106 insertions(+), 58 deletions(-) |