Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Y8S3 support #65

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dissect/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const (
Ranked MatchType = 2
CustomGameLocal MatchType = 7
CustomGameOnline MatchType = 8
Unranked MatchType = 12
Standard MatchType = 12

Bomb GameMode = 327933806
SecureArea GameMode = 1983085217
Expand Down Expand Up @@ -187,6 +187,7 @@ const (
Maestro Operator = 104189662175
Clash Operator = 104189662280
Fenrir Operator = 288200867339
Ram Operator = 395943091136
)

// duplicated code here could be avoided by defining a generic function accepting any Number type.
Expand Down
4 changes: 2 additions & 2 deletions dissect/matchtype_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dissect/operator_roles.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions dissect/operator_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dissect/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ const (
Y7S4 int = 7338571
Y8S1 int = 7408213
Y8S2 int = 7601998
Y8S3 int = 7762708
)
Loading