|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-14 18:43:20
|
Module: performous Branch: dance Commit: 7cc26d5f16a37e7f4d47745c81ed1162fb39f7ed Author: Markus Raab <un...@ma...> Date: Wed Nov 11 10:22:49 2009 +0100 loading of hiscore + players works addPlayer in Database added moved old hiscore files (ultrastar format) to unused --- game/database.cc | 16 +++- game/database.hh | 8 ++- game/hiscore.cc | 177 +++++++++--------------------------------------- game/hiscore.hh | 83 +++++------------------ game/unused/hiscore.cc | 171 ++++++++++++++++++++++++++++++++++++++++++++++ game/unused/hiscore.hh | 102 +++++++++++++++++++++++++++ 6 files changed, 340 insertions(+), 217 deletions(-) |