1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 12:52:53 +08:00
osu-lazer/osu.Game.Rulesets.Osu
Fina 8c1e678b42
Use betterAccuracyPercentage Everywhere
Someone brought this up during discussion, and from what I can tell, there's no real reason why this wasn't done either.

All this does is use the number of circles instead of the number of objects for accuracy calculations, since circles are the only objects that check for accuracy.

Could also be merged with #27063 to use circles + sliders when sliders check for accuracy (aka when classic mod is disabled). Currently the code for that is included but commented out.
2024-11-08 15:52:49 -08:00
..
Beatmaps Limit per-frame movement hitobject processing to stacking updates 2024-07-11 13:36:14 +02:00
Configuration Fix display length not resetting to default because default was wrong 2024-09-07 13:54:12 +09:00
Difficulty Use betterAccuracyPercentage Everywhere 2024-11-08 15:52:49 -08:00
Edit Merge pull request #30294 from bdach/fuzzin 2024-10-23 18:35:52 +09:00
Judgements Store tracking history to slider judgement result instead 2024-02-29 12:11:50 +01:00
Mods Merge branch 'master' into barrel_roll_fix 2024-10-21 12:33:37 +02:00
Objects Ensure Slider.updateNestedPositions() actually updates the position of all nesteds 2024-09-27 10:27:54 +02:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays Update usage of MathUtils 2024-03-06 12:13:12 +08:00
Scoring Make RankFromScore()'s dictionary param readonly 2024-01-22 19:56:30 +01:00
Skinning Split out classes and avoid weird configuration stuff 2024-09-05 12:08:48 +09:00
Statistics Merge branch 'master' into heatmap-misses 2024-03-18 14:43:24 +01:00
UI Fix replay analysis overlay being affected by visibility impairing mods 2024-09-11 15:55:02 +02:00
Utils Remove no longer required nested object reposition hacks 2024-10-14 14:26:27 +02:00
osu.Game.Rulesets.Osu.csproj Remove LangVersion redefintions 2024-02-07 03:28:40 +09:00
OsuInputManager.cs Fix taps on judged circles changing cursor position 2024-05-14 01:23:55 +09:00
OsuRuleset.cs Ensure columns collapse into one correctly if no space 2024-10-03 15:01:23 +02:00
OsuSkinComponentLookup.cs Rename GameplaySkinComponentLookup -> SkinComponentLookup 2024-08-22 18:46:03 +09:00
OsuSkinComponents.cs remove skinnable 2024-02-27 21:51:54 -05:00