2012-02-18 |
Steinar H. Gunderson | Move the theming out to a runtime-read config file... |
blob | commitdiff | raw |
2012-02-18 |
Steinar H. Gunderson | Quit on escape or closed window. |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Steinar H. Gunderson | Fix the tournamnent end-mode selection. |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Steinar H. Gunderson | Fix the pitch check (pitch from SDL is in bytes, not... |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Steinar H. Gunderson | Optimization: If pitch == width, render directly into... |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Steinar H. Gunderson | Reinstate the splitscreen. |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Steinar H. Gunderson | Disable cursor in fullscreen mode. |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Steinar H. Gunderson | Add a fullscreen define. |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Steinar H. Gunderson | Replace TinyPTC with SDL. |
blob | commitdiff | raw | diff to current |
2005-04-23 |
Steinar H. Gunderson | Various changes and fixes for CC1. |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Steinar H. Gunderson | Make the bigscreen application read in the number of... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Steinar H. Gunderson | Let each screen get width and height in as a parameter... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Steinar H. Gunderson | Replace 800x600 width a resolution from a .h file.... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Steinar H. Gunderson | The auxilliary screen now also shows all finished groups. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Steinar H. Gunderson | Added a "top 5 chosen songs this tournament" screen. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Steinar H. Gunderson | Put all the auxilliary screens in a rotate screen. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Steinar H. Gunderson | Add the framework for a top 10 screen. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Steinar H. Gunderson | Fetch the list of auxilliary screens. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Steinar H. Gunderson | Make the bigscreen application support running groups... |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Steinar H. Gunderson | Don't use split screen if we only have one screen. |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Steinar H. Gunderson | The main screen is now a split screen of rotation scree... |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Steinar H. Gunderson | Change await_notifications() timeout if something is... |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Steinar H. Gunderson | Add a screen rotation class (time multiplexing). |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Steinar H. Gunderson | Added split screen functionality, for showing up to... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Don't crash when we have no screens. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Use await_notification instead of sleep(), gives us... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Remove leftover pqxx::work that was causing trouble. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Make screen hierarchy compile. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Hit the group-fetching code so it compiles. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Fetch the list of current active rounds and display it. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Moved the font stuff into its own file. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Move Tournament and FetchCurrentTournament into its... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Move widestring into its own file. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Move FlagTrigger into its own source file. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Reset bigscreen on changed groups, not just changed... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Fixed a misleading comment. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Support a variable-length list of fallback fonts (and... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Specify correct ucs-4le/ucs-4be for little/big endian. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | FreeType initialization errors are runtime errors,... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Use Georgia, but fall back to FreeSerif if there's... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Switch to using std::wstring, it supports UCS-4 already... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Switch to FreeSerif for the time being, since it has... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Assorted debugging crap. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Force little-endian for our UCS-4. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Add functions for drawing text, try to do so (not very... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Import TinyPTC 0.7.3 sources, switch from OpenGL to... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Initialize FreeType, link to it. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Re-add OpenGL window, we commented it out and forgot... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Moved all the UCS-4 junk into operator=, where it belongs. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Add a framework for UCS-4 strings. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Rename tourn -> active_tournament |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Make tourn a global variable (ick?), and do some placeh... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Fix the transactor so it actually works. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Added a transactor for getting info from the current... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Steinar H. Gunderson | Changed the structure of the bigscreen main loop. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Steinar H. Gunderson | Switch SQL host from cirkus to altersex, to get Postgre... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Steinar H. Gunderson | Fix so we actually get the NOTIFY. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Steinar H. Gunderson | Try to listen on a NOTIFY trigger. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Steinar H. Gunderson | Replace transaction<> with work. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Steinar H. Gunderson | Fetch the title, not some random ID. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Steinar H. Gunderson | Fetch out some numbers from a table. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Steinar H. Gunderson | Add pq++ dependency, start code for just connecting. |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Steinar H. Gunderson | Add the bigscreen/ directory (a bit overdue?) |
blob | commitdiff | raw | diff to current |
|