]> de.git.xonotic.org Git - xonotic/xonstat.git/shortlog
xonotic/xonstat.git
2012-08-01 Ant ZucaroUse score-scaling Elo for non-duels.
2012-07-25 Ant ZucaroUse traditional (win-based) Elo instead of score-based.
2012-07-21 Ant ZucaroWhoops, elo_delta in the wrong order.
2012-07-21 Ant ZucaroDon't dock Elo points if the player won.
2012-07-21 Ant ZucaroRemove +/- points display on scoreboard.
2012-07-07 Ant ZucaroRemove < 50 restriction.
2012-07-07 Ant ZucaroBasic support for batch processes.
2012-07-07 Ant ZucaroDon't die if no favorite map exists.
2012-06-30 Ant ZucaroAllow player view functions to be imported.
2012-06-20 Ant ZucaroAdd elo delta tracking.
2012-06-20 Ant ZucaroDebug message when a duplicate game is submitted.
2012-06-18 Ant ZucaroShow ranks on the player_info page.
2012-06-18 Ant ZucaroChange the query group by, return dict instead of Map.
2012-06-18 Ant ZucaroAdd favorite map support.
2012-06-16 Ant ZucaroWhoops, missed a comma.
2012-06-16 Ant ZucaroFix merge conflict, change indentation a bit.
2012-06-16 Ant ZucaroMake RL the default dmg graph weapon.
2012-06-16 Ant ZucaroSmall style changes to the graph.
2012-06-16 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2012-06-16 Ant ZucaroIntegrate the damage efficiency graph in player_info.
2012-06-15 Ant ZucaroAdd a damage efficiency view structure.
2012-06-06 antzucaroMerge pull request #12 from nyov/nyov/conversion
2012-06-05 nyovRoutes for json views
2012-06-05 nyovDummy json views
2012-06-05 nyovModel representations for json serialization
2012-06-05 nyovUse jsonp renderer for remote requests (or this API...
2012-06-05 nyovSome code format changes for better readability
2012-06-05 nyovdos2unix file conversions for everything
2012-06-03 antzucaroMerge pull request #11 from nyov/nyov/refactor
2012-05-17 antzucaroMerge pull request #10 from nyov/nyov/favicon
2012-05-16 Ant ZucaroMerge https://github.com/nyov/xonstat into nyov-header
2012-05-16 Ant ZucaroPlayer_game_index needs to use GET too.
2012-05-16 nyovrefactored views in preparation for json output
2012-05-16 nyovxonotic favicon
2012-05-16 Ant ZucaroAdd initial support for JSON on map_index view.
2012-05-15 nyovmake README more readable in terminal
2012-05-15 nyovMerge remote-tracking branch 'antzucaro/master'
2012-05-15 Ant ZucaroRemove _paged views.
2012-05-15 Ant ZucaroConvert rank_index to use page as GET too.
2012-05-14 Ant ZucaroMake pagination a GET parameter, not part of the URL.
2012-05-14 Ant ZucaroRemove debug statement.
2012-05-14 Ant ZucaroDo not die if missing revision metadata.
2012-05-06 Ant ZucaroRemove 404 on include, remove doubled double quote.
2012-05-06 nyovMerge remote-tracking branch 'antzucaro/master'
2012-05-06 nyovclean dangling commit on actually merged branch
2012-05-05 Ant ZucaroTurn off dots, enable hover for average.
2012-05-05 nyovadapted z's search engine hints and header
2012-05-05 nyovadapted z's search engine hints and header
2012-05-05 nyovModified Readme
2012-05-05 Ant ZucaroAdd more goodies to the accuracy graph. Tooltips, a...
2012-05-05 Ant ZucaroAdd labels to the graph.
2012-05-03 Ant ZucaroPrevent rollup animation from being seen on game info...
2012-05-03 Ant ZucaroMake the background black, as the transparency was...
2012-04-30 Ant ZucaroFix player_info template for missing player.
2012-04-30 Ant ZucaroAdd a toggle-able accuracy selector to the player info...
2012-04-29 Ant ZucaroInitial version of ajax-updating of the accuracy graph.
2012-04-28 Ant ZucaroAjaxify the accuracy graph.
2012-04-28 antzucaroDon't throw an error if the number of duel ranks found...
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 David MazaryReduce the operations in hex_repl for a small performan...
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.
next