Skip to content

Commit

Permalink
Add support for killstreaks
Browse files Browse the repository at this point in the history
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
Forty-Bot committed Jun 4, 2024
1 parent f89c6bd commit 7934a3c
Show file tree
Hide file tree
Showing 14 changed files with 4,421 additions and 1 deletion.
1 change: 1 addition & 0 deletions cluster.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

CLUSTER VERBOSE player_stats_backing USING player_stats_pkey;
CLUSTER VERBOSE player_stats_extra USING player_stats_extra_pkey;
CLUSTER VERBOSE killstreak USING killstreak_pkey;
CLUSTER VERBOSE medic_stats USING medic_stats_pkey;
CLUSTER VERBOSE class_stats USING class_stats_pkey;
CLUSTER VERBOSE weapon_stats USING weapon_stats_pkey;
Expand Down
1 change: 1 addition & 0 deletions test/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def create_test_db(url):
30099,
2297197,
2297225,
2297265,
2344272,
2344306,
2344331,
Expand Down
Loading

0 comments on commit 7934a3c

Please sign in to comment.