1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 15:17:44 +08:00
osu-lazer/osu.Game/Graphics
Bartłomiej Dach 041318e3e8
Assign red colour to ComboBreak hit result
For a judgement result to show up on the colour hit error meter, it has
to be two things: be scorable, and not be bonus.

`ComboBreak` happens to meet both of those criteria - it impacts score
indirectly via decreasing the combo portion, and isn't bonus. Therefore
it would show up on the colour hit error meter, but because
`OsuColour.ForHitResult()` wasn't handling it explicitly, it was
painting the result in light blue, which isn't ideal for a miss type
judgement. Therefore, use red instead.

There is possibly an argument to be made that this judgement should not
show up on the colour hit error meter at all, but I think it's actually
okay for it to be this way. In any case it doesn't appear to be anything
so major as to warrant blocking the hold note tick removal at this time.
2023-10-11 19:44:46 +02:00
..
Backgrounds Revert nullability enable in BeatmapBackground 2023-06-24 15:40:06 +02:00
Containers Fix publicly-settable bindables 2023-10-06 16:51:24 +09:00
Cursor Automated pass 2023-06-24 01:00:03 +09:00
OpenGL/Vertices Automated pass 2023-06-24 01:00:03 +09:00
Sprites Automated pass 2023-06-24 01:00:03 +09:00
UserInterface Merge branch 'master' into map_info_on_mod_settings 2023-09-11 09:55:54 +02:00
UserInterfaceV2 Merge branch 'master' into new-overlay-sfx 2023-08-24 18:29:00 +09:00
DateTooltip.cs Automated pass 2023-06-24 01:00:03 +09:00
DrawableDate.cs Automated pass 2023-06-24 01:00:03 +09:00
ErrorTextFlowContainer.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
HSPAColour.cs Fix HSPAColour.ToColour not being pure 2022-11-06 23:35:51 +09:00
IHasAccentColour.cs Automated pass 2023-06-24 01:00:03 +09:00
InputBlockingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
OsuColour.cs Assign red colour to ComboBreak hit result 2023-10-11 19:44:46 +02:00
OsuFont.cs Add description for torus alt 2022-12-03 23:42:16 +03:00
OsuIcon.cs Update other usages of OsuIcon.ModBg and remove 2023-09-28 19:03:34 +09:00
ParticleExplosion.cs Automated pass 2023-06-24 01:00:03 +09:00
ParticleSpewer.cs Fix kiai stars flickering on and off during gameplay 2023-08-15 07:44:05 +02:00
ScreenshotManager.cs Resolve Clipboard via DI 2023-07-11 11:42:31 +02:00