]> git.sesse.net Git - ccbs/shortlog
ccbs
2005-03-30 Steinar H.... Show countries (for European tournaments) or clubs...
2005-03-30 Steinar H.... Add scripts for getting CC03 data, and premade SQL.
2005-03-30 Steinar H.... DDR Europe tournament parser now by default sets all...
2005-03-30 Steinar H.... Add a script (and output SQL) for getting the country...
2005-03-30 Steinar H.... Begin changing the country stuff.
2005-03-30 Steinar H.... Don't show bigscreen controls in public mode.
2005-03-30 Steinar H.... The last do-finish-tournament fix was completely wrong...
2005-03-30 Steinar H.... Fix UTF-8.
2005-03-30 Steinar H.... Make the DDR Europe parsing scripts distinguish tournam...
2005-03-30 Steinar H.... Make more room for the players in the "top 10 scores...
2005-03-30 Steinar H.... Fix crash in RotateScreen when there are no subscreens.
2005-03-30 Steinar H.... Fix max score for players; only chosen songs can't...
2005-03-30 Steinar H.... Fix list of finished groups; don't show elimination...
2005-03-05 Steinar H.... Cache revision.
2005-03-05 Steinar H.... Add an SQL snippet for fixing some stuff related to...
2005-03-05 Steinar H.... Added CC04-8 data.
2005-03-05 Steinar H.... "Candy" now has a white star by it; updated parsers...
2005-03-05 Steinar H.... Added a simple flag in ccbs.pm to make the system suita...
2005-03-05 Steinar H.... When there's only one group, insert it with ID 0, not...
2005-03-05 Steinar H.... Set all songs to single expert per default (this will...
2005-03-05 Steinar H.... Don't show total if we only have one song.
2005-03-05 Steinar H.... Fix off-by-one for "needs to lead" code.
2005-03-05 Steinar H.... Don't show "needs to qualify" if all in group qualify.
2005-03-05 Steinar H.... Fixed "number of played songs" detection for bigscreen...
2005-03-05 Steinar H.... Hack the rotate screen so it doesn't delay new updates...
2005-03-05 Steinar H.... Remove versus item from the TODO, it should be okay...
2005-03-05 Steinar H.... Clarified the meaning of players_per_machine in the...
2005-03-05 Steinar H.... Actually fetch the number of players on the machine...
2005-03-05 Steinar H.... Add code in the bigscreen for supporting versus groups...
2005-03-05 Steinar H.... Refactoring, always refactoring...
2005-03-05 Steinar H.... Remove an obsolete comment.
2005-03-05 Steinar H.... Yet more refactoring.
2005-03-04 Steinar H.... Yet more refactoring.
2005-03-04 Steinar H.... Added refactoring comment
2005-03-04 Steinar H.... More refactoring.
2005-03-04 Steinar H.... More refactoring.
2005-03-04 Steinar H.... Mild refactoring.
2005-03-04 Steinar H.... Make the bigscreen application read in the number of...
2005-03-04 Steinar H.... The front end can now choose how many players play...
2005-03-04 Steinar H.... Added a field in the bigscreen active groups allowing...
2005-03-04 Steinar H.... Added note to TODO
2005-03-01 Steinar H.... Let each screen get width and height in as a parameter...
2005-03-01 Steinar H.... Forgot to add the prototype for set_screen_size().
2005-03-01 Steinar H.... Let the font system take in a physical resolution,...
2005-03-01 Steinar H.... Set default resolution to 1024x768.
2005-03-01 Steinar H.... Make a "logical resolution" (yuck!) of 800x600 for...
2005-03-01 Steinar H.... Replace 800x600 width a resolution from a .h file....
2005-03-01 Steinar H.... Implement a simple priority system.
2005-03-01 Steinar H.... Make sure each screen stays on for a minimum of three...
2005-03-01 Steinar H.... Rename same_fade to fade_to_new_info, plus minor code...
2005-03-01 Steinar H.... Fix "slowly to red" fading (aka same_fade) when we...
2005-03-01 Steinar H.... Make the "top 10 scores" and "top 5 chosen songs" scree...
2005-03-01 Steinar H.... Fix a bug where all new screens would be cycled on...
2005-03-01 Steinar H.... The auxilliary screen now also shows all finished groups.
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.
next