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 | Specify correct ucs-4le/ucs-4be for little/big endian.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | FreeType initialization errors are runtime errors,...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Use Georgia, but fall back to FreeSerif if there's...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Switch to using std::wstring, it supports UCS-4 already...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Switch to FreeSerif for the time being, since it has...
|
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 |
2005-02-19 |
Steinar H. Gunderson | Added a transactor for getting info from the current...
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Changed the structure of the bigscreen main loop.
|
commit | commitdiff | tree |
2005-02-19 |
Steinar H. Gunderson | Import doc/ from train thinking.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Install PL/PgSQL in the schema etc.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Started on a bigscreen SQL schema.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Switch SQL host from cirkus to altersex, to get PostgreSQL 7.4
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fix so we actually get the NOTIFY.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Try to listen on a NOTIFY trigger.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Replace transaction<> with work.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fix DDRFreak parser to output some UTF-8 glyphs instead...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fetch the title, not some random ID.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Fetch out some numbers from a table.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add pq++ dependency, start code for just connecting.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add -L/usr/X11R6/lib to LDFLAGS for the bigscreen Makefile.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Make the DDRFreak parser script case insensitive with...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add the Extreme song list (from DDRFreak) to the base...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Make the DDRFreak parse script also add the songs to...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add a hack for "Fantasy" from DDREx
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Only insert a song if it doesn't already exist.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add a script for parsing DDRFreak's song lists.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Added DDR Extreme as a machine for the basic data.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Updated the score edit functionality to check for steps...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Update the wiki parser and the EM2 SQL to match the...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add CC03 as a season in the test data.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Different songs can have different ratings on different...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Don't include NULL scores in the top 50 list.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Added a ranking beside each player in the song highscore...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Limited the song highscore list to 50 people.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Added a link from the song highscore list to the tournaments.
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Add a backend for showing songs and the best scores...
|
commit | commitdiff | tree |
2005-02-18 |
Steinar H. Gunderson | Added links for all songs (no backend yet) in the tournament...
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Add the "add tournament" link to the tournaments page.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Add a navigational menu at the top.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Automatically zoom to the new player when adding a...
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Add backend for adding players.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Add form (no backend yet) for registering new players.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Add backend for resetting the song chooser.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Add front end for resetting the song chooser.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Changed front page text.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Add backend code for ranking people.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Added template code for showing rank.
|
commit | commitdiff | tree |
2005-02-17 |
Steinar H. Gunderson | Fix showing of newly created rounds again.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Change to text/html (for IE demonstration)
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Cache revision
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Implement the rest of the ranking.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Actually add the backend for ranking (forgot tla add...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Implement the first (trivial) parts of the ranking...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Add FIXME comment about empty last group.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Added a "finish tournament" button that is shown if...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Check that there are steps for the selected song/playmode...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Check for scores out of range, instead of giving SQL...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Cache revision.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Don't show the "start next round" form until we can...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Remove the extra header for locked rounds.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Fix bug where showing of an empty tournament would...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Make system for making groups after the very first...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Remove/hide some borders between the score/playmode...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Removed name= on the submit buttons again, we don't...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Change locking semantics -- now everything in the last...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Chosen song can now be set.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Handle <> etc. in __DIE__ handler messages.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Fiddled around with the table layout.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Add edit of playmode and difficulty.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Make it possible to enter NULL values by leaving fields...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Make it possible to edit scores.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Add old- versions of all data in the form; we can't...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | The "edit scores" backend now finds out which update...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Add tournament/round hidden inputs for all cases :-)
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Moved the hidden tournament/round inputs into a place...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Add a (dummy) do-edit-scores.pl backend. (Nevermind...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Add hidden tournament and round form elements.
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Add name= to the submit buttons, and some information...
|
commit | commitdiff | tree |
2005-02-16 |
Steinar H. Gunderson | Change nowrap="nowrap" to CSS.
|
commit | commitdiff | tree |
next |