]> de.git.xonotic.org Git - xonotic/xonstat.git/shortlog
xonotic/xonstat.git
2011-05-05 Ant ZucaroAdd basic views for player and game info, plus the...
2011-05-03 Ant ZucaroMajor reorganization of how models are initialized...
2011-05-02 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-05-02 Ant ZucaroPrevent servers and games from all of them having the...
2011-05-02 Ant ZucaroAddress duplicate server/map problem with warn messages...
2011-04-28 azucaroAdd check for scoreboardvalid in addition to joins...
2011-04-28 Ant ZucaroComment out weapon stats for now.
2011-04-28 Ant ZucaroAdd missing parens.
2011-04-27 azucaroSet pwstats to zero if we hit a keyerror.
2011-04-27 azucaromatch -> matched (whoops, missed that one).
2011-04-27 azucaroMake player_weapon_stat parsing more clear.
2011-04-26 azucaroRemove unneeded comments. Refactor main POST parsing...
2011-04-03 Ant ZucaroAdd more debugging statements. Fix "joins" vs "matches...
2011-04-03 Ant ZucaroAdd some debugging output. Fix search for maps that...
2011-04-03 Ant ZucaroAdd new TODOs.
2011-04-02 Ant ZucaroAdd a generic template.
2011-04-02 Ant ZucaroAdd debugging output for the request body.
2011-04-01 Ant ZucaroAdd license.
2011-04-01 Ant ZucaroAdd README.
2011-04-01 Ant ZucaroFix integrity errors when creating player_game_stat...
2011-04-01 Ant ZucaroImport views from old pyramid version of xonstat. Confi...
2011-04-01 Ant ZucaroAdd jinja2 default directory.
2011-03-31 Ant ZucaroPort models from old Pyramid project. Reflect all tables.
2011-03-31 Ant ZucaroIgnore compiled Python files.
2011-03-31 Ant ZucaroAdd engine setup and database structure creation function.
2011-03-31 Ant ZucaroDo not use Zope transaction manager.
2011-03-31 Ant ZucaroRemove throwaway model and view from Paster template.
2011-03-31 Ant ZucaroInitial commit from Paster template