]> git.sesse.net Git - ccbs/shortlog
ccbs
2005-02-28 Steinar H.... Stop RotateScreen from crashing when it has no subscreens.
2005-02-28 Steinar H.... Adjusted the columns in the top 5 chosen songs a bit.
2005-02-28 Steinar H.... Added a "top 5 chosen songs this tournament" screen.
2005-02-28 Steinar H.... Added TODO list from e-mail.
2005-02-28 Steinar H.... Put all the auxilliary screens in a rotate screen.
2005-02-28 Steinar H.... Split the bigscreen objects in the Makefile into slight...
2005-02-28 Steinar H.... Actually fetch and display the top 10 scores.
2005-02-28 Steinar H.... Add the framework for a top 10 screen.
2005-02-28 Steinar H.... Added a primary key for the "active screens" table.
2005-02-28 Steinar H.... Fetch the list of auxilliary screens.
2005-02-28 Steinar H.... Added a new mini-table for auxilliary bigscreen screens.
2005-02-28 Steinar H.... When editing scores in the web interface, put the web...
2005-02-28 Steinar H.... Write the machine number (if any) in the header.
2005-02-28 Steinar H.... Make the bigscreen application support running groups...
2005-02-28 Steinar H.... Make the number of machines settable via the web interface.
2005-02-28 Steinar H.... (no commit message)
2005-02-21 Steinar H.... Compile TinyPTC with Xshm.
2005-02-20 Steinar H.... Fix two signed/unsigned warnings.
2005-02-20 Steinar H.... Adjust the fade time back to 0.5 again, after the ...
2005-02-20 Steinar H.... Start the fade when we can display the first frame...
2005-02-20 Steinar H.... Read max score for all players in one shot as well...
2005-02-20 Steinar H.... Fetch all the "max score for song" entries in one go...
2005-02-20 Steinar H.... Clamp number of players shown to nine. Squeeze players...
2005-02-20 Steinar H.... Don't use split screen if we only have one screen.
2005-02-20 Steinar H.... Removed some debugging printf-s, converted some sprintf...
2005-02-20 Steinar H.... Make "mode" a local variable to the for loop, now that...
2005-02-20 Steinar H.... Allow a mix of long and short names in the display...
2005-02-20 Steinar H.... Cache revision.
2005-02-20 Steinar H.... Adjusted the fade times a bit.
2005-02-20 Steinar H.... Fetch the actual high score from the database when...
2005-02-20 Steinar H.... Correct the logic for finding out what songs a player...
2005-02-20 Steinar H.... Don't show "need to qualify" if it's identical to ...
2005-02-20 Steinar H.... Moved the bottom text a bit up, to get it more readable.
2005-02-20 Steinar H.... Add a line for "needed to secure qualifiction"/"needed...
2005-02-20 Steinar H.... Add preliminary "needs to qualify/win" text.
2005-02-20 Steinar H.... Try to make the column for the chosen songs as fixed...
2005-02-20 Steinar H.... Find out which player is playing next (and which song...
2005-02-20 Steinar H.... The main screen is now a split screen of rotation scree...
2005-02-20 Steinar H.... Make the "red stuff is new stuff" fade a lot prettier.
2005-02-20 Steinar H.... Add a better framework for showing what's changed.
2005-02-20 Steinar H.... Actually check in changes from last time...
2005-02-20 Steinar H.... Do the same number of my_draw_text() in all cases,...
2005-02-20 Steinar H.... Do some funky channel magic on fading between different...
2005-02-20 Steinar H.... Change await_notifications() timeout if something is...
2005-02-20 Steinar H.... Make RotateScreen fade between the individual screens.
2005-02-20 Steinar H.... Cache revision.
2005-02-20 Steinar H.... GroupScreen now checks the "last updated" information.
2005-02-20 Steinar H.... Add information to the SQL schema saying when the group...
2005-02-20 Steinar H.... Add a screen rotation class (time multiplexing).
2005-02-20 Steinar H.... Add divider lines for the splitscreen.
2005-02-20 Steinar H.... Added split screen functionality, for showing up to...
2005-02-20 Steinar H.... Add (a rather sizable chunk of) code for determining...
2005-02-19 Steinar H.... Actually show a total for each player.
2005-02-19 Steinar H.... Go to short names on chosen songs if the text is too...
2005-02-19 Steinar H.... Only allocate space for four digits in the score screen...
2005-02-19 Steinar H.... Add "total" and "rank" headings, plus clean up the...
2005-02-19 Steinar H.... Added a few more short titles.
2005-02-19 Steinar H.... Added a short title for www.blonde girl.
2005-02-19 Steinar H.... Add a short title for Never Gonna Make
2005-02-19 Steinar H.... Add a main heading to each group.
2005-02-19 Steinar H.... Use short titles in the bigscreen headings.
2005-02-19 Steinar H.... Add some common EM2 song titles.
2005-02-19 Steinar H.... Fixed a typo in the SQL for shorttitles.
2005-02-19 Steinar H.... Added a provision in the SQL for abbreviated titles.
2005-02-19 Steinar H.... Center song headings as well.
2005-02-19 Steinar H.... Make my_draw_text() clip horizontally.
2005-02-19 Steinar H.... Make the score font a lot bigger.
2005-02-19 Steinar H.... Clean up the my_draw_text() interface considerably...
2005-02-19 Steinar H.... Show songs next to each chosen song, and center the...
2005-02-19 Steinar H.... Don't show column headings for chosen songs, as they...
2005-02-19 Steinar H.... Fix some typos in the field names in FetchGroup.
2005-02-19 Steinar H.... Add column headings and fix widths.
2005-02-19 Steinar H.... Don't crash when we have no screens.
2005-02-19 Steinar H.... Use await_notification instead of sleep(), gives us...
2005-02-19 Steinar H.... Remove a debugging printf.
2005-02-19 Steinar H.... Handle NULL values in scores better.
2005-02-19 Steinar H.... NOTIFY scores on changing them.
2005-02-19 Steinar H.... Show the real score instead of 1234.
2005-02-19 Steinar H.... Typofix.
2005-02-19 Steinar H.... Add default constructor for widestring.
2005-02-19 Steinar H.... Add a constructor from const char * for widestring...
2005-02-19 Steinar H.... Remove leftover pqxx::work that was causing trouble.
2005-02-19 Steinar H.... Make stuff compile again.
2005-02-19 Steinar H.... Commit groupscreen.cpp...
2005-02-19 Steinar H.... Make screen hierarchy compile.
2005-02-19 Steinar H.... Hit the group-fetching code so it compiles.
2005-02-19 Steinar H.... Add beginning code for fetching groups.
2005-02-19 Steinar H.... Added a generic display screen class.
2005-02-19 Steinar H.... Fetch the list of current active rounds and display it.
2005-02-19 Steinar H.... Cache revision.
2005-02-19 Steinar H.... Moved the font stuff into its own file.
2005-02-19 Steinar H.... Move Tournament and FetchCurrentTournament into its...
2005-02-19 Steinar H.... Move widestring into its own file.
2005-02-19 Steinar H.... Actually add flagtrigger.{h,cpp}...
2005-02-19 Steinar H.... Move FlagTrigger into its own source file.
2005-02-19 Steinar H.... Reset bigscreen on changed groups, not just changed...
2005-02-19 Steinar H.... Add back end for adding/removing groups to be shown...
2005-02-19 Steinar H.... Only show the bigscreen buttons on the tournament that...
2005-02-19 Steinar H.... We want to show _groups_ on the big screen, not _rounds_
2005-02-19 Steinar H.... Add starting frontend code for deciding which rounds...
next