-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Remove estimations where score data is available for osu! difficulty calculations #27691
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 941c048 - Browse repository at this point
Copy the full SHA 941c048View commit details -
Use actual sliderends dropped instead of estimating
Score data for non-CL scores includes sliderends dropped, meaning no need to estimate. CL scores are still estimated.
Configuration menu - View commit details
-
Copy full SHA for 4db6f28 - Browse repository at this point
Copy the full SHA 4db6f28View commit details -
Revert "Make length bonus account for sliders, use proper misscount f…
…or classic" This reverts commit 941c048.
Configuration menu - View commit details
-
Copy full SHA for 3dafdc0 - Browse repository at this point
Copy the full SHA 3dafdc0View commit details -
Use miss count for effective miss count
No need to estimate misses for non-CL scores.
Configuration menu - View commit details
-
Copy full SHA for 8408455 - Browse repository at this point
Copy the full SHA 8408455View commit details -
Merge pull request #1 from Finadoggie/miss-count-fix
Miss count fix
Configuration menu - View commit details
-
Copy full SHA for 12afa8d - Browse repository at this point
Copy the full SHA 12afa8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb30b4a - Browse repository at this point
Copy the full SHA eb30b4aView commit details -
Merge pull request #2 from Finadoggie/dropped-tail-fix
Use actual sliderends dropped instead of estimating
Configuration menu - View commit details
-
Copy full SHA for c9e3c10 - Browse repository at this point
Copy the full SHA c9e3c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d20e6 - Browse repository at this point
Copy the full SHA b0d20e6View commit details -
Add slider ticks and reverse arrows to effective misscount
Very much open to discussion on if these should be weighed differently
Configuration menu - View commit details
-
Copy full SHA for 6fe478c - Browse repository at this point
Copy the full SHA 6fe478cView commit details
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f5f0e5 - Browse repository at this point
Copy the full SHA 4f5f0e5View commit details -
Use sliderend data for all non-legacy scores
As per suggestion by givikap, I was not aware that non-legacy cl scores stored this data
Configuration menu - View commit details
-
Copy full SHA for 58bc184 - Browse repository at this point
Copy the full SHA 58bc184View commit details -
Merge branch 'estimation-removal' of https://github.com/Finadoggie/osu …
…into estimation-removal
Configuration menu - View commit details
-
Copy full SHA for c24f99e - Browse repository at this point
Copy the full SHA c24f99eView commit details
Commits on Apr 11, 2024
-
Cap Buzz Slider Related Misses
After letting the comments @Flamiii left brew for a while, I realized they were very much right about the buzz slider thing. As such, I've implemented a quick and dirty untested fix that will hopefully have zero unintended side-effects :) I don't see this as a permanent or final solution yet. There's definitely some potential issues/inaccuracies that could arise with maps like Notch Hell or IOException's Black Rover, but afaik this implementation would not cause any issues that stable doesn't already have.
Configuration menu - View commit details
-
Copy full SHA for 2dd4903 - Browse repository at this point
Copy the full SHA 2dd4903View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd17c89 - Browse repository at this point
Copy the full SHA dd17c89View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca24601 - Browse repository at this point
Copy the full SHA ca24601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77814ec - Browse repository at this point
Copy the full SHA 77814ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 759a826 - Browse repository at this point
Copy the full SHA 759a826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7b813 - Browse repository at this point
Copy the full SHA 4a7b813View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1dcac0 - Browse repository at this point
Copy the full SHA d1dcac0View commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fe55d4 - Browse repository at this point
Copy the full SHA 4fe55d4View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f55c14 - Browse repository at this point
Copy the full SHA 1f55c14View commit details -
Revert "merged givi's accuracy changes"
This reverts commit 1f55c14.
Configuration menu - View commit details
-
Copy full SHA for 6c9e906 - Browse repository at this point
Copy the full SHA 6c9e906View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dea601 - Browse repository at this point
Copy the full SHA 8dea601View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44c9425 - Browse repository at this point
Copy the full SHA 44c9425View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d7f4ae - Browse repository at this point
Copy the full SHA 3d7f4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b921424 - Browse repository at this point
Copy the full SHA b921424View commit details -
Convert estimateSliderEndsDropped assignment into '?:' expression
I would just like to say that I don't know why anyone would ever want this but github told me to do it
Configuration menu - View commit details
-
Copy full SHA for 3b517e0 - Browse repository at this point
Copy the full SHA 3b517e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac6a9f - Browse repository at this point
Copy the full SHA 3ac6a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b1697 - Browse repository at this point
Copy the full SHA 29b1697View commit details -
only assign countLargeTickMiss for slider accuracy scores
helps indicate it should only be used for slider acc scores
Configuration menu - View commit details
-
Copy full SHA for 88af578 - Browse repository at this point
Copy the full SHA 88af578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5192599 - Browse repository at this point
Copy the full SHA 5192599View commit details -
Revert "remove score debugging code I accidentally left in"
This reverts commit 5192599.
Configuration menu - View commit details
-
Copy full SHA for 6bcfed8 - Browse repository at this point
Copy the full SHA 6bcfed8View commit details
Commits on Oct 17, 2024
-
use LargeTickHit instead of LargeTickMiss
LargeTickMiss appears to not be stored
Configuration menu - View commit details
-
Copy full SHA for 1337b7e - Browse repository at this point
Copy the full SHA 1337b7eView commit details
Commits on Oct 19, 2024
-
Revert "use LargeTickHit instead of LargeTickMiss"
This reverts commit 1337b7e.
Configuration menu - View commit details
-
Copy full SHA for 6d4cb60 - Browse repository at this point
Copy the full SHA 6d4cb60View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31e0853 - Browse repository at this point
Copy the full SHA 31e0853View commit details -
merge effectivemisscount functions
having two functions was unnecessary
Configuration menu - View commit details
-
Copy full SHA for e31e10d - Browse repository at this point
Copy the full SHA e31e10dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3778246 - Browse repository at this point
Copy the full SHA 3778246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5907c2a - Browse repository at this point
Copy the full SHA 5907c2aView commit details -
Fix variables being used before being assigned
slightly miffed by the lack of build errors but oh well
Configuration menu - View commit details
-
Copy full SHA for 98800fe - Browse repository at this point
Copy the full SHA 98800feView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb9970 - Browse repository at this point
Copy the full SHA bcb9970View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf282d - Browse repository at this point
Copy the full SHA acf282dView commit details