2005-02-28 |
Steinar H. Gunderson | Add the framework for a top 10 screen.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Added a primary key for the "active screens" table.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Fetch the list of auxilliary screens.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Added a new mini-table for auxilliary bigscreen screens.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | When editing scores in the web interface, put the web...
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Write the machine number (if any) in the header.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Make the bigscreen application support running groups...
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Make the number of machines settable via the web interface.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | (no commit message)
|
commit | commitdiff | tree |
2005-02-21 |
Steinar H. Gunderson | Compile TinyPTC with Xshm.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Add preliminary "needs to qualify/win" text.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Try to make the column for the chosen songs as fixed...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Find out which player is playing next (and which song...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | The main screen is now a split screen of rotation screens...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Make the "red stuff is new stuff" fade a lot prettier.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Add a better framework for showing what's changed.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Actually check in changes from last time...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Do the same number of my_draw_text() in all cases,...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Do some funky channel magic on fading between different...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Change await_notifications() timeout if something is...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Make RotateScreen fade between the individual screens.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Cache revision.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | GroupScreen now checks the "last updated" information.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Add information to the SQL schema saying when the group...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Add a screen rotation class (time multiplexing).
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Add divider lines for the splitscreen.
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Added split screen functionality, for showing up to...
|
commit | commitdiff | tree |
2005-02-20 |
Steinar H. Gunderson | Add (a rather sizable chunk of) code for determining...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Actually show a total for each player.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Go to short names on chosen songs if the text is too...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Only allocate space for four digits in the score screen...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add "total" and "rank" headings, plus clean up the...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Don't crash when we have no screens.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Use await_notification instead of sleep(), gives us...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Remove a debugging printf.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Handle NULL values in scores better.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | NOTIFY scores on changing them.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Show the real score instead of 1234.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Typofix.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add default constructor for widestring.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add a constructor from const char * for widestring...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Remove leftover pqxx::work that was causing trouble.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Make stuff compile again.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Commit groupscreen.cpp...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Make screen hierarchy compile.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Hit the group-fetching code so it compiles.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add beginning code for fetching groups.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Added a generic display screen class.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Fetch the list of current active rounds and display it.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Cache revision.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Moved the font stuff into its own file.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Move Tournament and FetchCurrentTournament into its...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Move widestring into its own file.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Actually add flagtrigger.{h,cpp}...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Move FlagTrigger into its own source file.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Reset bigscreen on changed groups, not just changed...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add back end for adding/removing groups to be shown...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Only show the bigscreen buttons on the tournament that...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | We want to show _groups_ on the big screen, not _rounds_
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add starting frontend code for deciding which rounds...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Clear active rounds on changing active tournament.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add an "active_rounds" table to the bigscreen schema...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Cache revision.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Remove PL/PgSQL installation for now, we do manual...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Fixed a misleading comment.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Support a variable-length list of fallback fonts (and...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Assorted debugging crap.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Force little-endian for our UCS-4.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add functions for drawing text, try to do so (not very...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Import TinyPTC 0.7.3 sources, switch from OpenGL to...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Initialize FreeType, link to it.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Re-add OpenGL window, we commented it out and forgot...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Moved all the UCS-4 junk into operator=, where it belongs.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add a framework for UCS-4 strings.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Fixed so the form shows the current active tournament.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Add the backend for setting the active tournament.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Added a front end for setting the active tournament.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Rename tourn -> active_tournament
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Make tourn a global variable (ick?), and do some placeholder...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Fix the transactor so it actually works.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Added -g -Wall to CXXFLAGS, moved -I stuff to CPPFLAGS.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Added a transactor for getting info from the current...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Changed the structure of the bigscreen main loop.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Import doc/ from train thinking.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Install PL/PgSQL in the schema etc.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Started on a bigscreen SQL schema.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Switch SQL host from cirkus to altersex, to get PostgreSQL 7.4
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fix so we actually get the NOTIFY.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Try to listen on a NOTIFY trigger.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Replace transaction<> with work.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fix DDRFreak parser to output some UTF-8 glyphs instead...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fetch the title, not some random ID.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fetch out some numbers from a table.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add pq++ dependency, start code for just connecting.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add -L/usr/X11R6/lib to LDFLAGS for the bigscreen Makefile.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Make the DDRFreak parser script case insensitive with...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add the Extreme song list (from DDRFreak) to the base...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Make the DDRFreak parse script also add the songs to...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add a hack for "Fantasy" from DDREx
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Only insert a song if it doesn't already exist.
|
commit | commitdiff | tree |
next |