1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game/Graphics
Bartłomiej Dach 022b1a28d5 Add missing equality implementation for seasonal backgrounds
The equality operator is used to determine whether the next background
in the cycle should be loaded, to avoid pointless loads of the same
background several times (see #13362 and #13393). Its omission in the
latter pull caused seasonal backgrounds to no longer cycle.

Closes #13508.
2021-06-15 23:21:48 +02:00
..
Backgrounds Add missing equality implementation for seasonal backgrounds 2021-06-15 23:21:48 +02:00
Containers Merge branch 'master' into fix-wave-overlay-sound-on-switch 2021-06-11 22:05:08 +02:00
Cursor Use local input manager 2020-09-07 15:31:05 +09:00
OpenGL/Vertices Fix FTB causing flashlight to block vision correctly 2019-07-23 15:17:02 +09:00
Sprites Apply changes to UI components overriding functions with changing signatures 2021-02-22 19:01:42 +09:00
UserInterface Minor code reformatting / moving 2021-06-11 23:49:14 +09:00
UserInterfaceV2 Add test coverage for romanised data transfer 2021-06-10 22:18:39 +02:00
DateTooltip.cs Move DateTooltip to it's on file 2020-07-07 16:46:17 +03:00
DrawableDate.cs Move DateTooltip to it's on file 2020-07-07 16:46:17 +03:00
IHasAccentColour.cs Constrain transformable with class. 2019-12-09 17:45:26 +08:00
OsuColour.cs Move foreground colour helper into OsuColour 2021-04-19 18:24:48 +02:00
OsuFont.cs Add black font weighting 2020-03-17 17:16:10 +09:00
OsuIcon.cs Fix osu! icon font name mismatch 2019-04-02 19:55:46 +09:00
ParticleExplosion.cs Simplify math by making direction a float 2020-11-19 18:46:19 +09:00
ScreenshotManager.cs Apply ConfigureAwait changes to game side 2021-03-08 14:36:35 +09:00