]> git.sesse.net Git - ccbs/shortlog
ccbs
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...
2005-02-19 Steinar H.... Clear active rounds on changing active tournament.
2005-02-19 Steinar H.... Add an "active_rounds" table to the bigscreen schema...
2005-02-19 Steinar H.... Cache revision.
2005-02-19 Steinar H.... Remove PL/PgSQL installation for now, we do manual...
2005-02-19 Steinar H.... Fixed a misleading comment.
2005-02-19 Steinar H.... Support a variable-length list of fallback fonts (and...
2005-02-19 Steinar H.... Specify correct ucs-4le/ucs-4be for little/big endian.
2005-02-19 Steinar H.... FreeType initialization errors are runtime errors,...
2005-02-19 Steinar H.... Use Georgia, but fall back to FreeSerif if there's...
2005-02-19 Steinar H.... Switch to using std::wstring, it supports UCS-4 already...
2005-02-19 Steinar H.... Switch to FreeSerif for the time being, since it has...
2005-02-19 Steinar H.... Assorted debugging crap.
2005-02-19 Steinar H.... Force little-endian for our UCS-4.
2005-02-19 Steinar H.... Add functions for drawing text, try to do so (not very...
2005-02-19 Steinar H.... Import TinyPTC 0.7.3 sources, switch from OpenGL to...
2005-02-19 Steinar H.... Initialize FreeType, link to it.
2005-02-19 Steinar H.... Re-add OpenGL window, we commented it out and forgot...
2005-02-19 Steinar H.... Moved all the UCS-4 junk into operator=, where it belongs.
2005-02-19 Steinar H.... Add a framework for UCS-4 strings.
2005-02-19 Steinar H.... Fixed so the form shows the current active tournament.
next