2016-11-06 |
Ant Zucaro | Get rid of joined_pretty_date in favor of the mixin. models-refactor |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Ant Zucaro | It's a medal, not a rank. |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Ant Zucaro | Use mixins to avoid duplication. |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Ant Zucaro | Use field indexing for format() for clarity. |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Ant Zucaro | Format all code in the models package. |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Ant Zucaro | Make models a package instead of being a single (huge... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Ant Zucaro | A little bit more code cleanup. |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Merge pull request #24 from antzucaro/server-refactor |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Oops, it should be application/json not text/json. |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Add the 'plus' link to the recent games table too. |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Add links to the tables, rename the template to be... |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Add lifetime value to all server top* HTML views. |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Make the return values consistent. |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Add HTML views for top active players, scoring players... |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Show the correct lifetime information in the template. |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Ant Zucaro | Add rank-fetching in the view, make the template easier... |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Ant Zucaro | Limit and last are query params, not match params. |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Ant Zucaro | Add limits and offsets to all 'top' views. |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Ant Zucaro | Change around the organization of ServerInfo. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Ant Zucaro | No newlines for beneath the init methods. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Ant Zucaro | Add a JSON method to the ServerInfo view. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Ant Zucaro | Flatten the lines a bit. |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Ant Zucaro | More server refactoring...still not sure if this is... |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Ant Zucaro | Convert the server info to a class-based view callable... |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Ant Zucaro | Add docstrings. |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Ant Zucaro | Convert the server index to a class-based view callable... |
commit | commitdiff | tree | snapshot |
2016-06-26 |
Ant Zucaro | Use pserve, not paster. |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Ant Zucaro | Show player medals on the player_info page. |
commit | commitdiff | tree | snapshot |
2016-03-12 |
Ant Zucaro | Add a simple form for the versus view. |
commit | commitdiff | tree | snapshot |
2016-03-12 |
Ant Zucaro | Initial version of the "versus" view between two players. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Ant Zucaro | Rename the "top" templates to match their views. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Ant Zucaro | Make the active players/servers/maps use the cache. |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Ant Zucaro | Merge branch 'master' of github.com:antzucaro/XonStat |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Ant Zucaro | Use the summary_stats_mv instead of the full table. |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Ant Zucaro | Force create_dt to start_dt for games. |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Ant Zucaro | Add another sorting option to player_captimes. |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Ant Zucaro | Add a plus-sign link to the player_game_index. |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Ant Zucaro | Fix the navigation icons. Fixes #161. |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Ant Zucaro | Make the rank index titles data-driven. |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Ant Zucaro | Whitelist rank game types in the view. Fixes #162. |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Ant Zucaro | Clean up the game info view. |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Ant Zucaro | The player JSON view should use to_dict() instead. |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Ant Zucaro | Make the game finder JSON-enabled. |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Ant Zucaro | Foundation columns should add up to 12, not 13. |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Ant Zucaro | Reduce the number of fast caps shown on the map_info... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Ant Zucaro | Add a link to view the fastest capture times on the... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Ant Zucaro | Move MapCapTime and PlayerCapTime to models. |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Ant Zucaro | Throw HTTP 404s if either the player or map do not... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Ant Zucaro | Allow fetching player captimes using the JSON endpoint. |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Ant Zucaro | Fix the JSON view for map captimes. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Ant Zucaro | Clean up xs_submit. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Ant Zucaro | Add ranks to the post-match template. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Ant Zucaro | Fetch ranks for the post-match report. |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Ant Zucaro | Use raw ID values, not URLs. |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Ant Zucaro | Remove k-factor, score-per-second, and alivetime. |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Ant Zucaro | Provide a plaintext response to stats submissions. |
commit | commitdiff | tree | snapshot |
2015-11-14 |
Ant Zucaro | Refactor the Elo processing code into EloProcessor. |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Ant Zucaro | Get rid of some commented, unused code. |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Ant Zucaro | Clean up the production configuration file. |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ant Zucaro | Don't put anonymous players in games.players |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ant Zucaro | Use only one regex to identify bots |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Ant Zucaro | Merge pull request #22 from antzucaro/nvd3-v2 |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Ant Zucaro | Add nvd3 css, integrate charts in the player_info page. nvd3-v2 |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Ant Zucaro | Add minified version of the weapon charts. |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Ant Zucaro | Change margin of the weaponCharts. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Ant Zucaro | Add NVD3.js to vendor. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Ant Zucaro | Add D3.js to vendor. |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Ant Zucaro | Store and show goals in the "caps" field of team scores... |
commit | commitdiff | tree | snapshot |
2015-06-13 |
Ant Zucaro | Oops, off-by-one error on the damageChart series. |
commit | commitdiff | tree | snapshot |
2015-06-13 |
Ant Zucaro | Store player-to-map captimes by mod. |
commit | commitdiff | tree | snapshot |
2015-06-13 |
Ant Zucaro | Store impure cvar changes, and use them to mark servers... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Ant Zucaro | Make valid NB games those w/ nonzero scores ONLY. Fixes... |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Ant Zucaro | Remove the rifle from the damage and accuracy charts. |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Ant Zucaro | Minify the new weaponCharts code. |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Ant Zucaro | Merge branch 'master' of gitlab.com:xonotic/xonstat |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Ant Zucaro | Add Arc to the damage chart. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Ant Zucaro | Merge branch 'sev/unicode_mapping_fix' into 'master' |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Severin Meyer | Correct the mapping of the smiling emoticon |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Ant Zucaro | Use class, not style. Doh! |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Ant Zucaro | Remove spaces that cause offset issues on Chrome. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Ant Zucaro | Add Arc to the accuracy table. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Ant Zucaro | Clean up comments. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Ant Zucaro | Remove the join to game stats for accuracy data. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Fix the machinegun sprite and sync CSS. Fixes #149. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Use Luma game type icons on the player-recent-games... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | The game_index template has not been used in a long... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Copy the mono icon for local reference. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Set a color for the Arc. foundation |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Bundle in Luma. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Add combined CSS. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Add more width to the grid. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Fix the display of the weapon icon on mobile. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Use Luma throughout the site. Thank you, sev! |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ant Zucaro | Add Luma font and styles. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Ant Zucaro | Fix the recent games table for the server info page. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Ant Zucaro | Make the player game index page mobile-friendly. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Ant Zucaro | Clean up the accuracy tables, make them mobile friendly. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Ant Zucaro | Style the game table for keyhunt. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Ant Zucaro | Style the game table for ca, dm, duel, rune, and tdm. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Ant Zucaro | Color score cells yellow. |
commit | commitdiff | tree | snapshot |
next |