]> git.sesse.net Git - ccbs/history - bigscreen
Add a (hidden) script for showing song ratings.
[ccbs] / bigscreen /
2005-03-30 Steinar H. GundersonMake more room for the players in the "top 10 scores...
2005-03-30 Steinar H. GundersonFix crash in RotateScreen when there are no subscreens.
2005-03-30 Steinar H. GundersonFix max score for players; only chosen songs can't...
2005-03-30 Steinar H. GundersonFix list of finished groups; don't show elimination...
2005-03-05 Steinar H. GundersonDon't show total if we only have one song.
2005-03-05 Steinar H. GundersonFix off-by-one for "needs to lead" code.
2005-03-05 Steinar H. GundersonDon't show "needs to qualify" if all in group qualify.
2005-03-05 Steinar H. GundersonFixed "number of played songs" detection for bigscreen...
2005-03-05 Steinar H. GundersonHack the rotate screen so it doesn't delay new updates...
2005-03-05 Steinar H. GundersonActually fetch the number of players on the machine...
2005-03-05 Steinar H. GundersonAdd code in the bigscreen for supporting versus groups...
2005-03-05 Steinar H. GundersonRefactoring, always refactoring...
2005-03-05 Steinar H. GundersonRemove an obsolete comment.
2005-03-05 Steinar H. GundersonYet more refactoring.
2005-03-04 Steinar H. GundersonYet more refactoring.
2005-03-04 Steinar H. GundersonAdded refactoring comment
2005-03-04 Steinar H. GundersonMore refactoring.
2005-03-04 Steinar H. GundersonMore refactoring.
2005-03-04 Steinar H. GundersonMild refactoring.
2005-03-04 Steinar H. GundersonMake the bigscreen application read in the number of...
2005-03-01 Steinar H. GundersonLet each screen get width and height in as a parameter...
2005-03-01 Steinar H. GundersonForgot to add the prototype for set_screen_size().
2005-03-01 Steinar H. GundersonLet the font system take in a physical resolution,...
2005-03-01 Steinar H. GundersonSet default resolution to 1024x768.
2005-03-01 Steinar H. GundersonMake a "logical resolution" (yuck!) of 800x600 for...
2005-03-01 Steinar H. GundersonReplace 800x600 width a resolution from a .h file....
2005-03-01 Steinar H. GundersonImplement a simple priority system.
2005-03-01 Steinar H. GundersonMake sure each screen stays on for a minimum of three...
2005-03-01 Steinar H. GundersonRename same_fade to fade_to_new_info, plus minor code...
2005-03-01 Steinar H. GundersonFix "slowly to red" fading (aka same_fade) when we...
2005-03-01 Steinar H. GundersonMake the "top 10 scores" and "top 5 chosen songs" scree...
2005-03-01 Steinar H. GundersonFix a bug where all new screens would be cycled on...
2005-03-01 Steinar H. GundersonThe auxilliary screen now also shows all finished groups.
2005-02-28 Steinar H. GundersonStop RotateScreen from crashing when it has no subscreens.
2005-02-28 Steinar H. GundersonAdjusted the columns in the top 5 chosen songs a bit.
2005-02-28 Steinar H. GundersonAdded a "top 5 chosen songs this tournament" screen.
2005-02-28 Steinar H. GundersonPut all the auxilliary screens in a rotate screen.
2005-02-28 Steinar H. GundersonSplit the bigscreen objects in the Makefile into slight...
2005-02-28 Steinar H. GundersonActually fetch and display the top 10 scores.
2005-02-28 Steinar H. GundersonAdd the framework for a top 10 screen.
2005-02-28 Steinar H. GundersonFetch the list of auxilliary screens.
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-21 Steinar H. GundersonCompile TinyPTC with Xshm.
2005-02-20 Steinar H. GundersonFix two signed/unsigned warnings.
2005-02-20 Steinar H. GundersonAdjust the fade time back to 0.5 again, after the ...
2005-02-20 Steinar H. GundersonStart the fade when we can display the first frame...
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. GundersonDon't use split screen if we only have one screen.
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. GundersonAdjusted the fade times a bit.
2005-02-20 Steinar H. GundersonFetch the actual high score from the database when...
2005-02-20 Steinar H. GundersonCorrect the logic for finding out what songs a player...
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. GundersonThe main screen is now a split screen of rotation scree...
2005-02-20 Steinar H. GundersonMake the "red stuff is new stuff" fade a lot prettier.
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. GundersonDo some funky channel magic on fading between different...
2005-02-20 Steinar H. GundersonChange await_notifications() timeout if something is...
2005-02-20 Steinar H. GundersonMake RotateScreen fade between the individual screens.
2005-02-20 Steinar H. GundersonGroupScreen now checks the "last updated" information.
2005-02-20 Steinar H. GundersonAdd a screen rotation class (time multiplexing).
2005-02-20 Steinar H. GundersonAdd divider lines for the splitscreen.
2005-02-20 Steinar H. GundersonAdded split screen functionality, for showing up to...
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 my_draw_text() clip horizontally.
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. GundersonFix some typos in the field names in FetchGroup.
2005-02-19 Steinar H. GundersonAdd column headings and fix widths.
2005-02-19 Steinar H. GundersonDon't crash when we have no screens.
2005-02-19 Steinar H. GundersonUse await_notification instead of sleep(), gives us...
2005-02-19 Steinar H. GundersonRemove a debugging printf.
2005-02-19 Steinar H. GundersonHandle NULL values in scores better.
2005-02-19 Steinar H. GundersonShow the real score instead of 1234.
2005-02-19 Steinar H. GundersonTypofix.
2005-02-19 Steinar H. GundersonAdd default constructor for widestring.
2005-02-19 Steinar H. GundersonAdd a constructor from const char * for widestring...
2005-02-19 Steinar H. GundersonRemove leftover pqxx::work that was causing trouble.
2005-02-19 Steinar H. GundersonMake stuff compile again.
next