|
From: Markus R. <god...@us...> - 2009-07-29 15:35:33
|
Module: performous Branch: master Commit: 95677ef408d5373b540dae72438491bad6092b42 Author: Markus Raab <un...@ma...> Date: Fri Jul 24 16:13:02 2009 +0200 Players screen is shown (It does not find any player yet) --- game/main.cc | 3 + game/players.cc | 33 +++++++++++- game/players.hh | 45 ++++++++++++++++- game/screen_players.cc | 130 ++++++++++++++++++++++++++++++++++++++++++++++++ game/screen_players.hh | 38 ++++++++++++++ game/screen_sing.cc | 5 ++- game/screen_sing.hh | 2 + 7 files changed, 251 insertions(+), 5 deletions(-) |