]> git.sesse.net Git - ccbs/history - bigscreen
Added refactoring comment
[ccbs] / bigscreen /
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.
2005-02-19 Steinar H. GundersonCommit groupscreen.cpp...
2005-02-19 Steinar H. GundersonMake screen hierarchy compile.
2005-02-19 Steinar H. GundersonHit the group-fetching code so it compiles.
2005-02-19 Steinar H. GundersonAdd beginning code for fetching groups.
2005-02-19 Steinar H. GundersonAdded a generic display screen class.
2005-02-19 Steinar H. GundersonFetch the list of current active rounds and display it.
2005-02-19 Steinar H. GundersonMoved the font stuff into its own file.
2005-02-19 Steinar H. GundersonMove Tournament and FetchCurrentTournament into its...
2005-02-19 Steinar H. GundersonMove widestring into its own file.
2005-02-19 Steinar H. GundersonActually add flagtrigger.{h,cpp}...
2005-02-19 Steinar H. GundersonMove FlagTrigger into its own source file.
2005-02-19 Steinar H. GundersonReset bigscreen on changed groups, not just changed...
2005-02-19 Steinar H. GundersonFixed a misleading comment.
2005-02-19 Steinar H. GundersonSupport a variable-length list of fallback fonts (and...
2005-02-19 Steinar H. GundersonSpecify correct ucs-4le/ucs-4be for little/big endian.
next