]> de.git.xonotic.org Git - xonotic/xonstat.git/shortlog
xonotic/xonstat.git
2012-04-25 Ant ZucaroClean up the graph, make a new JSON view for accuracy...
2012-04-24 Ant ZucaroRemove jinja2 dependency in requires, add PasteScript.
2012-04-21 Ant ZucaroAdd issues and FAQ links.
2012-04-21 Ant ZucaroThe latest games need to be at the end of the array...
2012-04-21 Ant ZucaroNeeded to use httpexceptions here. That class does...
2012-04-21 Ant ZucaroRemove jinja2 dependency.
2012-04-21 Ant ZucaroUse utcnow() as the basis for calculating fuzzy date...
2012-04-19 Ant ZucaroWhoops, left in a debugging statement.
2012-04-17 Ant ZucaroAdds an accuracy graph and removes the overall accuracy...
2012-04-15 Ant ZucaroAdd some kill ratio and win percentage, clean up recent...
2012-03-27 Ant ZucaroAdd Google Analytics support.
2012-03-20 Ant ZucaroHuge performance boost for the DB queries on the home...
2012-03-19 Ant ZucaroReduce one operation in hex_repl (util.py) via dmazary.
2012-03-18 Ant ZucaroCap RGB value darkness by first converting to HSL,...
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazaryround and int rgb css color values
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazarylist comprehension instead of map.
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazarynormalize from 255 to 1 correctly :)
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazaryadjust color scales between css and Python's colorsys
2012-03-18 antzucaroMerge pull request #7 from dmazary/patch-3
2012-03-18 David Mazaryfix typos
2012-03-18 David MazaryChange font color instead of using a css class.
2012-03-16 David MazaryIdea about classifying text as light or dark so css...
2012-03-16 Ant ZucaroFix second page links on search queries.
2012-03-16 Ant ZucaroDon't show the navigation links if we're on the first...
2012-03-15 Ant ZucaroAdd an itemized breakdown of the games played by a...
2012-03-15 antzucaroMerge pull request #6 from dmazary/patch-2
2012-03-15 David Mazaryuse cgi.escape to escape &,<,>
2012-03-14 Ant ZucaroHonor cl_allow_uid2name 0 when cl_allow_uidtracking...
2012-03-14 antzucaroMerge pull request #5 from dmazary/patch-1
2012-03-10 Ant ZucaroShow player elo on the player info page.
2012-03-09 Ant ZucaroTurn on CA support, testing to commence this weekend!
2012-03-01 Ant ZucaroIgnore deactivated players in search and in player...
2012-02-20 Ant ZucaroFix "more games played by player <blah> page.
2012-02-20 Ant ZucaroShow navigatoin links when on the last page too.
2012-02-20 Ant ZucaroFix the font rendering on Win7+Chrome.
2012-02-17 Ant ZucaroFilter the nicks properly.
2012-02-08 Ant ZucaroFix the ordering of things and the view game links.
2012-02-08 Ant ZucaroRemove quick links to accuracy info.
2012-02-08 Ant ZucaroAdd advanced search to the top nav.
2012-02-08 Ant ZucaroMake accuracy information expandable.
2012-02-08 Ant ZucaroGrifify the game info page.
2012-02-06 Ant ZucaroMake the scoreboards look more like they used to.
2012-02-06 Ant ZucaroCenter the footer.
2012-02-06 Ant ZucaroFix right-hand side of the border for Samual.
2012-02-05 Ant ZucaroAdd real download link location.
2012-02-05 Ant ZucaroIntegrate searches coming in from the navbar.
2012-02-05 Ant ZucaroSet destination for nav search form. Use search type...
2012-02-05 David MazaryMore Pythonic check for qfont character range :)
2012-02-05 Ant ZucaroAdd the search bar on the right of the nav bar.
2012-02-05 Ant ZucaroAdd hero unit to main page only.
2012-02-05 Ant ZucaroGridify the map info page.
2012-02-05 Ant ZucaroGridify the player and server info pages.
2012-02-05 Ant ZucaroWhoops, add the png and svg versions of the xon icon.
2012-02-05 Ant ZucaroAdd the proper styling to the accuracy table.
2012-02-05 Ant ZucaroGridify the index pages.
2012-02-05 Ant ZucaroUpdate styles.
2012-02-05 Ant ZucaroUpdate fonts.
2012-02-05 Ant ZucaroAdd top navigation stub.
2012-02-04 Ant ZucaroRemove header from recent games column.
2012-02-03 Ant ZucaroIntegrate navigation mako file and titles.
2012-02-02 Ant ZucaroStarted laying out the new grid framework.
2012-01-28 Ant ZucaroUse PlayerRank instead of PlayerElo when displaying...
2012-01-22 Ant ZucaroAdd more links to the rankings.
2012-01-22 Ant ZucaroDo not use an explicit schema
2012-01-22 Ant ZucaroAdd player_ranks to the mix - it is a batch table inten...
2012-01-22 Ant ZucaroSimplify navlinks. Woohoo!
2012-01-21 Ant ZucaroSet a minimum # of games required to show in ranks.
2012-01-20 Ant ZucaroRemove "more" links for now. Need to fix pagination...
2012-01-20 Ant ZucaroAdd rankings to the main page.
2012-01-20 Ant ZucaroAdd ranks view based on game type.
2012-01-19 Ant ZucaroFix bad namespace which breaks search.
2012-01-16 Ant ZucaroRemove elo values when k==0.
2012-01-16 Ant ZucaroSend duration for KREDUCTION calc.
2012-01-14 Ant ZucaroMerge branch 'elo'
2012-01-14 Ant ZucaroShould be ready to go now!
2012-01-13 Ant ZucaroIt works! Still need to remove the commented out sectio...
2012-01-12 Ant ZucaroMerge conflict fix.
2012-01-12 Ant ZucaroFixed a few indexing things, but still not working...
2012-01-12 Ant ZucaroAdd search link to the nav.
2012-01-12 Ant ZucaroCheck for new-style bot hashkeys too.
2012-01-12 Ant ZucaroLoop over elos.
2012-01-06 Ant ZucaroInitial debug version of elo ranking.
2011-12-27 Ant ZucaroFix duel checking.
2011-12-26 Ant ZucaroAdd gametypes to search.
2011-12-25 antzucaroChange view and route configuration to match Pyramid...
2011-12-24 Ant ZucaroChange up the terms on the map page.
2011-12-24 Ant ZucaroDecode the font when going to HTML.
2011-12-24 Ant ZucaroFix search pagination.
2011-12-22 Ant ZucaroAdd basic search to the index pages.
2011-12-22 Ant ZucaroChange definition of a blank game.
2011-12-22 Ant ZucaroNegate the blank game check. Dumb.
2011-12-22 Ant ZucaroDo not store blank games.
2011-12-22 Ant ZucaroDo not use x-server-ip.
2011-12-21 Ant ZucaroUse X-Forwarded-For properly.
2011-12-19 Ant ZucaroMerge branch 'search'
2011-12-19 Ant ZucaroMake accuracy links work again.
next