]> de.git.xonotic.org Git - xonotic/xonstat.git/shortlog
xonotic/xonstat.git
2011-06-30 antzucaroMerge pull request #1 from z/master
2011-06-29 Tyler MulliganThe media I forgot to include
2011-06-29 Tyler MulliganApplied Xonotic HTML/CSS/JS theme and worked existing...
2011-06-29 Ant ZucaroAvoid keyerror when rendering the scoreboard.
2011-06-29 Ant ZucaroAdd dependencies
2011-06-28 antzucaroMake links in nav use route_url instead of hard-coding...
2011-06-28 antzucaroFix nick escaping problem by appending |n to disable...
2011-06-28 antzucaroModularize the scoreboard with defs - one for header...
2011-06-27 antzucaroFix view accuracy link
2011-06-24 Ant ZucaroAdd server index and template. Fix links on player...
2011-06-24 Ant ZucaroCreate a map index view and corresponding template.
2011-06-24 Ant ZucaroAdd a player index. Change the base template to have...
2011-06-24 Ant ZucaroSmall fix for ordering in game_index
2011-06-24 Ant ZucaroAdd more info to the player_info view and template
2011-06-24 Ant ZucaroAdd strip colors utility function.
2011-06-21 Ant ZucaroClean up main page, remove centering and generally...
2011-06-21 Ant ZucaroAdd closing table tag.
2011-06-19 Ant ZucaroRemove styling for a lot of things. Add leaderboard...
2011-06-16 Ant ZucaroAdd top_maps to main view and template.
2011-06-15 Ant ZucaroAdd top servers data.
2011-06-06 Ant ZucaroStart work on main page. Only top players passed right...
2011-06-02 Ant ZucaroUpdate table style.
2011-06-02 Ant ZucaroShow recent game scoreboards in an iframe viewport...
2011-06-01 Ant ZucaroAdd fuzzy dates.
2011-06-01 Ant ZucaroAdd overall game stats to the player info page. Change...
2011-05-27 Ant ZucaroVarious small improvements to style and headings
2011-05-27 Ant ZucaroRemove more references to deleted view -.-
2011-05-27 Ant ZucaroRemove unneeded view and corresponding template.
2011-05-27 Ant ZucaroUse anchor links to the game info permapage to show...
2011-05-26 Ant ZucaroShow accuracies on the game info page
2011-05-26 Ant ZucaroChange weapon stats view to build the weapon_stats...
2011-05-26 Ant ZucaroAdd the actual accuracy template (whoops).
2011-05-26 Ant ZucaroMove the accuracy table rendering into a callable templ...
2011-05-26 Ant ZucaroSpruce up the player info page a bit: add weapon images...
2011-05-26 Ant ZucaroChange image name to match cd_weapon table name.
2011-05-26 Ant ZucaroStart working on jQuery datatables (does not work right...
2011-05-26 Ant ZucaroRemove <ul>s, center tables, and tweak the team colors...
2011-05-25 Ant ZucaroStylistic updates.
2011-05-25 Ant ZucaroStructure the static directory. Add Xolonium font....
2011-05-25 Ant ZucaroVerified new structure works. Remove old views.py file.
2011-05-25 Ant ZucaroMajor reorganization. Views made into a module with...
2011-05-25 Ant ZucaroRemove @view_config lines (not needed) and add docstrings.
2011-05-25 Ant ZucaroAlphabetize imports in views.py. Remove view_config...
2011-05-25 Ant ZucaroRemove redundant code for scoreboard display, add prope...
2011-05-25 Ant ZucaroAdd hit and damage %
2011-05-25 Ant ZucaroFix bad dereference - pgstats is not a hash in this...
2011-05-25 Ant ZucaroStart moving scoreboard rendering to its own def, since...
2011-05-24 Ant ZucaroAdd a tabular accuracy view to the player info page.
2011-05-24 Ant ZucaroSmall fix to address block matching problems.
2011-05-23 Ant ZucaroAdd some comments to game_index.mako so I can see where...
2011-05-23 Ant ZucaroAdd team color support
2011-05-23 Ant ZucaroShow scoreboard on index page to avoid monotony. Only...
2011-05-22 Ant ZucaroLink to the player info page from the player weapon...
2011-05-22 Ant ZucaroAdd html_colors support to player model. Use it in...
2011-05-22 Ant ZucaroAdd a default player game index route (goes to page...
2011-05-22 Ant ZucaroStandardize game presentation in templates. Add link...
2011-05-22 Ant ZucaroShow an accuracy link when available on the game_info...
2011-05-21 Ant ZucaroMake players clickable if they have a player record...
2011-05-21 Ant ZucaroUse description value in cd_weapon when displaying...
2011-05-21 Ant ZucaroAdd missing s to to PlayerWeaponStat class to allow...
2011-05-21 Ant ZucaroAdd basic display of player weapon stats.
2011-05-21 Ant ZucaroGit rid of unnecessary debug lines that I forgot to...
2011-05-20 Ant ZucaroBreak up the creation of stats into several subroutines...
2011-05-19 Ant ZucaroAdd humorous "not found" message for the player_info...
2011-05-19 Ant ZucaroFix route url call (was calling generic game route...
2011-05-19 Ant ZucaroMake game_index the root view for now.
2011-05-19 Ant ZucaroAdd player_game_index view, route, and template. It...
2011-05-19 Ant ZucaroDelete reference to old way of processing t records...
2011-05-19 Ant ZucaroRegister a t event under the P record instead of once...
2011-05-19 Ant ZucaroAdd server index view and change corresponding template...
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.
next