2005-06-11 |
Steinar H. Gunderson | Fixed a syntax error in the calling of a stored procedure. |
tree | commitdiff |
2005-06-11 |
Steinar H. Gunderson | Moved FetchMaxScoreForPlayers into a stored procedure. |
tree | commitdiff |
2005-06-11 |
Steinar H. Gunderson | Move FetchMaxScoreForSongs into a stored procedure. |
tree | commitdiff |
2005-04-23 |
Steinar H. Gunderson | Fix so groups larger than nine are properly centered... |
tree | commitdiff |
2005-04-23 |
Steinar H. Gunderson | Various changes and fixes for CC1. |
tree | commitdiff |
2005-04-23 |
Steinar H. Gunderson | Hardcode single-only songs for now. |
tree | commitdiff |
2005-04-23 |
Steinar H. Gunderson | Pull in changes from --baby. |
tree | commitdiff |
2005-03-30 |
Steinar H. Gunderson | Make more room for the players in the "top 10 scores... |
tree | commitdiff |
2005-03-30 |
Steinar H. Gunderson | Fix crash in RotateScreen when there are no subscreens. |
tree | commitdiff |
2005-03-30 |
Steinar H. Gunderson | Fix max score for players; only chosen songs can't... |
tree | commitdiff |
2005-03-30 |
Steinar H. Gunderson | Fix list of finished groups; don't show elimination... |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Don't show total if we only have one song. |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Fix off-by-one for "needs to lead" code. |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Don't show "needs to qualify" if all in group qualify. |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Fixed "number of played songs" detection for bigscreen... |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Hack the rotate screen so it doesn't delay new updates... |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Actually fetch the number of players on the machine... |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Add code in the bigscreen for supporting versus groups... |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Refactoring, always refactoring... |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Remove an obsolete comment. |
tree | commitdiff |
2005-03-05 |
Steinar H. Gunderson | Yet more refactoring. |
tree | commitdiff |
2005-03-04 |
Steinar H. Gunderson | Yet more refactoring. |
tree | commitdiff |
2005-03-04 |
Steinar H. Gunderson | Added refactoring comment |
tree | commitdiff |
2005-03-04 |
Steinar H. Gunderson | More refactoring. |
tree | commitdiff |
2005-03-04 |
Steinar H. Gunderson | More refactoring. |
tree | commitdiff |
2005-03-04 |
Steinar H. Gunderson | Mild refactoring. |
tree | commitdiff |
2005-03-04 |
Steinar H. Gunderson | Make the bigscreen application read in the number of... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Let each screen get width and height in as a parameter... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Forgot to add the prototype for set_screen_size(). |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Let the font system take in a physical resolution,... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Set default resolution to 1024x768. |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Make a "logical resolution" (yuck!) of 800x600 for... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Replace 800x600 width a resolution from a .h file.... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Implement a simple priority system. |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Make sure each screen stays on for a minimum of three... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Rename same_fade to fade_to_new_info, plus minor code... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Fix "slowly to red" fading (aka same_fade) when we... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Make the "top 10 scores" and "top 5 chosen songs" scree... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | Fix a bug where all new screens would be cycled on... |
tree | commitdiff |
2005-03-01 |
Steinar H. Gunderson | The auxilliary screen now also shows all finished groups. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Stop RotateScreen from crashing when it has no subscreens. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Adjusted the columns in the top 5 chosen songs a bit. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Added a "top 5 chosen songs this tournament" screen. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Put all the auxilliary screens in a rotate screen. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Split the bigscreen objects in the Makefile into slight... |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Actually fetch and display the top 10 scores. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Add the framework for a top 10 screen. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Fetch the list of auxilliary screens. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Write the machine number (if any) in the header. |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | Make the bigscreen application support running groups... |
tree | commitdiff |
2005-02-28 |
Steinar H. Gunderson | (no commit message) |
tree | commitdiff |
2005-02-21 |
Steinar H. Gunderson | Compile TinyPTC with Xshm. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Fix two signed/unsigned warnings. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Adjust the fade time back to 0.5 again, after the ... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Start the fade when we can display the first frame... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Read max score for all players in one shot as well... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Fetch all the "max score for song" entries in one go... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Clamp number of players shown to nine. Squeeze players... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Don't use split screen if we only have one screen. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Removed some debugging printf-s, converted some sprintf... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Make "mode" a local variable to the for loop, now that... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Allow a mix of long and short names in the display... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Adjusted the fade times a bit. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Fetch the actual high score from the database when... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Correct the logic for finding out what songs a player... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Don't show "need to qualify" if it's identical to ... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Moved the bottom text a bit up, to get it more readable. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Add a line for "needed to secure qualifiction"/"needed... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Add preliminary "needs to qualify/win" text. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Try to make the column for the chosen songs as fixed... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Find out which player is playing next (and which song... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | The main screen is now a split screen of rotation scree... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Make the "red stuff is new stuff" fade a lot prettier. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Add a better framework for showing what's changed. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Actually check in changes from last time... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Do some funky channel magic on fading between different... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Change await_notifications() timeout if something is... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Make RotateScreen fade between the individual screens. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | GroupScreen now checks the "last updated" information. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Add a screen rotation class (time multiplexing). |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Add divider lines for the splitscreen. |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Added split screen functionality, for showing up to... |
tree | commitdiff |
2005-02-20 |
Steinar H. Gunderson | Add (a rather sizable chunk of) code for determining... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Actually show a total for each player. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Go to short names on chosen songs if the text is too... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Only allocate space for four digits in the score screen... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add "total" and "rank" headings, plus clean up the... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add a main heading to each group. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Use short titles in the bigscreen headings. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Center song headings as well. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Make my_draw_text() clip horizontally. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Make the score font a lot bigger. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Clean up the my_draw_text() interface considerably... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Show songs next to each chosen song, and center the... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Don't show column headings for chosen songs, as they... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Fix some typos in the field names in FetchGroup. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add column headings and fix widths. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Don't crash when we have no screens. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Use await_notification instead of sleep(), gives us... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Remove a debugging printf. |
tree | commitdiff |
next |