-
Notifications
You must be signed in to change notification settings - Fork 1
Add StatUtils and required methods
#2
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
tsunyoku
wants to merge
94
commits into
Natelytle:master
Choose a base branch
from
tsunyoku:add-stats
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Can't confirm on the actual ranking screen due to stuff not working. Maybe it'll work tomorrow. Closes ppy#26341.
Fallback weirdness.
Remove scores from song select leaderboard when leaving the screen
Fix overall ranking text overlapping at some aspect ratios
Disable pausing music during intro sequence
Fix crash when clicking osu! logo in song select immediately after exiting
Use native query to avoid huge overheads when cleaning up realm files
Fix `SettingsToolboxGroup` allocating excessively due to missing cache validation
Fix mania score conversion using score V1 accuracy
Preliminary fixes for off-the-charts allocations
Adjust catch scoring to match stable score V2
Update framework
Having it on at all times was causing other tests to fail.
Remove bindable overheads of health displays
Natelytle
pushed a commit
that referenced
this pull request
Feb 17, 2024
bdach
pushed a commit
that referenced
this pull request
Oct 7, 2024
Use variable for slider accuracy check
Natelytle
pushed a commit
that referenced
this pull request
Oct 30, 2024
Use actual sliderends dropped instead of estimating
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should unblock stat acc for both Taiko and Mania rulesets as this removes the dependency of MathNet which has been a blocker thus far.
Set target to your
masterbranch since you plan to put this into both rulesets, but let me know if I need to recreate this PR with a different target(this brings in your out of date master commits sorry D:)