-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for parsing killstreaks from logs. These can be useful for finding clips for frag movies. I didn't add them to the totals page since as an extrema-based statistic, the only thing we can really show is max/count. I think those are better shown on the logs page. Closes: #75 Signed-off-by: Sean Anderson <[email protected]>
- Loading branch information
Showing
14 changed files
with
4,421 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ def create_test_db(url): | |
30099, | ||
2297197, | ||
2297225, | ||
2297265, | ||
2344272, | ||
2344306, | ||
2344331, | ||
|
Oops, something went wrong.