1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:02:58 +08:00
osu-lazer/osu.Game/Extensions
Bartłomiej Dach b144cfd55c
Add LegacyOnlineID handling to places that definitely need it
Mostly places that can interact with imported replays.

There are other places that use the online ID as a sort tiebreaker, or
to check presence of a score on results screens, but they should
probably still continue to only use `OnlineID`, since all scores with a
legacy online ID should have an online ID, but the converse is not
generally true.
2023-10-16 11:20:02 +02:00
..
CollectionExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
DrawableExtensions.cs Move ApplyGameWideClock to extension method 2023-06-06 16:07:50 +09:00
LanguageExtensions.cs Handle culture code differences of Traditional Chinese 2023-06-08 03:27:05 +03:00
ModelExtensions.cs Add LegacyOnlineID handling to places that definitely need it 2023-10-16 11:20:02 +02:00
StringDehumanizeExtensions.cs Add own fixed copy of defective Humanizer methods 2022-07-18 21:37:31 +02:00
TaskExtensions.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
TimeDisplayExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
TypeExtensions.cs mark the string as nullable. 2022-06-30 23:23:14 +08:00
WebRequestExtensions.cs Move the null check in the outside. 2022-06-30 23:29:49 +08:00