8000 Add ability to calculate legacy scores with scorev1 by Givikap120 · Pull Request #272 · ppy/osu-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add ability to calculate legacy scores with scorev1 #272

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Givikap120
Copy link
Contributor

No description provided.

RelativeSizeAxes = Axes.X,
Width = 0.25f,
Anchor = Anchor.TopLeft,
Label = "Is legacy score?",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it'd be better if we just assumed that if score field is populated then its a legacy score, and if not it's a lazer score.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's too implicit and unintuitive

@@ -869,6 +883,26 @@ private void updateAccuracyParams(bool useFullScoreData)
}
}

private void updateScoreTextBox()
{
if (ruleset.Value.ShortName == "osu" && legacyScoreSwitchButton.Current.Value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe show score textbox if CL is enabled instead, legacy scores can't be without CL

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There can be lazer scores with CL

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those won't have scorev1

8000
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's why I'm using legacy score switch instead of CL

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0