]> git.sesse.net Git - ccbs/history - bigscreen
Show songs next to each chosen song, and center the appropriate scores. Also, check...
[ccbs] / bigscreen /
2005-02-19 Steinar H. GundersonShow songs next to each chosen song, and center the...
2005-02-19 Steinar H. GundersonDon't show column headings for chosen songs, as they...
2005-02-19 Steinar H. GundersonFix some typos in the field names in FetchGroup.
2005-02-19 Steinar H. GundersonAdd column headings and fix widths.
2005-02-19 Steinar H. GundersonDon't crash when we have no screens.
2005-02-19 Steinar H. GundersonUse await_notification instead of sleep(), gives us...
2005-02-19 Steinar H. GundersonRemove a debugging printf.
2005-02-19 Steinar H. GundersonHandle NULL values in scores better.
2005-02-19 Steinar H. GundersonShow the real score instead of 1234.
2005-02-19 Steinar H. GundersonTypofix.
2005-02-19 Steinar H. GundersonAdd default constructor for widestring.
2005-02-19 Steinar H. GundersonAdd a constructor from const char * for widestring...
2005-02-19 Steinar H. GundersonRemove leftover pqxx::work that was causing trouble.
2005-02-19 Steinar H. GundersonMake stuff compile again.
2005-02-19 Steinar H. GundersonCommit groupscreen.cpp...
2005-02-19 Steinar H. GundersonMake screen hierarchy compile.
2005-02-19 Steinar H. GundersonHit the group-fetching code so it compiles.
2005-02-19 Steinar H. GundersonAdd beginning code for fetching groups.
2005-02-19 Steinar H. GundersonAdded a generic display screen class.
2005-02-19 Steinar H. GundersonFetch the list of current active rounds and display it.
2005-02-19 Steinar H. GundersonMoved the font stuff into its own file.
2005-02-19 Steinar H. GundersonMove Tournament and FetchCurrentTournament into its...
2005-02-19 Steinar H. GundersonMove widestring into its own file.
2005-02-19 Steinar H. GundersonActually add flagtrigger.{h,cpp}...
2005-02-19 Steinar H. GundersonMove FlagTrigger into its own source file.
2005-02-19 Steinar H. GundersonReset bigscreen on changed groups, not just changed...
2005-02-19 Steinar H. GundersonFixed a misleading comment.
2005-02-19 Steinar H. GundersonSupport a variable-length list of fallback fonts (and...
2005-02-19 Steinar H. GundersonSpecify correct ucs-4le/ucs-4be for little/big endian.
2005-02-19 Steinar H. GundersonFreeType initialization errors are runtime errors,...
2005-02-19 Steinar H. GundersonUse Georgia, but fall back to FreeSerif if there's...
2005-02-19 Steinar H. GundersonSwitch to using std::wstring, it supports UCS-4 already...
2005-02-19 Steinar H. GundersonSwitch to FreeSerif for the time being, since it has...
2005-02-19 Steinar H. GundersonAssorted debugging crap.
2005-02-19 Steinar H. GundersonForce little-endian for our UCS-4.
2005-02-19 Steinar H. GundersonAdd functions for drawing text, try to do so (not very...
2005-02-19 Steinar H. GundersonImport TinyPTC 0.7.3 sources, switch from OpenGL to...
2005-02-19 Steinar H. GundersonInitialize FreeType, link to it.
2005-02-19 Steinar H. GundersonRe-add OpenGL window, we commented it out and forgot...
2005-02-19 Steinar H. GundersonMoved all the UCS-4 junk into operator=, where it belongs.
2005-02-19 Steinar H. GundersonAdd a framework for UCS-4 strings.
2005-02-19 Steinar H. GundersonRename tourn -> active_tournament
2005-02-19 Steinar H. GundersonMake tourn a global variable (ick?), and do some placeh...
2005-02-19 Steinar H. GundersonFix the transactor so it actually works.
2005-02-19 Steinar H. GundersonAdded -g -Wall to CXXFLAGS, moved -I stuff to CPPFLAGS.
2005-02-19 Steinar H. GundersonAdded a transactor for getting info from the current...
2005-02-19 Steinar H. GundersonChanged the structure of the bigscreen main loop.
2005-02-18 Steinar H. GundersonSwitch SQL host from cirkus to altersex, to get Postgre...
2005-02-18 Steinar H. GundersonFix so we actually get the NOTIFY.
2005-02-18 Steinar H. GundersonTry to listen on a NOTIFY trigger.
2005-02-18 Steinar H. GundersonReplace transaction<> with work.
2005-02-18 Steinar H. GundersonFetch the title, not some random ID.
2005-02-18 Steinar H. GundersonFetch out some numbers from a table.
2005-02-18 Steinar H. GundersonAdd pq++ dependency, start code for just connecting.
2005-02-18 Steinar H. GundersonAdd -L/usr/X11R6/lib to LDFLAGS for the bigscreen Makefile.
2005-02-13 Steinar H. GundersonAdd the bigscreen/ directory (a bit overdue?)