]> de.git.xonotic.org Git - xonotic/xonstat.git/shortlog
xonotic/xonstat.git
2011-05-19 Ant ZucaroGet rid of old query in server_info view.
2011-05-19 Ant ZucaroSimplify query (again) for server_info view and templat...
2011-05-19 Ant ZucaroClean up some of the queries to avoid from_statement...
2011-05-19 Ant ZucaroMove page_url() to util.
2011-05-18 Ant ZucaroRedo SQLA query for game_index (it works!). Change...
2011-05-16 Ant ZucaroStart work on pagination for games: new view, route...
2011-05-16 Ant ZucaroAdd player accuracy tracking (!!!). Bots do not get...
2011-05-15 Ant ZucaroConvert using the given epoch value (to UTC time)
2011-05-14 Ant ZucaroPrevent all-bot games from taking up sequence space.
2011-05-14 Ant ZucaroReword some aspects of the player info template.
2011-05-14 Ant ZucaroAdd recent games to server info view and template.
2011-05-10 Ant ZucaroAdd more detail and linking to the views and correspond...
2011-05-09 Ant ZucaroAdd stip and html colorify to PlayerGameStat model...
2011-05-08 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-05-08 Ant ZucaroAdd a file for general utility functions
2011-05-06 Ant ZucaroAdd recent games to the player_info view (still buggy).
2011-05-05 Ant ZucaroAdd map_info view and template.
2011-05-05 azucaroAdd template for server_info view.
2011-05-05 azucaroAdd server info view. Do a try/except block around...
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