1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00
osu-lazer/osu.Game.Rulesets.Catch
Bartłomiej Dach c8a64c5950
Remove setup screen controls that do nothing useful
Before I go with a hammer to redesign these, I want to remove stuff that
does nothing first.

Hard-breaks API to allow rulesets to specify an enumerable of custom
sections rather than two specific weird ones.

For specific rulesets:

- osu!:
  - Stack leniency slider merged into difficulty section.
- osu!taiko:
  - Approach rate and circle size sliders removed.
  - Colours section removed.
- osu!catch:
  - No functional changes.
- osu!mania:
  - Special style toggle merged into difficulty section.
  - Colours section removed.
2024-07-10 14:53:16 +02:00
..
Beatmaps Merge branch 'master' into fix-juicestream-velocity 2024-06-28 11:47:39 +02:00
Difficulty Update CatchPerformanceCalculator.cs 2024-05-29 19:25:58 +03:00
Edit Update HasFlag usages 2024-07-03 00:19:04 +09:00
Judgements Remove #nullable disable from Catch.Judgements 2023-01-15 17:29:32 +09:00
Mods Adjust "Floating Fruits" in line with layout changes 2024-02-14 01:34:55 +03:00
Objects Merge branch 'master' into fix-juicestream-velocity 2024-06-28 11:47:39 +02:00
Properties Remove #nullable disable from misc Catch files 2023-01-15 17:29:35 +09:00
Replays Remove the nullable disable annotation and fix the breaking api. 2022-07-02 13:33:05 +08:00
Scoring Fix banana showers causing fails when hp is at 0 2024-03-20 17:31:33 +09:00
Skinning Remove behaviour of flipping catcher plate on direction change 2024-02-14 07:17:05 +03:00
UI Adjust calls to GetContainingInputManager() 2024-06-18 07:41:19 +02:00
CatchInputManager.cs Partial everything 2022-11-27 00:00:27 +09:00
CatchRuleset.cs Remove setup screen controls that do nothing useful 2024-07-10 14:53:16 +02:00
CatchSkinComponentLookup.cs Remove unused members from GameplaySkinComponentLookup 2024-04-19 18:03:13 +09:00
CatchSkinComponents.cs Apply nullability to osu!catch skinning classes 2022-11-09 13:58:58 +09:00
osu.Game.Rulesets.Catch.csproj Upgrade to .NET 8 SDK 2024-02-02 21:28:51 +09:00