|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-14 18:43:02
|
Module: performous
Branch: dance
Commit: 767480bc6a747c540c715574588c7073a180c021
Author: Markus Raab <un...@ma...>
Date: Tue Nov 10 10:05:14 2009 +0100
first compiling version
do not expect performous to run
lots of renames highscore ->hiscore
simple design: a single database access ->may redesign later
players (and other parts of database) get their chance for loading
when database reloads
---
game/.gitignore | 9 ++++
game/database.cc | 47 +++++++++++++++++++++
game/database.hh | 32 ++++++++++++++
game/{highscore.cc => hiscore.cc} | 7 +++-
game/{highscore.hh => hiscore.hh} | 6 +++
game/main.cc | 11 +++--
game/players.cc | 51 +++--------------------
game/players.hh | 19 ++++-----
game/{screen_highscore.cc => screen_hiscore.cc} | 5 +-
game/{screen_highscore.hh => screen_hiscore.hh} | 2 +-
game/screen_players.cc | 3 +-
game/screen_players.hh | 2 +-
game/screen_songs.cc | 2 +-
13 files changed, 128 insertions(+), 68 deletions(-)
|