]> git.sesse.net Git - ccbs/history - bigscreen/rotatescreen.cpp
Make a "logical resolution" (yuck!) of 800x600 for all the screens, and make fonts...
[ccbs] / bigscreen / rotatescreen.cpp
2005-03-01 Steinar H. GundersonReplace 800x600 width a resolution from a .h file....
2005-03-01 Steinar H. GundersonImplement a simple priority system.
2005-03-01 Steinar H. GundersonMake sure each screen stays on for a minimum of three...
2005-03-01 Steinar H. GundersonRename same_fade to fade_to_new_info, plus minor code...
2005-03-01 Steinar H. GundersonFix "slowly to red" fading (aka same_fade) when we...
2005-03-01 Steinar H. GundersonFix a bug where all new screens would be cycled on...
2005-02-28 Steinar H. GundersonStop RotateScreen from crashing when it has no subscreens.
2005-02-20 Steinar H. GundersonAdjust the fade time back to 0.5 again, after the ...
2005-02-20 Steinar H. GundersonStart the fade when we can display the first frame...
2005-02-20 Steinar H. GundersonRemoved some debugging printf-s, converted some sprintf...
2005-02-20 Steinar H. GundersonAdjusted the fade times a bit.
2005-02-20 Steinar H. GundersonMake the "red stuff is new stuff" fade a lot prettier.
2005-02-20 Steinar H. GundersonDo some funky channel magic on fading between different...
2005-02-20 Steinar H. GundersonMake RotateScreen fade between the individual screens.
2005-02-20 Steinar H. GundersonAdd a screen rotation class (time multiplexing).