]> git.sesse.net Git - ccbs/history - bigscreen/groupscreen.cpp
Make the "top 10 scores" and "top 5 chosen songs" screens only say they're updated...
[ccbs] / bigscreen / groupscreen.cpp
2005-02-28 Steinar H. GundersonWrite the machine number (if any) in the header.
2005-02-28 Steinar H. GundersonMake the bigscreen application support running groups...
2005-02-28 Steinar H. Gunderson(no commit message)
2005-02-20 Steinar H. GundersonFix two signed/unsigned warnings.
2005-02-20 Steinar H. GundersonRead max score for all players in one shot as well...
2005-02-20 Steinar H. GundersonFetch all the "max score for song" entries in one go...
2005-02-20 Steinar H. GundersonClamp number of players shown to nine. Squeeze players...
2005-02-20 Steinar H. GundersonRemoved some debugging printf-s, converted some sprintf...
2005-02-20 Steinar H. GundersonMake "mode" a local variable to the for loop, now that...
2005-02-20 Steinar H. GundersonAllow a mix of long and short names in the display...
2005-02-20 Steinar H. GundersonFetch the actual high score from the database when...
2005-02-20 Steinar H. GundersonDon't show "need to qualify" if it's identical to ...
2005-02-20 Steinar H. GundersonMoved the bottom text a bit up, to get it more readable.
2005-02-20 Steinar H. GundersonAdd a line for "needed to secure qualifiction"/"needed...
2005-02-20 Steinar H. GundersonAdd preliminary "needs to qualify/win" text.
2005-02-20 Steinar H. GundersonTry to make the column for the chosen songs as fixed...
2005-02-20 Steinar H. GundersonFind out which player is playing next (and which song...
2005-02-20 Steinar H. GundersonAdd a better framework for showing what's changed.
2005-02-20 Steinar H. GundersonActually check in changes from last time...
2005-02-20 Steinar H. GundersonGroupScreen now checks the "last updated" information.
2005-02-20 Steinar H. GundersonAdd (a rather sizable chunk of) code for determining...
2005-02-19 Steinar H. GundersonActually show a total for each player.
2005-02-19 Steinar H. GundersonGo to short names on chosen songs if the text is too...
2005-02-19 Steinar H. GundersonOnly allocate space for four digits in the score screen...
2005-02-19 Steinar H. GundersonAdd "total" and "rank" headings, plus clean up the...
2005-02-19 Steinar H. GundersonAdd a main heading to each group.
2005-02-19 Steinar H. GundersonUse short titles in the bigscreen headings.
2005-02-19 Steinar H. GundersonCenter song headings as well.
2005-02-19 Steinar H. GundersonMake the score font a lot bigger.
2005-02-19 Steinar H. GundersonClean up the my_draw_text() interface considerably...
2005-02-19 Steinar H. GundersonShow songs next to each chosen song, and center the...
2005-02-19 Steinar H. GundersonDon't show column headings for chosen songs, as they...
2005-02-19 Steinar H. GundersonAdd column headings and fix widths.
2005-02-19 Steinar H. GundersonRemove a debugging printf.
2005-02-19 Steinar H. GundersonShow the real score instead of 1234.
2005-02-19 Steinar H. GundersonTypofix.
2005-02-19 Steinar H. GundersonAdd a constructor from const char * for widestring...
2005-02-19 Steinar H. GundersonCommit groupscreen.cpp...