]> git.sesse.net Git - ccbs/shortlog
ccbs
2012-02-19 Steinar H.... Fix column headings; they were broken after a mismerge.
2012-02-18 Steinar H.... Ignore built files in .gitignore.
2012-02-18 Steinar H.... Support a theme.config.local.
2012-02-18 Steinar H.... Move the database configuration to the config file.
2012-02-18 Steinar H.... Move most of the resolution settings to the config...
2012-02-18 Steinar H.... Support different theming for odd/even rows.
2012-02-18 Steinar H.... Split up the “data” class into more specific members.
2012-02-18 Steinar H.... Fix RGB/BGR issues in fill_background().
2012-02-18 Steinar H.... Move the theming out to a runtime-read config file...
2012-02-18 Steinar H.... Parametrize color scheme into a separate header file.
2012-02-18 Steinar H.... Center some headings a bit better.
2012-02-18 Steinar H.... Make backgrounded invalidated screens less database...
2012-02-18 Steinar H.... Fix a Valgrind hit in RotateScreen.
2012-02-18 Steinar H.... Prepare top 5 chosen screen for widescreen.
2012-02-18 Steinar H.... Prepare top 10 score screen for widescreen.
2012-02-18 Steinar H.... Prepare the group screen for widescreen.
2012-02-18 Steinar H.... Quit on escape or closed window.
2012-02-18 Steinar H.... In RotateScreen destructor, do not leak subscreen surfaces.
2012-02-18 Steinar H.... Fix the rotatescreen fading so subpixel LCD works again...
2012-02-18 Steinar H.... Fix the tournamnent end-mode selection.
2012-02-18 Steinar H.... Fix the pitch check (pitch from SDL is in bytes, not...
2012-02-18 Steinar H.... On the last fade-from-red, just complete the fade inste...
2012-02-18 Steinar H.... Speed up the fades a bit.
2012-02-18 Steinar H.... Optimization: If pitch == width, render directly into...
2012-02-18 Steinar H.... Do not use fullscreen by default.
2012-02-18 Steinar H.... Reinstate the splitscreen.
2012-02-18 Steinar H.... Disable cursor in fullscreen mode.
2012-02-18 Steinar H.... Add a fullscreen define.
2012-02-18 Steinar H.... If we do not have a short title, use the long one in...
2012-02-17 Steinar H.... Fix a mismatched new[]/delete.
2012-02-17 Steinar H.... Replace TinyPTC with SDL.
2012-02-17 Steinar H.... Fix the pqxx include.
2012-02-11 Steinar H.... Port to pqxx3, where we need the widestring traits...
2012-02-11 Steinar H.... Minor hack for the new database structure.
2012-02-11 Steinar H.... Compile with debugging information.
2012-02-10 Steinar H.... Fix player link in songs.pl.
2012-02-10 Steinar H.... Fix CCBS parsing of nicks with spaces in them.
2012-02-09 Steinar H.... Merge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-09 Steinar H.... Order by tournament name as a last resort, to get consi...
2012-02-09 Steinar H.... Add a script to parse the CCBS player list and set...
2012-02-09 Steinar H.... Added a script to parse the HTML from www.positivegamin...
2012-02-07 Steinar H.... Merge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-07 Steinar H.... Fix some SQL errors that crept in during refactoring.
2012-02-07 Steinar H.... Fix syntax error in gettextification.
2012-02-07 Steinar H.... Fix showing of open groups for non-public.
2012-02-07 Steinar H.... Fix syntax errors.
2012-02-07 Steinar H.... Remove OnCommit usage, which does not work anymore...
2012-02-07 Steinar H.... We do not need libpq3-config.
2012-02-07 Steinar H.... Some C++ fixes for slightly stricter GCC.
2005-07-20 Steinar H.... Fix corner casing in PL/SQL functions for finding min...
2005-07-20 Steinar H.... i18nize the season name in show-tournament.pl as well.
2005-07-20 Steinar H.... Update nb_NO.
2005-07-20 Steinar H.... Actually do the season name translation as well
2005-07-20 Steinar H.... Update nb_NO translation.
2005-07-20 Steinar H.... Translate season names.
2005-07-20 Steinar H.... Fixed some language code link problems.
2005-07-20 Steinar H.... Added nn_NO translation by Knut Auvor Grythe :-)
2005-07-17 Steinar H.... Stop hardcoding web roots -- make it a config variable...
2005-07-17 Steinar H.... Bring translation status up-to-date.
2005-07-17 Steinar H.... Fix the default locale to be actually a valid one.
2005-07-17 Steinar H.... Add support for the user selecting languages.
2005-07-17 Steinar H.... Fix a typo in index.tmpl.
2005-07-17 Steinar H.... Updates to nb_NO translation.
2005-07-17 Steinar H.... Fix a somewhat odd bug in the index template.
2005-07-17 Steinar H.... Fix a bad bug where noadmin would never be set.
2005-07-17 Steinar H.... Update translations.
2005-07-17 Steinar H.... Multiple changes to make it possible to run www.positiv...
2005-07-17 Steinar H.... Remove .htaccess file, it shouldn't be in the upstream...
2005-07-17 Steinar H.... Add a stray SQL file that had been sitting in my direct...
2005-07-17 Steinar H.... Add the CSS file from --pgweb.
2005-07-17 Steinar H.... Merge in "locked || public" changes from --pgweb, sort...
2005-07-17 Steinar H.... Move the database config into config.pm.
2005-07-17 Steinar H.... Pull in an SQL fix from who-knows-where.
2005-07-17 Steinar H.... Translate the three missing nb_NO strings.
2005-07-17 Steinar H.... Fix some strings into English.
2005-07-17 Steinar H.... Add --statistics to msgfmt run.
2005-07-17 Steinar H.... Remove a debugging message.
2005-07-17 Steinar H.... Move config stuff over in a separate file.
2005-07-17 Steinar H.... Set the locale early enough for everything to be transl...
2005-07-17 Steinar H.... Gettextify more (the rest?).
2005-07-17 Steinar H.... Start gettextifying Perl scripts (and thus titles)...
2005-07-17 Steinar H.... Set correct character set for gettext stuff.
2005-07-17 Steinar H.... Make nb_NO compile. :-)
2005-07-17 Steinar H.... Switch to nb_NO.
2005-07-17 Steinar H.... Lots of changes/fixes to the new translation stuff.
2005-07-17 Steinar H.... Switch to English as a default language, and make a...
2005-07-17 Steinar H.... Restore inadvertedly removed rm -f.
2005-07-17 Steinar H.... Translations of the main template.
2005-07-17 Steinar H.... Add an ugly hack to be able to process main.tmpl.
2005-07-17 Steinar H.... Lots of translation updates.
2005-07-17 Steinar H.... Whoa, actually add po/ directory.
2005-07-17 Steinar H.... Add an English translation.
2005-07-17 Steinar H.... Support <option> in template stuff.
2005-07-17 Steinar H.... Minor template tweaks.
2005-07-17 Steinar H.... Make a workaround for stupid gettext("") borkage.
2005-07-17 Steinar H.... Use/support <_> and </_>.
2005-07-17 Steinar H.... Run msgmerge at the end of updating templates.pot.
2005-07-17 Steinar H.... Add a script to compile all the .po files.
2005-07-16 Steinar H.... Add gettext support to the template frontend!
2005-07-16 Steinar H.... Actually make templates.po creation work. :-)
next