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