2017-09-17 |
Ant Zucaro | Fix merge conflict. allow-ranking 6/head |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Ant Zucaro | Eliminate the wrong debug message. I'm too tired... |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Ant Zucaro | Allow opting out of the ranking process. |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Ant Zucaro | That was a bad idea. Remove it. 5/head |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Ant Zucaro | Allow opting out of the ranking process. |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Ant Zucaro | Add those settings to the sample INI files. |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Ant Zucaro | Fetch server settings from the INI file. |
commit | commitdiff | tree | snapshot |
2017-09-03 |
Ant Zucaro | Return 404 on query errors. |
commit | commitdiff | tree | snapshot |
2017-09-03 |
Ant Zucaro | Add the template as well. |
commit | commitdiff | tree | snapshot |
2017-09-03 |
Ant Zucaro | Add separate views for the top servers on a map. |
commit | commitdiff | tree | snapshot |
2017-08-26 |
Ant Zucaro | Add a requirements file. |
commit | commitdiff | tree | snapshot |
2017-08-26 |
Ant Zucaro | Simplify the setup.py file. |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Ant Zucaro | Add the 'topactive' view to maps as well. Work-in-progress. |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Ant Zucaro | Add the fuzzy and epoch dates to the maps JSON response. |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Ant Zucaro | Nope, it was right the first time. |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Ant Zucaro | Subtract the ping scorefactor. |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ant Zucaro | Move the dummy session var up to convince PyCharm it... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ant Zucaro | Turn off debug statements after letting things settle... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ant Zucaro | Add some new files to the ignore file. |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ant Zucaro | See you later, setup.cfg. |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ant Zucaro | Update the dates on the license. |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ant Zucaro | We don't need CHANGES.txt either. |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ant Zucaro | Remove the TODO. It was ancient! |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Ant Zucaro | Merge pull request #27 from antzucaro/elo-ping-latency |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Ant Zucaro | Ensure floats. elo-ping-latency |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Ant Zucaro | Apply ping adjustments to scorefactor_elo instead. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Ant Zucaro | Apply the ping factor to Elo adjustment values. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ant Zucaro | Add latency stuff, clean up a couple of PEP8 things. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ant Zucaro | Raise HTTP 422 if the submission doesn't parse. elo-categories |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ant Zucaro | Parse the submission in the constructor. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ant Zucaro | Always set the returned Elo dict. Small PEP8 changes. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ant Zucaro | Use the new data structures in the submission handler. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ant Zucaro | Simplify the player create/update function. |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Ant Zucaro | Clean up the function signature a bit. |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Ant Zucaro | Start work on refactoring the functions that create... |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Ant Zucaro | Clean up the create_game function. |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Ant Zucaro | Clean up the get_or_create_map function. |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Ant Zucaro | Remove the try-catch block here. It isn't needed. |
commit | commitdiff | tree | snapshot |
2017-02-12 |
Ant Zucaro | Clean up the submit_stats function and its dependents. |
commit | commitdiff | tree | snapshot |
2017-02-12 |
Ant Zucaro | Remove an obsoleted function. |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Ant Zucaro | Simplify more functions. |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Ant Zucaro | Simplify the should_do_weapon_stats function. |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Ant Zucaro | More usage of submission. |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ant Zucaro | Update the is_supported_game_type function to use the... |
commit | commitdiff | tree | snapshot |
2017-02-08 |
Ant Zucaro | Update the has_required_metadata function to use the... |
commit | commitdiff | tree | snapshot |
2017-02-07 |
Ant Zucaro | Switch to using the submission object to identify blank... |
commit | commitdiff | tree | snapshot |
2017-02-07 |
Ant Zucaro | Submission no longer has a meta attribute! |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ant Zucaro | Add a representation for the submission for debugging... |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ant Zucaro | Add two static methods used in parsing. |
commit | commitdiff | tree | snapshot |
2017-02-05 |
Ant Zucaro | Add weapons fired directly instead of checking first. |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Ant Zucaro | Shorten two methods by directly returning the condition. |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Ant Zucaro | Parse the sub-value, not the full value. |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Ant Zucaro | Add logic to identify fastest caps or laps by humans. |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Ant Zucaro | Add logic to identify non-zero scores by humans. |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Ant Zucaro | Add all metadata fields as explicit instance vars. |
commit | commitdiff | tree | snapshot |
2017-02-01 |
Ant Zucaro | Add a check for humans who have fired a weapon during... |
commit | commitdiff | tree | snapshot |
2017-02-01 |
Ant Zucaro | Store entries for all players, just human players,... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Ant Zucaro | Fix typos. |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Ant Zucaro | Add a function to determine the Elo category. |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ant Zucaro | Compute the number of real players during parsing. |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ant Zucaro | Check for distinct weapons fired during the match. |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ant Zucaro | Remove the need for peeking, improving performance. |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Ant Zucaro | Initial work on a new submission parser. |
commit | commitdiff | tree | snapshot |
2017-01-07 |
Ant Zucaro | Add 'duel' as an explicitly supported game type. Fixes... |
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 |
next |