]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat
Merge branch 'master' into zykure/approved
[xonotic/xonstat.git] / xonstat /
2013-01-26 Ant ZucaroMissed a gametype in the supported_games list.
2013-01-26 Ant ZucaroAdd CTS support to the scoreboard.
2013-01-26 Ant ZucaroClean up scoreboard and accuracy info for CTS.
2013-01-26 Ant ZucaroAdd a new blank game check for CTS.
2013-01-26 Ant ZucaroAdd cq support to the scoreboard.
2013-01-26 Ant ZucaroAdd CA support to the scoreboard.
2013-01-26 Ant ZucaroAdd assault support to the scoreboard
2013-01-26 Ant ZucaroSupport a ton of new fields.
2013-01-25 Ant ZucaroAllow version-specific gametype support.
2013-01-25 Ant ZucaroRemove a debug statement.
2013-01-23 Ant ZucaroMake latency displays parameter-driven.
2013-01-22 Jan BehrensFixed display of bots in the scoreboard
2013-01-22 Jan BehrensMaking CA games work in XonStat
2013-01-22 Jan BehrensMerge branch 'master' of http://git.xonotic.org/xonotic...
2013-01-21 Ant ZucaroAdd two helper methods to simplify.
2013-01-21 Ant ZucaroMajor refactor of submissions code.
2013-01-21 Ant Zucaroremove old submission handler
2013-01-21 Ant ZucaroRedo submission handling.
2013-01-18 Jan BehrensSome layout fixes for the player badges (nick_maxwidth)
2013-01-16 Jan BehrensMerge branch 'approved' of gitorious.org:xonotic/xonsta...
2013-01-16 Jan BehrensMerge branch 'master' into approved.new
2013-01-16 Jan BehrensAdd views for player captimes (all the fastest caps...
2013-01-16 Ant ZucaroUse scoreboardpos instead of rank to sort.
2013-01-16 Ant ZucaroSupport the new scoreboardpos and teamrank fields.
2013-01-11 Jan BehrensMerge branch 'master' into approved
2012-12-30 Ant Zucaro404 when hashkey is not found.
2012-12-30 Ant ZucaroDo not send top-level elo/rank/pct.
2012-12-30 antzucaroAdd a plain text hashkey view for menu integration.
2012-12-24 Ant ZucaroMake the player game index Elo arrows clickable.
2012-12-24 Ant ZucaroWhoops, add the game finder template!
2012-12-24 Ant ZucaroAdd game finder links to the "info" views.
2012-12-24 Ant ZucaroAdd a basic game finder view at the /gamefinder URL.
2012-12-23 Ant ZucaroAdd a __repr__ to RecentGames for easy debugging.
2012-12-23 Jan BehrensAdd a new named argument for the ini-file to be used
2012-12-23 Ant ZucaroAdd comment to the get_ranks function.
2012-12-23 Ant ZucaroRefactor the "top <blah>" tables on the front page...
2012-12-23 Ant ZucaroSimplify the rank table calculations. Woohoo, negative...
2012-12-23 Ant ZucaroFix the player JSON view with a _asdict() method to...
2012-12-23 Ant ZucaroAdd a new summary statistics byline below the main...
2012-12-23 Ant ZucaroAdd object relational mappings for the summary stats...
2012-12-23 Ant ZucaroIntegrate the new helpers everywhere.
2012-12-23 Ant ZucaroUse start_dt instead of create_dt.
2012-12-23 Ant ZucaroAdd a JSON Elo view to support autobalance.
2012-12-23 Ant ZucaroAdd a hashkey view similar to the player_info JSON...
2012-12-23 Ant ZucaroExplicitly set an update_dt when elos are processed.
2012-12-23 Ant ZucaroIf there are no recent games, do not show the section.
2012-12-23 Ant ZucaroMake recent games more bullet-resistant :)
2012-12-23 Ant ZucaroDon't pre-fill the "recent games" section with hyphens.
2012-12-23 Ant ZucaroRecent -> Most Recent for maps too.
2012-12-23 Ant ZucaroSmall copy change for the server info page.
2012-12-23 Ant ZucaroSprite-ify the map and server info pages too.
2012-12-23 Ant ZucaroSprite-ify a few templates.
2012-12-23 Ant ZucaroAdd css sprites for weapons and game types.
2012-12-23 Ant ZucaroUse the new helpers for the server_info page as well.
2012-12-23 Ant ZucaroUse the new helpers on the map info page.
2012-12-23 Ant ZucaroLooks better this way, and performs the same.
2012-12-23 Ant ZucaroMake the "recent games" section more modular.
2012-12-23 Ant ZucaroAdd the game's duration to the game info page, if it...
2012-12-23 Ant ZucaroProvide an option to show elo deltas on the game info...
2012-12-23 Ant ZucaroProper fix for big alivetimes.
2012-12-23 Ant ZucaroHandle Elos properly when players have big alivetimes.
2012-12-23 Ant ZucaroParse and store the game's duration.
2012-12-23 Malcolm GillFixed double negative, maybe the most helpful ever.
2012-12-23 Ant ZucaroLink to the game for each cap record.
2012-12-23 Ant ZucaroAdd overall best flag capture times to the map info...
2012-12-23 Ant ZucaroShow the best flag capture times on the game info page.
2012-12-23 Ant ZucaroAdd ping to the scoreboard.
2012-12-23 Ant ZucaroUncomment elo processing code.
2012-12-23 Ant ZucaroAssault icons.
2012-12-23 Ant ZucaroAdd storage of captimes and fastest caps.
2012-12-23 Ant ZucaroHandle nonexistent elo deltas gracefully.
2012-12-23 Ant ZucaroMake the "recent games" table expand with the "more...
2012-12-23 Ant ZucaroAdd elo deltas to the player info page.
2012-12-23 Ant ZucaroAdd "ft" icon for freezetag.
2012-12-23 Ant ZucaroCheck nick uniqueness before storing.
2012-12-23 Ant ZucaroUse the gametype icons in the tabs!
2012-12-23 Ant ZucaroAdd comment to the get_ranks function.
2012-12-22 Ant ZucaroRefactor the "top <blah>" tables on the front page...
2012-12-22 Ant ZucaroSimplify the rank table calculations. Woohoo, negative...
2012-12-21 Ant ZucaroFix the player JSON view with a _asdict() method to...
2012-12-16 Ant ZucaroAdd a new summary statistics byline below the main...
2012-12-15 Ant ZucaroAdd object relational mappings for the summary stats...
2012-12-14 Ant ZucaroIntegrate the new helpers everywhere.
2012-12-14 Ant ZucaroUse start_dt instead of create_dt.
2012-12-11 Ant ZucaroAdd a JSON Elo view to support autobalance.
2012-12-04 Ant ZucaroAdd a hashkey view similar to the player_info JSON...
2012-12-02 Ant ZucaroExplicitly set an update_dt when elos are processed.
2012-11-30 Ant ZucaroIf there are no recent games, do not show the section.
2012-11-25 Ant ZucaroMake recent games more bullet-resistant :)
2012-11-25 Ant ZucaroDon't pre-fill the "recent games" section with hyphens.
2012-11-25 Ant ZucaroRecent -> Most Recent for maps too.
2012-11-25 Ant ZucaroSmall copy change for the server info page.
2012-11-25 Ant ZucaroSprite-ify the map and server info pages too.
2012-11-25 Ant ZucaroSprite-ify a few templates.
2012-11-25 Ant ZucaroAdd css sprites for weapons and game types.
2012-11-19 Ant ZucaroUse the new helpers for the server_info page as well.
2012-11-19 Ant ZucaroUse the new helpers on the map info page.
2012-11-19 Ant ZucaroLooks better this way, and performs the same.
2012-11-19 Ant ZucaroMake the "recent games" section more modular.
2012-11-15 Ant ZucaroAdd the game's duration to the game info page, if it...
next