2005-03-01 |
Steinar H. Gunderson | Forgot to add the prototype for set_screen_size().
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Let the font system take in a physical resolution,...
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Set default resolution to 1024x768.
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Make a "logical resolution" (yuck!) of 800x600 for...
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Replace 800x600 width a resolution from a .h file....
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Implement a simple priority system.
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Make sure each screen stays on for a minimum of three...
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Rename same_fade to fade_to_new_info, plus minor code...
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Fix "slowly to red" fading (aka same_fade) when we...
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Make the "top 10 scores" and "top 5 chosen songs" screens...
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | Fix a bug where all new screens would be cycled on...
|
commit | commitdiff | tree |
2005-03-01 |
Steinar H. Gunderson | The auxilliary screen now also shows all finished groups.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Stop RotateScreen from crashing when it has no subscreens.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Adjusted the columns in the top 5 chosen songs a bit.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Added a "top 5 chosen songs this tournament" screen.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Added TODO list from e-mail.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Put all the auxilliary screens in a rotate screen.
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Split the bigscreen objects in the Makefile into slightly...
|
commit | commitdiff | tree |
2005-02-28 |
Steinar H. Gunderson | Actually fetch and display the top 10 scores.
|
commit | commitdiff | tree |
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 |
next |