-
-
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
Change S rank to require no miss #26630
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8521b4 - Browse repository at this point
Copy the full SHA c8521b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1eab5 - Browse repository at this point
Copy the full SHA bb1eab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eba3b5 - Browse repository at this point
Copy the full SHA 4eba3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 644e7d6 - Browse repository at this point
Copy the full SHA 644e7d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f9118 - Browse repository at this point
Copy the full SHA 83f9118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bae907 - Browse repository at this point
Copy the full SHA 5bae907View commit details -
Make
RankFromScore()
's dictionary param readonlyJust to make sure nobody tries any "funny" business.
Configuration menu - View commit details
-
Copy full SHA for cb8ec48 - Browse repository at this point
Copy the full SHA cb8ec48View commit details -
Fix back-to-front conditional in taiko processor
Would be weird to degrade a score due to *no* misses wouldn't it?
Configuration menu - View commit details
-
Copy full SHA for 20ed7e1 - Browse repository at this point
Copy the full SHA 20ed7e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45dc9de - Browse repository at this point
Copy the full SHA 45dc9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a0266 - Browse repository at this point
Copy the full SHA 81a0266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f31593 - Browse repository at this point
Copy the full SHA 3f31593View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8eee0 - Browse repository at this point
Copy the full SHA aa8eee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2958631 - Browse repository at this point
Copy the full SHA 2958631View commit details -
Configuration menu - View commit details
-
Copy full SHA for db48494 - Browse repository at this point
Copy the full SHA db48494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 217cbf6 - Browse repository at this point
Copy the full SHA 217cbf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd6e71 - Browse repository at this point
Copy the full SHA cdd6e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for d53fb5a - Browse repository at this point
Copy the full SHA d53fb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24be6d9 - Browse repository at this point
Copy the full SHA 24be6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd499a - Browse repository at this point
Copy the full SHA fdd499aView commit details -
It does look pretty dumb to be checking if something is `null` *after calling an instance method on it*...
Configuration menu - View commit details
-
Copy full SHA for 4d253eb - Browse repository at this point
Copy the full SHA 4d253ebView commit details
Commits on Jan 23, 2024
-
Apply more correct visual offset adjustment
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0cf9067 - Browse repository at this point
Copy the full SHA 0cf9067View commit details -
Move transferal of
LegacyTotalScore
back to original spotThis subtle detail was messing with server-side score import flows. Server-side, legacy total score will *already* be in `LegacyTotalScore` from the start, and `TotalScore` will be zero until recomputed via `StandardisedScoreMigrationTools.UpdateFromLegacy()` - so in that context, attempting to move it across is incorrect.
Configuration menu - View commit details
-
Copy full SHA for cb87d6c - Browse repository at this point
Copy the full SHA cb87d6cView commit details -
Non-legacy scores *are* subject to upgrades again - albeit it is *rank* upgrades that they are subject to.
Configuration menu - View commit details
-
Copy full SHA for 0b5be3c - Browse repository at this point
Copy the full SHA 0b5be3cView commit details -
Do not reprocess ranks for custom rulesets
Chances are that because we've broken rank API, it would utterly fail for all custom rulesets anyhow.
Configuration menu - View commit details
-
Copy full SHA for 6c169e3 - Browse repository at this point
Copy the full SHA 6c169e3View commit details