]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat
Add ranks view based on game type.
[xonotic/xonstat.git] / xonstat /
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.
2011-12-19 Ant ZucaroStrip colors too when saving stripped_nick.
2011-12-19 Ant ZucaroUse utcnow for submissions. Set REMOTE_ADDR.
2011-12-18 Ant ZucaroColor ^1 should be red, not orange.
2011-12-18 Ant ZucaroSwap blue and red team color numbers. I had the two...
2011-12-15 Ant ZucaroCheck for exactly two REAL players before setting ...
2011-12-15 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-12-15 Ant ZucaroFix indentation. Dumb.
2011-12-15 Ant ZucaroProperly account for the new duel game type.
2011-12-15 Ant ZucaroDefault to the empty string if passed None.
2011-12-15 Ant ZucaroAdd support for the not-yet-created "duel" gametype.
2011-12-15 Ant ZucaroStore stripped_nick for pgstats.
2011-12-15 Ant ZucaroReplace ^^ with ^.
2011-12-15 Ant ZucaroAdd color decoding by dmazary. Thanks!
2011-12-13 Ant ZucaroGame searches.
2011-12-13 Ant ZucaroAdd server and map search options.
2011-12-09 Ant ZucaroBasic player search functionality.
2011-12-08 Ant ZucaroAdd a "leaderboard"-like view to the map info page.
2011-12-08 Ant ZucaroBetter navigation links.
2011-12-08 Ant ZucaroAdd navlinks to the other index pages.
2011-12-08 Ant ZucaroMake a generic navlinks def in mako.
2011-12-07 Ant ZucaroAdd pagination and fuzzy date to the player_index.
2011-12-07 Ant ZucaroReturn proper HTTP codes.
2011-12-06 Ant ZucaroRevert the match_id fix of the previous commit.
2011-12-06 Ant ZucaroHotfix for malformed match_ids: remove leading '0.'.
2011-12-05 Ant ZucaroSave the match_id as game_meta, and use it to keep...
2011-12-01 Ant ZucaroStore IP address and revision information on servers.
2011-11-22 Ant ZucaroFix hashkey creation.
2011-11-21 Ant ZucaroDave does have a point.
2011-11-21 Ant ZucaroFix accuracy of comment to clarify intent.
2011-11-21 Ant ZucaroDecode the funky chars coming from Xonotic.
2011-11-20 antzucaroSort by the weapon's description in the accuracy table.
2011-11-20 antzucaroFilter the output of nick_html_colors so it is not...
2011-11-20 antzucaroPass ALL weapon stats to the accuracy def, not just...
2011-11-20 antzucaroMerge pull request #2 from dmazary/master
2011-11-18 Ant ZucaroFix indentation issues. Whoops.
2011-11-17 Ant ZucaroAdd stripped nick to the player record when adding...
2011-11-16 Ant ZucaroUse UTC now() instead of regular now(). We are global...
2011-11-16 Ant ZucaroReverse sort the server_index view.
2011-11-16 Ant ZucaroReverse sort the map_index page. This is done via the...
2011-11-16 Ant ZucaroReverse sort the player index page.
2011-11-16 Ant ZucaroDo not sort the data in the tables until a user clicks...
2011-11-14 Ant ZucaroGet rid of "git build" from the header image. It is...
2011-11-14 Ant ZucaroRename rifle...again. Sigh.
2011-11-11 David MazaryUpdated qfont_decode to use Xonotic's qfont_table.
2011-11-11 antzucaroFix partitioned table error. Change to new registry...
2011-11-11 David MazaryDecoding of quake's qfont to ascii.
2011-11-11 Ant ZucaroFix flush() error with partitioned tables by explicitly...
2011-11-03 Ant ZucaroAdd top scorers to the server_info view and template.
2011-11-03 Ant ZucaroAdd a server leaderboard of sorts.
2011-11-03 Ant ZucaroChange titles, rank by alivetime for active players.
2011-11-03 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-11-03 Ant ZucaroFix repr with bad attribute.
2011-11-03 Ant ZucaroAdd winners to the main page. highlight the team color...
2011-11-01 Ant ZucaroPrevent people from viewing the bot and untracked playe...
2011-11-01 Ant ZucaroReturn different HTTP status codes based on what happened.
2011-10-31 Ant ZucaroDo not nick track player #2!
2011-10-31 Ant ZucaroIf multiple servers are found with the same name, use...
2011-10-31 Ant ZucaroFix issue where servers on the same host resolve to...
2011-10-28 Ant ZucaroIf we are going to roll back upon exception, we need...
2011-10-28 Ant ZucaroUse hashkey lookups for servers just like we do with...
2011-10-27 Ant ZucaroAdd a leaderboard lifetime. Default to 30. New config...
2011-10-27 Ant ZucaroRemove curl url and pk3 name from map_info template...
2011-10-25 Ant ZucaroRemove game mutator and map gametype support. Add serve...
2011-10-24 Ant ZucaroAdd a "header" of sorts to the post body for debugging...
2011-10-24 Ant ZucaroLimit gametype support. CA, LMS, and CTS are not usable...
2011-10-21 Ant ZucaroAdd d0_blind_id signing to the POST requests.
2011-10-20 Ant ZucaroConfigure required minimum players using the ini file.
2011-10-18 Ant ZucaroAdd a minimum required players function
2011-10-18 Ant ZucaroAdd has_required_metadata function to check for proper...
2011-10-18 Ant ZucaroAdd docstring to is_real_player
2011-10-18 Ant ZucaroAdd is_real_player function.
2011-10-18 Ant ZucaroClean up debug messages.
2011-10-18 Ant ZucaroAddress unicode issues with repr and finding servers...
next