1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 18:47:28 +08:00
osu-lazer/osu.Game/Rulesets/Scoring
Dan Balasescu d47c46d144 Compute raw score in-line
Saves on an allocation (though it seems to only be a ValueType so it
shouldn't be a big deal) and a tail-call.
2022-11-18 14:22:28 +09:00
..
AccumulatingHealthProcessor.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DrainingHealthProcessor.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HealthProcessor.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HitEvent.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HitEventExtensions.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HitResult.cs Rename ordering helper method 2022-09-08 17:50:27 +09:00
HitWindows.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
JudgementProcessor.cs Add HitResult.LegacyComboIncrease 2022-08-24 19:46:41 +09:00
ScoreProcessor.cs Compute raw score in-line 2022-11-18 14:22:28 +09:00