osu/osu.Game/Beatmaps
2021-12-08 21:34:38 +09:00
..
ControlPoints Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
Drawables Scale card when expanding to better distinguish hovered card from other cards in listing 2021-12-07 23:48:14 +09:00
Formats Move bookmark parsing logic into LegacyBeatmapDecoder 2021-11-24 16:29:51 +09:00
Legacy
Timing
APIFailTimes.cs Rename BeatmapMetrics to APIFailTimes 2021-10-25 15:34:41 +09:00
Beatmap.cs Rename BeatmapInfo.Version to DifficultyName to match underlying interface 2021-11-11 17:20:53 +09:00
BeatmapConverter.cs Shallow clone BeatmapInfo during conversion process to avoid overwriting fields 2021-10-12 16:43:56 +09:00
BeatmapDifficulty.cs Add IsManaged helper method to EF classes to match realm implementation 2021-11-19 21:56:06 +09:00
BeatmapDifficultyCache.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
BeatmapInfo.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
BeatmapInfoExtensions.cs Fix GetDisplayTitle() implementations relying on ToString() themselves 2021-11-09 13:53:08 +01:00
BeatmapManager.cs Remove the ability to specify a filename in ReplaceFile 2021-11-29 18:11:51 +09:00
BeatmapMetadata.cs Add IsManaged helper method to EF classes to match realm implementation 2021-11-19 21:56:06 +09:00
BeatmapMetadataInfoExtensions.cs Add fallback for cases where beatmap has no author/title/artist specified 2021-11-10 18:29:05 +09:00
BeatmapModelDownloader.cs Remove unnecessary GameHost parameter 2021-11-25 17:42:41 +09:00
BeatmapModelManager.cs Merge pull request #15794 from peppy/realm-integration/stable-export-flow 2021-11-25 20:20:18 +09:00
BeatmapOnlineLookupQueue.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
BeatmapOnlineStatus.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
BeatmapProcessor.cs
BeatmapSetFileInfo.cs Add IsManaged helper method to EF classes to match realm implementation 2021-11-19 21:56:06 +09:00
BeatmapSetHypeStatus.cs Add new statistic types to online info 2021-11-07 21:33:41 +01:00
BeatmapSetInfo.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
BeatmapSetNominationStatus.cs Add new statistic types to online info 2021-11-07 21:33:41 +01:00
BeatmapSetOnlineAvailability.cs Enable nullable and switch classes to structs 2021-10-21 18:54:36 +09:00
BeatmapSetOnlineCovers.cs APIBeatmapSet.Covers is never null 2021-10-21 19:34:01 +09:00
BeatmapSetOnlineGenre.cs Enable nullable and switch classes to structs 2021-10-21 18:54:36 +09:00
BeatmapSetOnlineLanguage.cs Enable nullable and switch classes to structs 2021-10-21 18:54:36 +09:00
BeatmapStatistic.cs
BeatmapStatisticIcon.cs
BeatmapStore.cs Rename all remaining cases 2021-10-03 00:55:29 +09:00
CountdownType.cs
DifficultyRating.cs
DifficultyRecommender.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
DummyWorkingBeatmap.cs Remove subclassing of RulesetInfo 2021-11-22 16:39:17 +09:00
FlatFileWorkingBeatmap.cs Use console IPC 2021-11-28 14:03:21 +09:00
IBeatmap.cs Copy BaseDifficulty to Beatmap<T> and move all write operations across 2021-10-06 15:10:45 +09:00
IBeatmapConverter.cs
IBeatmapDifficultyInfo.cs
IBeatmapInfo.cs Add back interface equality but limit to only matching types 2021-11-16 12:35:18 +09:00
IBeatmapMetadataInfo.cs Change IBeatmapMetadataInfo.Author to be an IUser 2021-11-04 18:32:42 +09:00
IBeatmapOnlineInfo.cs Rename BeatmapMetrics to APIFailTimes 2021-10-25 15:34:41 +09:00
IBeatmapProcessor.cs
IBeatmapResourceProvider.cs
IBeatmapSetInfo.cs Update all models to implement IHasNamedFiles 2021-11-25 16:41:12 +09:00
IBeatmapSetOnlineInfo.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
IWorkingBeatmap.cs Use consistent type for mod collection in all overloads 2021-11-21 11:30:45 +01:00
IWorkingBeatmapCache.cs Add missing methods to interfaces 2021-10-06 12:55:04 +09:00
MetadataUtils.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
StarDifficulty.cs
WorkingBeatmap.cs Use consistent type for mod collection in all overloads 2021-11-21 11:30:45 +01:00
WorkingBeatmapCache.cs Merge pull request #15772 from peppy/remove-model-list-inits 2021-11-24 16:41:19 +09:00