]> git.sesse.net Git - ccbs/shortlog
ccbs
2005-02-19 Steinar H.... Remove a debugging printf.
2005-02-19 Steinar H.... Handle NULL values in scores better.
2005-02-19 Steinar H.... NOTIFY scores on changing them.
2005-02-19 Steinar H.... Show the real score instead of 1234.
2005-02-19 Steinar H.... Typofix.
2005-02-19 Steinar H.... Add default constructor for widestring.
2005-02-19 Steinar H.... Add a constructor from const char * for widestring...
2005-02-19 Steinar H.... Remove leftover pqxx::work that was causing trouble.
2005-02-19 Steinar H.... Make stuff compile again.
2005-02-19 Steinar H.... Commit groupscreen.cpp...
2005-02-19 Steinar H.... Make screen hierarchy compile.
2005-02-19 Steinar H.... Hit the group-fetching code so it compiles.
2005-02-19 Steinar H.... Add beginning code for fetching groups.
2005-02-19 Steinar H.... Added a generic display screen class.
2005-02-19 Steinar H.... Fetch the list of current active rounds and display it.
2005-02-19 Steinar H.... Cache revision.
2005-02-19 Steinar H.... Moved the font stuff into its own file.
2005-02-19 Steinar H.... Move Tournament and FetchCurrentTournament into its...
2005-02-19 Steinar H.... Move widestring into its own file.
2005-02-19 Steinar H.... Actually add flagtrigger.{h,cpp}...
2005-02-19 Steinar H.... Move FlagTrigger into its own source file.
2005-02-19 Steinar H.... Reset bigscreen on changed groups, not just changed...
2005-02-19 Steinar H.... Add back end for adding/removing groups to be shown...
2005-02-19 Steinar H.... Only show the bigscreen buttons on the tournament that...
2005-02-19 Steinar H.... We want to show _groups_ on the big screen, not _rounds_
2005-02-19 Steinar H.... Add starting frontend code for deciding which rounds...
2005-02-19 Steinar H.... Clear active rounds on changing active tournament.
2005-02-19 Steinar H.... Add an "active_rounds" table to the bigscreen schema...
2005-02-19 Steinar H.... Cache revision.
2005-02-19 Steinar H.... Remove PL/PgSQL installation for now, we do manual...
2005-02-19 Steinar H.... Fixed a misleading comment.
2005-02-19 Steinar H.... Support a variable-length list of fallback fonts (and...
2005-02-19 Steinar H.... Specify correct ucs-4le/ucs-4be for little/big endian.
2005-02-19 Steinar H.... FreeType initialization errors are runtime errors,...
2005-02-19 Steinar H.... Use Georgia, but fall back to FreeSerif if there's...
2005-02-19 Steinar H.... Switch to using std::wstring, it supports UCS-4 already...
2005-02-19 Steinar H.... Switch to FreeSerif for the time being, since it has...
2005-02-19 Steinar H.... Assorted debugging crap.
2005-02-19 Steinar H.... Force little-endian for our UCS-4.
2005-02-19 Steinar H.... Add functions for drawing text, try to do so (not very...
2005-02-19 Steinar H.... Import TinyPTC 0.7.3 sources, switch from OpenGL to...
2005-02-19 Steinar H.... Initialize FreeType, link to it.
2005-02-19 Steinar H.... Re-add OpenGL window, we commented it out and forgot...
2005-02-19 Steinar H.... Moved all the UCS-4 junk into operator=, where it belongs.
2005-02-19 Steinar H.... Add a framework for UCS-4 strings.
2005-02-19 Steinar H.... Fixed so the form shows the current active tournament.
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.
next