]> git.sesse.net Git - ccbs/history - bigscreen
There is no freshcolumnheading.
[ccbs] / bigscreen /
2012-02-19 Steinar H. GundersonThere is no freshcolumnheading.
2012-02-19 Steinar H. GundersonSupport odd/even theming for top5/top10.
2012-02-19 Steinar H. GundersonFor the top5/top10 screens, split the “data” class.
2012-02-19 Steinar H. GundersonSplit up nextsonginfo again.
2012-02-19 Steinar H. GundersonFix a segfault in certain nonsensical group configurations.
2012-02-19 Steinar H. GundersonChange default to a 16:9 resolution.
2012-02-19 Steinar H. GundersonAdd theme support for drawing rectangles in the background.
2012-02-19 Steinar H. GundersonSupport different backgrounds per-screen.
2012-02-19 Steinar H. GundersonFix so that chosen score is not in the wrong class.
2012-02-19 Steinar H. GundersonRefactor font rendering a tiny bit.
2012-02-19 Steinar H. GundersonFix a crash when not finding any fonts.
2012-02-19 Steinar H. GundersonRemove a debugging printf.
2012-02-19 Steinar H. GundersonFix column headings; they were broken after a mismerge.
2012-02-18 Steinar H. GundersonIgnore built files in .gitignore.
2012-02-18 Steinar H. GundersonSupport a theme.config.local.
2012-02-18 Steinar H. GundersonMove the database configuration to the config file.
2012-02-18 Steinar H. GundersonMove most of the resolution settings to the config...
2012-02-18 Steinar H. GundersonSupport different theming for odd/even rows.
2012-02-18 Steinar H. GundersonSplit up the “data” class into more specific members.
2012-02-18 Steinar H. GundersonFix RGB/BGR issues in fill_background().
2012-02-18 Steinar H. GundersonMove the theming out to a runtime-read config file...
2012-02-18 Steinar H. GundersonParametrize color scheme into a separate header file.
2012-02-18 Steinar H. GundersonCenter some headings a bit better.
2012-02-18 Steinar H. GundersonMake backgrounded invalidated screens less database...
2012-02-18 Steinar H. GundersonFix a Valgrind hit in RotateScreen.
2012-02-18 Steinar H. GundersonPrepare top 5 chosen screen for widescreen.
2012-02-18 Steinar H. GundersonPrepare top 10 score screen for widescreen.
2012-02-18 Steinar H. GundersonPrepare the group screen for widescreen.
2012-02-18 Steinar H. GundersonQuit on escape or closed window.
2012-02-18 Steinar H. GundersonIn RotateScreen destructor, do not leak subscreen surfaces.
2012-02-18 Steinar H. GundersonFix the rotatescreen fading so subpixel LCD works again...
2012-02-18 Steinar H. GundersonFix the tournamnent end-mode selection.
2012-02-18 Steinar H. GundersonFix the pitch check (pitch from SDL is in bytes, not...
2012-02-18 Steinar H. GundersonOn the last fade-from-red, just complete the fade inste...
2012-02-18 Steinar H. GundersonSpeed up the fades a bit.
2012-02-18 Steinar H. GundersonOptimization: If pitch == width, render directly into...
2012-02-18 Steinar H. GundersonDo not use fullscreen by default.
2012-02-18 Steinar H. GundersonReinstate the splitscreen.
2012-02-18 Steinar H. GundersonDisable cursor in fullscreen mode.
2012-02-18 Steinar H. GundersonAdd a fullscreen define.
2012-02-18 Steinar H. GundersonIf we do not have a short title, use the long one in...
2012-02-17 Steinar H. GundersonFix a mismatched new[]/delete.
2012-02-17 Steinar H. GundersonReplace TinyPTC with SDL.
2012-02-17 Steinar H. GundersonFix the pqxx include.
2012-02-11 Steinar H. GundersonPort to pqxx3, where we need the widestring traits...
2012-02-11 Steinar H. GundersonMinor hack for the new database structure.
2012-02-11 Steinar H. GundersonCompile with debugging information.
2012-02-09 Steinar H. GundersonMerge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-07 Steinar H. GundersonMerge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-07 Steinar H. GundersonRemove OnCommit usage, which does not work anymore...
2012-02-07 Steinar H. GundersonWe do not need libpq3-config.
2012-02-07 Steinar H. GundersonSome C++ fixes for slightly stricter GCC.
2005-06-11 Steinar H. GundersonFixed a syntax error in the calling of a stored procedure.
2005-06-11 Steinar H. GundersonMoved FetchMaxScoreForPlayers into a stored procedure.
2005-06-11 Steinar H. GundersonMove FetchMaxScoreForSongs into a stored procedure.
2005-04-23 Steinar H. GundersonFix so groups larger than nine are properly centered...
2005-04-23 Steinar H. GundersonVarious changes and fixes for CC1.
2005-04-23 Steinar H. GundersonHardcode single-only songs for now.
2005-04-23 Steinar H. GundersonPull in changes from --baby.
2005-03-30 Steinar H. GundersonMake more room for the players in the "top 10 scores...
2005-03-30 Steinar H. GundersonFix crash in RotateScreen when there are no subscreens.
2005-03-30 Steinar H. GundersonFix max score for players; only chosen songs can't...
2005-03-30 Steinar H. GundersonFix list of finished groups; don't show elimination...
2005-03-05 Steinar H. GundersonDon't show total if we only have one song.
2005-03-05 Steinar H. GundersonFix off-by-one for "needs to lead" code.
2005-03-05 Steinar H. GundersonDon't show "needs to qualify" if all in group qualify.
2005-03-05 Steinar H. GundersonFixed "number of played songs" detection for bigscreen...
2005-03-05 Steinar H. GundersonHack the rotate screen so it doesn't delay new updates...
2005-03-05 Steinar H. GundersonActually fetch the number of players on the machine...
2005-03-05 Steinar H. GundersonAdd code in the bigscreen for supporting versus groups...
2005-03-05 Steinar H. GundersonRefactoring, always refactoring...
2005-03-05 Steinar H. GundersonRemove an obsolete comment.
2005-03-05 Steinar H. GundersonYet more refactoring.
2005-03-04 Steinar H. GundersonYet more refactoring.
2005-03-04 Steinar H. GundersonAdded refactoring comment
2005-03-04 Steinar H. GundersonMore refactoring.
2005-03-04 Steinar H. GundersonMore refactoring.
2005-03-04 Steinar H. GundersonMild refactoring.
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. GundersonForgot to add the prototype for set_screen_size().
2005-03-01 Steinar H. GundersonLet the font system take in a physical resolution,...
2005-03-01 Steinar H. GundersonSet default resolution to 1024x768.
2005-03-01 Steinar H. GundersonMake a "logical resolution" (yuck!) of 800x600 for...
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. GundersonMake the "top 10 scores" and "top 5 chosen songs" scree...
2005-03-01 Steinar H. GundersonFix a bug where all new screens would be cycled on...
2005-03-01 Steinar H. GundersonThe auxilliary screen now also shows all finished groups.
2005-02-28 Steinar H. GundersonStop RotateScreen from crashing when it has no subscreens.
2005-02-28 Steinar H. GundersonAdjusted the columns in the top 5 chosen songs a bit.
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. GundersonSplit the bigscreen objects in the Makefile into slight...
2005-02-28 Steinar H. GundersonActually fetch and display the top 10 scores.
2005-02-28 Steinar H. GundersonAdd the framework for a top 10 screen.
2005-02-28 Steinar H. GundersonFetch the list of auxilliary screens.
next