]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views
Initial display of the frag matrix.
[xonotic/xonstat.git] / xonstat / views /
2017-10-05 Ant ZucaroInitial display of the frag matrix.
2017-10-03 Ant ZucaroStore the frag matrix in the proper table.
2017-09-30 Ant ZucaroA rough outline of constructing the frag matrix for...
2017-09-19 Ant ZucaroFix for scoreboard-scores being float values. score-float-conversion
2017-09-17 Ant ZucaroFix merge conflict. allow-ranking 6/head
2017-09-17 Ant ZucaroEliminate the wrong debug message. I'm too tired...
2017-09-17 Ant ZucaroAllow opting out of the ranking process.
2017-09-17 Ant ZucaroThat was a bad idea. Remove it. 5/head
2017-09-17 Ant ZucaroAllow opting out of the ranking process.
2017-09-17 Ant ZucaroFetch server settings from the INI file.
2017-09-03 Ant ZucaroReturn 404 on query errors.
2017-09-03 Ant ZucaroAdd separate views for the top servers on a map.
2017-07-08 Ant ZucaroAdd the 'topactive' view to maps as well. Work-in-progress.
2017-04-29 Ant ZucaroMove the dummy session var up to convince PyCharm it...
2017-04-22 Ant ZucaroRaise HTTP 422 if the submission doesn't parse. elo-categories
2017-04-22 Ant ZucaroParse the submission in the constructor.
2017-04-22 Ant ZucaroAlways set the returned Elo dict. Small PEP8 changes.
2017-04-22 Ant ZucaroUse the new data structures in the submission handler.
2017-04-22 Ant ZucaroSimplify the player create/update function.
2017-02-13 Ant ZucaroClean up the function signature a bit.
2017-02-13 Ant ZucaroStart work on refactoring the functions that create...
2017-02-13 Ant ZucaroClean up the create_game function.
2017-02-13 Ant ZucaroClean up the get_or_create_map function.
2017-02-13 Ant ZucaroRemove the try-catch block here. It isn't needed.
2017-02-12 Ant ZucaroClean up the submit_stats function and its dependents.
2017-02-12 Ant ZucaroRemove an obsoleted function.
2017-02-09 Ant ZucaroSimplify more functions.
2017-02-09 Ant ZucaroSimplify the should_do_weapon_stats function.
2017-02-09 Ant ZucaroMore usage of submission.
2017-02-08 Ant ZucaroUpdate the is_supported_game_type function to use the...
2017-02-08 Ant ZucaroUpdate the has_required_metadata function to use the...
2017-02-07 Ant ZucaroSwitch to using the submission object to identify blank...
2017-02-07 Ant ZucaroSubmission no longer has a meta attribute!
2017-02-05 Ant ZucaroAdd a representation for the submission for debugging...
2017-02-05 Ant ZucaroAdd two static methods used in parsing.
2017-02-05 Ant ZucaroAdd weapons fired directly instead of checking first.
2017-02-04 Ant ZucaroShorten two methods by directly returning the condition.
2017-02-04 Ant ZucaroParse the sub-value, not the full value.
2017-02-04 Ant ZucaroAdd logic to identify fastest caps or laps by humans.
2017-02-04 Ant ZucaroAdd logic to identify non-zero scores by humans.
2017-02-04 Ant ZucaroAdd all metadata fields as explicit instance vars.
2017-02-01 Ant ZucaroAdd a check for humans who have fired a weapon during...
2017-02-01 Ant ZucaroStore entries for all players, just human players,...
2017-01-30 Ant ZucaroFix typos.
2017-01-29 Ant ZucaroAdd a function to determine the Elo category.
2017-01-28 Ant ZucaroCompute the number of real players during parsing.
2017-01-28 Ant ZucaroCheck for distinct weapons fired during the match.
2017-01-28 Ant ZucaroRemove the need for peeking, improving performance.
2017-01-28 Ant ZucaroInitial work on a new submission parser.
2017-01-07 Ant ZucaroAdd 'duel' as an explicitly supported game type. Fixes...
2016-12-23 Ant ZucaroRemove Persona since it was shut down. :( remove-persona
2016-12-23 Ant ZucaroAdd separate HTML and JSON responses for a map's top...
2016-12-18 Ant ZucaroRaise the 404 at the right scope.
2016-12-18 Ant ZucaroUse pagination on the maps page instead of a full selec...
2016-12-18 Ant ZucaroRefactor the map_index views.
2016-11-14 Ant ZucaroMake precondition failures return plain-text.
2016-11-14 Ant ZucaroRemove an unneeded import.
2016-11-14 Ant ZucaroImprove server matching.
2016-11-12 Ant ZucaroAdd the active filter for servers on the search page.
2016-11-12 Ant ZucaroUse better formatted filters.
2016-11-12 Ant ZucaroAdd a filter to show active servers only.
2016-11-11 Ant ZucaroGive a better name to a function and also use the serve...
2016-11-08 Ant ZucaroUse more descriptive names, not raw().
2016-11-07 Ant ZucaroFix imports.
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4-badges' into 'master'
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4' into 'master'
2016-11-06 Ant ZucaroMerge pull request #25 from antzucaro/models-refactor
2016-10-28 Ant ZucaroMake models a package instead of being a single (huge...
2016-10-28 Ant ZucaroA little bit more code cleanup.
2016-10-23 Ant ZucaroMerge pull request #24 from antzucaro/server-refactor
2016-10-23 Ant ZucaroAdd lifetime value to all server top* HTML views.
2016-10-23 Ant ZucaroMake the return values consistent.
2016-10-23 Ant ZucaroAdd HTML views for top active players, scoring players...
2016-10-23 Ant ZucaroShow the correct lifetime information in the template.
2016-10-23 Ant ZucaroAdd rank-fetching in the view, make the template easier...
2016-10-22 Ant ZucaroLimit and last are query params, not match params.
2016-10-22 Ant ZucaroAdd limits and offsets to all 'top' views.
2016-10-22 Ant ZucaroChange around the organization of ServerInfo.
2016-10-19 Ant ZucaroNo newlines for beneath the init methods.
2016-10-19 Ant ZucaroAdd a JSON method to the ServerInfo view.
2016-10-18 Ant ZucaroMore server refactoring...still not sure if this is...
2016-10-16 Ant ZucaroConvert the server info to a class-based view callable...
2016-10-16 Ant ZucaroAdd docstrings.
2016-10-16 Ant ZucaroConvert the server index to a class-based view callable...
2016-03-29 Ant ZucaroShow player medals on the player_info page.
2016-03-12 Ant ZucaroAdd a simple form for the versus view.
2016-03-12 Ant ZucaroInitial version of the "versus" view between two players.
2016-02-06 Ant ZucaroMake the active players/servers/maps use the cache.
2016-01-31 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2016-01-31 Ant ZucaroUse the summary_stats_mv instead of the full table.
2016-01-27 Ant ZucaroForce create_dt to start_dt for games.
2016-01-27 Ant ZucaroAdd another sorting option to player_captimes.
2016-01-25 Ant ZucaroAdd a plus-sign link to the player_game_index.
2016-01-23 Ant ZucaroMake the rank index titles data-driven.
2016-01-23 Ant ZucaroWhitelist rank game types in the view. Fixes #162.
2016-01-23 Ant ZucaroClean up the game info view.
2016-01-21 Ant ZucaroThe player JSON view should use to_dict() instead.
2016-01-21 Ant ZucaroMake the game finder JSON-enabled.
2016-01-16 Ant ZucaroReduce the number of fast caps shown on the map_info...
2016-01-16 Ant ZucaroMove MapCapTime and PlayerCapTime to models.
next