2012-08-29 |
Jan D. Behrens | Added multiple skin support and better commandline... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Jan D. Behrens | Fixed crash when no active players were found |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Ant Zucaro | Add a cutoff date. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jan D. Behrens | Hotfix - last commit introduced a bug where only the... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jan D. Behrens | Added first version of "minimal" skin |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jan D. Behrens | Improved PNG output for badges (now using zlib compression) |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jan D. Behrens | Fixed bug in "total wins" query - NOTE: other queries... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jan D. Behrens | Added rudimentary skin support to badges (also moved... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jan D. Behrens | Added support for transparent background in badges... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jan D. Behrens | Improved handling of whitespace in playernicks |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jan D. Behrens | Merge branch 'master' into badges |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jan D. Behrens | Fixed bug in "wins" query |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jan D. Behrens | Fixed some problems with playernicks in gen_badges |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Ant Zucaro | Can't calculate the k:d ratio if d (deaths) is None. |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Jan D. Behrens | Added 1st version of Archer's background; some finetuning |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Ant Zucaro | Python 2.6.x doesn't have total_seconds(). |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Ant Zucaro | Add player badge batch job (via zykure). |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Jan D. Behrens | More work on the badges generator |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Jan D. Behrens | More fine-tuning of the badges generator |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Jan D. Behrens | Fixed/improved some things in gen_badges.py (more color... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Jan D. Behrens | Re-implemented the badges generator, now it uses the... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Jan D. Behrens | More fine-tuning of the badges generator |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jan D. Behrens | Fixed/improved some things in gen_badges.py (more color... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jan D. Behrens | Re-implemented the badges generator, now it uses the... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Ant Zucaro | Wait for precondition checks before beginning the DB... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Add relative number of games / playing time to game... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Finalized "Game Breakdown" section (fixed implementatio... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Rearranged layout of "game breakdown" section (currentl... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Rearranged game details to show up in a fancy table... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Went back to showing only one favorite map/weapon/serve... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Fixed some bugs in the latest commits (e.g. DB queries... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Fixed some bugs in player_info page |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Restructured player_info page to now include more detai... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jan D. Behrens | Implemented feature #1228: |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Jan D. Behrens | Updated "favorite map" to show more than one map (three... |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Jan D. Behrens | Also fixed the damage graph tooltips |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Jan D. Behrens | Improved "favorite weapon" feature to actually work... |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Jan D. Behrens | Add "Favorite Weapon" field to player object and show... |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Jan D. Behrens | Fix some bugs (which only occur on my system??): |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Jan D. Behrens | Fixed tooltip bug in accuracy/damage graphs |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Jan D. Behrens | Fixed wrong filename in setup.py |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Ant Zucaro | Use score-scaling Elo for non-duels. |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Ant Zucaro | Use traditional (win-based) Elo instead of score-based. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Ant Zucaro | Whoops, elo_delta in the wrong order. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Ant Zucaro | Don't dock Elo points if the player won. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Ant Zucaro | Remove +/- points display on scoreboard. |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Ant Zucaro | Remove < 50 restriction. |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Ant Zucaro | Basic support for batch processes. |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Ant Zucaro | Don't die if no favorite map exists. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Ant Zucaro | Allow player view functions to be imported. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Ant Zucaro | Add elo delta tracking. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Ant Zucaro | Debug message when a duplicate game is submitted. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Ant Zucaro | Show ranks on the player_info page. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Ant Zucaro | Change the query group by, return dict instead of Map. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Ant Zucaro | Add favorite map support. |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Ant Zucaro | Whoops, missed a comma. |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Ant Zucaro | Fix merge conflict, change indentation a bit. |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Ant Zucaro | Make RL the default dmg graph weapon. |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Ant Zucaro | Small style changes to the graph. |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Ant Zucaro | Merge branch 'master' of github.com:antzucaro/XonStat |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Ant Zucaro | Integrate the damage efficiency graph in player_info. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Ant Zucaro | Add a damage efficiency view structure. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
antzucaro | Merge pull request #12 from nyov/nyov/conversion |
commit | commitdiff | tree | snapshot |
2012-06-05 |
nyov | Routes for json views |
commit | commitdiff | tree | snapshot |
2012-06-05 |
nyov | Dummy json views |
commit | commitdiff | tree | snapshot |
2012-06-05 |
nyov | Model representations for json serialization |
commit | commitdiff | tree | snapshot |
2012-06-05 |
nyov | Use jsonp renderer for remote requests (or this API... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
nyov | Some code format changes for better readability |
commit | commitdiff | tree | snapshot |
2012-06-05 |
nyov | dos2unix file conversions for everything |
commit | commitdiff | tree | snapshot |
2012-06-03 |
antzucaro | Merge pull request #11 from nyov/nyov/refactor |
commit | commitdiff | tree | snapshot |
2012-05-17 |
antzucaro | Merge pull request #10 from nyov/nyov/favicon |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Ant Zucaro | Merge https://github.com/nyov/xonstat into nyov-header |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Ant Zucaro | Player_game_index needs to use GET too. |
commit | commitdiff | tree | snapshot |
2012-05-16 |
nyov | refactored views in preparation for json output |
commit | commitdiff | tree | snapshot |
2012-05-16 |
nyov | xonotic favicon |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Ant Zucaro | Add initial support for JSON on map_index view. |
commit | commitdiff | tree | snapshot |
2012-05-15 |
nyov | make README more readable in terminal |
commit | commitdiff | tree | snapshot |
2012-05-15 |
nyov | Merge remote-tracking branch 'antzucaro/master' |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Ant Zucaro | Remove _paged views. |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Ant Zucaro | Convert rank_index to use page as GET too. |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Ant Zucaro | Make pagination a GET parameter, not part of the URL. |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Ant Zucaro | Remove debug statement. |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Ant Zucaro | Do not die if missing revision metadata. |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Ant Zucaro | Remove 404 on include, remove doubled double quote. |
commit | commitdiff | tree | snapshot |
2012-05-06 |
nyov | Merge remote-tracking branch 'antzucaro/master' |
commit | commitdiff | tree | snapshot |
2012-05-06 |
nyov | clean dangling commit on actually merged branch |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Ant Zucaro | Turn off dots, enable hover for average. |
commit | commitdiff | tree | snapshot |
2012-05-05 |
nyov | adapted z's search engine hints and header |
commit | commitdiff | tree | snapshot |
2012-05-05 |
nyov | adapted z's search engine hints and header |
commit | commitdiff | tree | snapshot |
2012-05-05 |
nyov | Modified Readme |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Ant Zucaro | Add more goodies to the accuracy graph. Tooltips, a... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Ant Zucaro | Add labels to the graph. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Ant Zucaro | Prevent rollup animation from being seen on game info... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Ant Zucaro | Make the background black, as the transparency was... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Ant Zucaro | Fix player_info template for missing player. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Ant Zucaro | Add a toggle-able accuracy selector to the player info... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Ant Zucaro | Initial version of ajax-updating of the accuracy graph. |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Ant Zucaro | Ajaxify the accuracy graph. |
commit | commitdiff | tree | snapshot |
2012-04-28 |
antzucaro | Don't throw an error if the number of duel ranks found... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Ant Zucaro | Clean up the graph, make a new JSON view for accuracy... |
commit | commitdiff | tree | snapshot |
next |