]> git.sesse.net Git - ccbs/history - bigscreen/ccbs_bigscreen.cpp
Don't show total if we only have one song.
[ccbs] / bigscreen / ccbs_bigscreen.cpp
2005-03-04 Steinar H. GundersonMake the bigscreen application read in the number of...
2005-03-01 Steinar H. GundersonLet each screen get width and height in as a parameter...
2005-03-01 Steinar H. GundersonReplace 800x600 width a resolution from a .h file....
2005-03-01 Steinar H. GundersonThe auxilliary screen now also shows all finished groups.
2005-02-28 Steinar H. GundersonAdded a "top 5 chosen songs this tournament" screen.
2005-02-28 Steinar H. GundersonPut all the auxilliary screens in a rotate screen.
2005-02-28 Steinar H. GundersonAdd the framework for a top 10 screen.
2005-02-28 Steinar H. GundersonFetch the list of auxilliary screens.
2005-02-28 Steinar H. GundersonMake the bigscreen application support running groups...
2005-02-20 Steinar H. GundersonDon't use split screen if we only have one screen.
2005-02-20 Steinar H. GundersonThe main screen is now a split screen of rotation scree...
2005-02-20 Steinar H. GundersonChange await_notifications() timeout if something is...
2005-02-20 Steinar H. GundersonAdd a screen rotation class (time multiplexing).
2005-02-20 Steinar H. GundersonAdded split screen functionality, for showing up to...
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 leftover pqxx::work that was causing trouble.
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. 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. 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 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-13 Steinar H. GundersonAdd the bigscreen/ directory (a bit overdue?)