1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00
osu-lazer/osu.Game/Scoring
Dean Herbert 5f6e887be7 Remove OnlineID comparison from ScoreInfo.Equals
This matches the implementation we have for `BeatmapInfo` and
`BeatmapSetInfo`. All comparisons of `OnlineID` should be done directly
using them (ie. how it's done in `ScoreModelDownloader`).
2021-12-10 18:17:43 +09:00
..
Legacy Use OnlineID for set operations 2021-12-10 16:11:48 +09:00
HitResultDisplayStatistic.cs Extract tuple into class 2020-10-07 15:34:03 +09:00
IScoreInfo.cs Change IScoreInfo.User to an interface type 2021-12-10 16:11:49 +09:00
LegacyDatabasedScore.cs Move StoragePath implementation to an extension method 2021-11-19 16:08:38 +09:00
Score.cs Add deep cloning support to Score/ScoreInfo/Replay 2021-07-19 14:14:28 +09:00
ScoreFileInfo.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
ScoreInfo.cs Remove OnlineID comparison from ScoreInfo.Equals 2021-12-10 18:17:43 +09:00
ScoreInfoExtensions.cs Move ScoreInfo string representation to extension method 2021-11-09 13:23:57 +01:00
ScoreManager.cs Use OnlineID instead of legacy IDs for equality and lookups 2021-12-10 16:11:48 +09:00
ScoreModelDownloader.cs Remove unnecessary GameHost parameter 2021-11-25 17:42:41 +09:00
ScoreModelManager.cs Use OnlineID instead of legacy IDs for equality and lookups 2021-12-10 16:11:48 +09:00
ScorePerformanceCache.cs Change difficulty cache storage type to nullable 2021-11-20 17:00:50 +01:00
ScoreRank.cs Update mapper usages with LocalisableDescription 2021-07-31 01:47:14 +03:00
ScoreStore.cs Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00