2017-01-07 |
Ant Zucaro | Add the 'top servers' template for maps. refactor-map-views |
commit | commitdiff | tree | snapshot |
2017-01-07 |
Ant Zucaro | More work towards refactoring the map views. |
commit | commitdiff | tree | snapshot |
2017-01-01 |
Ant Zucaro | Refactor more of the Maps views into data, HTML, and... |
commit | commitdiff | tree | snapshot |
2016-12-23 |
Ant Zucaro | Remove Persona since it was shut down. :( remove-persona |
commit | commitdiff | tree | snapshot |
2016-12-23 |
Ant Zucaro | Add separate HTML and JSON responses for a map's top... |
commit | commitdiff | tree | snapshot |
2016-12-18 |
Ant Zucaro | Raise the 404 at the right scope. |
commit | commitdiff | tree | snapshot |
2016-12-18 |
Ant Zucaro | Use pagination on the maps page instead of a full selec... |
commit | commitdiff | tree | snapshot |
2016-12-18 |
Ant Zucaro | Refactor the map_index views. |
commit | commitdiff | tree | snapshot |
2016-12-17 |
Ant Zucaro | Update the CSS, make it easier to generate them. |
commit | commitdiff | tree | snapshot |
2016-12-17 |
Ant Zucaro | Get rid of minified assets that we don't use. |
commit | commitdiff | tree | snapshot |
2016-12-17 |
Ant Zucaro | Update the combined CSS file. |
commit | commitdiff | tree | snapshot |
2016-12-17 |
Ant Zucaro | Center the navigation to match the website. |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Ant Zucaro | Make precondition failures return plain-text. |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Ant Zucaro | Remove an unneeded import. |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Ant Zucaro | Improve server matching. |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Ant Zucaro | Add the active filter for servers on the search page. |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Ant Zucaro | Use better formatted filters. |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Ant Zucaro | Add a filter to show active servers only. |
commit | commitdiff | tree | snapshot |
2016-11-11 |
Ant Zucaro | Give a better name to a function and also use the serve... |
commit | commitdiff | tree | snapshot |
2016-11-11 |
Ant Zucaro | Add an Elo indicator to servers. |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ant Zucaro | Use more descriptive names, not raw(). |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Ant Zucaro | Reference the correct function. |
commit | commitdiff | tree | snapshot |
2016-11-07 |
Ant Zucaro | Fix imports. |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Ant Zucaro | Merge pull request #26 from antzucaro/active-maps |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Ant Zucaro | Show the number of games instead of the sort order... active-maps |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Ant Zucaro | Add the active maps links back. |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Ant Zucaro | Merge branch 'sev/xolonium4-badges' into 'master' |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Ant Zucaro | Merge branch 'sev/xolonium4' into 'master' |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Ant Zucaro | Change the required cvar name. Fixes #23. |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Ant Zucaro | Merge pull request #25 from antzucaro/models-refactor |
commit | commitdiff | tree | snapshot |
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-10-12 |
Severin Meyer | Further adjust font sizes and positions in badges 3/head |
commit | commitdiff | tree | snapshot |
2016-10-12 |
Severin Meyer | Update Xolonium webfonts 4/head |
commit | commitdiff | tree | snapshot |
2016-10-11 |
Severin Meyer | Add example script that optimizes the size of badge... |
commit | commitdiff | tree | snapshot |
2016-10-11 |
Severin Meyer | Slightly adjust font sizes and positions in badges |
commit | commitdiff | tree | snapshot |
2016-10-11 |
Severin Meyer | Add font hinting options for ttf version of Xolonium 4.0 |
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 |
next |