1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 08:32:54 +08:00
osu-lazer/osu.Game.Rulesets.Catch
Bartłomiej Dach 48196949e0
Add combo colour override control to editor
Closes https://github.com/ppy/osu/issues/25608.

Logic mostly matching stable. All operations are done on `ComboOffset`
which still makes overridden combo colours weirdly relatively dependent
on each other rather than them be an "absolute" choice, but alas...

As per stable, two consecutive new combos can use the same colour only
if they are separated by a break:

    52f3f75ed7/osu!/GameModes/Edit/Modes/EditorModeCompose.cs#L4564-L4571

This control is only available once the user has changed the combo
colours from defaults; additionally, only a single new combo object
must be selected for the colour selector to show up.
2025-01-10 13:40:56 +01:00
..
Beatmaps Merge branch 'master' into fix-juicestream-velocity 2024-06-28 11:47:39 +02:00
Difficulty removed unnecessary includes 2024-09-22 15:04:21 +03:00
Edit Add combo colour override control to editor 2025-01-10 13:40:56 +01: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 Add setters to hitobject coordinate interfaces 2024-12-27 11:01:47 +01:00
Properties Remove #nullable disable from misc Catch files 2023-01-15 17:29:35 +09:00
Replays Fix catch auto generator not considering circle size 2024-08-30 00:48:53 +09:00
Scoring Fix banana showers causing fails when hp is at 0 2024-03-20 17:31:33 +09:00
Skinning Fix osu!catch fruits not resizing on texture change 2024-09-02 15:23:40 +09:00
UI Use alternative method of resizing the catcher trails 2024-11-01 13:07:32 +01:00
CatchInputManager.cs Partial everything 2022-11-27 00:00:27 +09:00
CatchRuleset.cs Ensure columns collapse into one correctly if no space 2024-10-03 15:01:23 +02:00
CatchSkinComponentLookup.cs Rename GameplaySkinComponentLookup -> SkinComponentLookup 2024-08-22 18:46:03 +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