]> git.sesse.net Git - ccbs/shortlog
ccbs
2005-02-19 Steinar H.... Add the backend for setting the active tournament.
2005-02-19 Steinar H.... Added a front end for setting the active tournament.
2005-02-19 Steinar H.... Rename tourn -> active_tournament
2005-02-19 Steinar H.... Make tourn a global variable (ick?), and do some placeh...
2005-02-19 Steinar H.... Fix the transactor so it actually works.
2005-02-19 Steinar H.... Added -g -Wall to CXXFLAGS, moved -I stuff to CPPFLAGS.
2005-02-19 Steinar H.... Added a transactor for getting info from the current...
2005-02-19 Steinar H.... Changed the structure of the bigscreen main loop.
2005-02-19 Steinar H.... Import doc/ from train thinking.
2005-02-18 Steinar H.... Install PL/PgSQL in the schema etc.
2005-02-18 Steinar H.... Started on a bigscreen SQL schema.
2005-02-18 Steinar H.... Switch SQL host from cirkus to altersex, to get Postgre...
2005-02-18 Steinar H.... Fix so we actually get the NOTIFY.
2005-02-18 Steinar H.... Try to listen on a NOTIFY trigger.
2005-02-18 Steinar H.... Replace transaction<> with work.
2005-02-18 Steinar H.... Fix DDRFreak parser to output some UTF-8 glyphs instead...
2005-02-18 Steinar H.... Fetch the title, not some random ID.
2005-02-18 Steinar H.... Fetch out some numbers from a table.
2005-02-18 Steinar H.... Add pq++ dependency, start code for just connecting.
2005-02-18 Steinar H.... Add -L/usr/X11R6/lib to LDFLAGS for the bigscreen Makefile.
2005-02-18 Steinar H.... Make the DDRFreak parser script case insensitive with...
2005-02-18 Steinar H.... Add the Extreme song list (from DDRFreak) to the base...
2005-02-18 Steinar H.... Make the DDRFreak parse script also add the songs to...
2005-02-18 Steinar H.... Add a hack for "Fantasy" from DDREx
2005-02-18 Steinar H.... Only insert a song if it doesn't already exist.
2005-02-18 Steinar H.... Add a script for parsing DDRFreak's song lists.
2005-02-18 Steinar H.... Added DDR Extreme as a machine for the basic data.
2005-02-18 Steinar H.... Updated the score edit functionality to check for steps...
2005-02-18 Steinar H.... Update the wiki parser and the EM2 SQL to match the...
2005-02-18 Steinar H.... Add CC03 as a season in the test data.
2005-02-18 Steinar H.... Different songs can have different ratings on different...
2005-02-18 Steinar H.... Don't include NULL scores in the top 50 list.
2005-02-18 Steinar H.... Added a ranking beside each player in the song highscor...
2005-02-18 Steinar H.... Limited the song highscore list to 50 people.
2005-02-18 Steinar H.... Added a link from the song highscore list to the tourna...
2005-02-18 Steinar H.... Add a backend for showing songs and the best scores...
2005-02-18 Steinar H.... Added links for all songs (no backend yet) in the tourn...
2005-02-17 Steinar H.... Add the "add tournament" link to the tournaments page.
2005-02-17 Steinar H.... Add a navigational menu at the top.
2005-02-17 Steinar H.... Automatically zoom to the new player when adding a...
2005-02-17 Steinar H.... Add backend for adding players.
2005-02-17 Steinar H.... Add form (no backend yet) for registering new players.
2005-02-17 Steinar H.... Add backend for resetting the song chooser.
2005-02-17 Steinar H.... Add front end for resetting the song chooser.
2005-02-17 Steinar H.... Changed front page text.
2005-02-17 Steinar H.... Add backend code for ranking people.
2005-02-17 Steinar H.... Added template code for showing rank.
2005-02-17 Steinar H.... Fix showing of newly created rounds again.
2005-02-16 Steinar H.... Change to text/html (for IE demonstration)
2005-02-16 Steinar H.... Cache revision
2005-02-16 Steinar H.... Implement the rest of the ranking.
2005-02-16 Steinar H.... Actually add the backend for ranking (forgot tla add...
2005-02-16 Steinar H.... Implement the first (trivial) parts of the ranking...
2005-02-16 Steinar H.... Add FIXME comment about empty last group.
2005-02-16 Steinar H.... Added a "finish tournament" button that is shown if...
2005-02-16 Steinar H.... Check that there are steps for the selected song/playmo...
2005-02-16 Steinar H.... Check for scores out of range, instead of giving SQL...
2005-02-16 Steinar H.... Cache revision.
2005-02-16 Steinar H.... Don't show the "start next round" form until we can...
2005-02-16 Steinar H.... Remove the extra header for locked rounds.
2005-02-16 Steinar H.... Fix bug where showing of an empty tournament would...
2005-02-16 Steinar H.... Make system for making groups after the very first...
2005-02-16 Steinar H.... Remove/hide some borders between the score/playmode...
2005-02-16 Steinar H.... Removed name= on the submit buttons again, we don't...
2005-02-16 Steinar H.... Change locking semantics -- now everything in the last...
2005-02-16 Steinar H.... Chosen song can now be set.
2005-02-16 Steinar H.... Handle <> etc. in __DIE__ handler messages.
2005-02-16 Steinar H.... Fiddled around with the table layout.
2005-02-16 Steinar H.... Add edit of playmode and difficulty.
2005-02-16 Steinar H.... Make it possible to enter NULL values by leaving fields...
2005-02-16 Steinar H.... Make it possible to edit scores.
2005-02-16 Steinar H.... Add old- versions of all data in the form; we can't...
2005-02-16 Steinar H.... The "edit scores" backend now finds out which update...
2005-02-16 Steinar H.... Add tournament/round hidden inputs for all cases :-)
2005-02-16 Steinar H.... Moved the hidden tournament/round inputs into a place...
2005-02-16 Steinar H.... Add a (dummy) do-edit-scores.pl backend. (Nevermind...
2005-02-16 Steinar H.... Add hidden tournament and round form elements.
2005-02-16 Steinar H.... Add name= to the submit buttons, and some information...
2005-02-16 Steinar H.... Change nowrap="nowrap" to CSS.
2005-02-16 Steinar H.... Distinguish the name= on the form elements.
2005-02-16 Steinar H.... Add a <form> around the scores table.
2005-02-14 Steinar H.... Cache revision.
2005-02-14 Steinar H.... Added showing/selection of playmode and difficulty.
2005-02-14 Steinar H.... Indented the show-tournament template.
2005-02-14 Steinar H.... Add preliminary edit boxes (no backend) for columns...
2005-02-14 Steinar H.... Switch to XHTML MIME type for now, fix a validation...
2005-02-14 Steinar H.... Split chosen songs into two table cells.
2005-02-14 Steinar H.... Add state to the random song chooser, so it doesn't...
2005-02-14 Steinar H.... Added a machinesongs table, and a small snippet to...
2005-02-14 Steinar H.... Fix more stuff related to making new groups.
2005-02-14 Steinar H.... Removed NOT NULL from score in the SQL schema.
2005-02-14 Steinar H.... Cache revision.
2005-02-14 Steinar H.... Correct number of qualified people from round >= 1.
2005-02-14 Steinar H.... Do LEFT JOINs to get out info for unfinished groups.
2005-02-14 Steinar H.... Add people into groups.
2005-02-14 Steinar H.... Added preliminary backend for creating rounds and groups.
2005-02-14 Steinar H.... Hide rankinglist if there is none. Count the number...
2005-02-14 Steinar H.... Added a "number of people qualifying for each round...
2005-02-14 Steinar H.... Misc. changes -- some formatting and add a preliminary...
2005-02-14 Steinar H.... Reverted separate start forms -- we'll generalize it...
next