.. |
ControlPoints
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
Drawables
|
Store full model rather than online ID only
|
2021-11-08 13:42:56 +01:00 |
Formats
|
Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface
|
2021-11-12 17:52:44 +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
|
Fix taiko weird difficulty multiplier failing on double convert
|
2021-10-06 15:18:06 +09:00 |
BeatmapDifficultyCache.cs
|
Rename BeatmapInfo.OnlineBeatmapID to OnlineID to match interface
|
2021-11-12 17:46:24 +09:00 |
BeatmapInfo.cs
|
Switch BeatmapInfo.OnlineID delegation to use property getter for conformity
|
2021-11-12 19:06:12 +09:00 |
BeatmapInfoExtensions.cs
|
Fix GetDisplayTitle() implementations relying on ToString() themselves
|
2021-11-09 13:53:08 +01:00 |
BeatmapManager.cs
|
Rewrite PreviewTrackManager to avoid constructing TrackBass locally
|
2021-11-09 17:38:12 +09:00 |
BeatmapMetadata.cs
|
Rename User to APIUser and move to correct namespace
|
2021-11-07 11:26:01 +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
|
Move second generic to abstract model downloader rather than interface type
|
2021-11-05 17:37:05 +09:00 |
BeatmapModelManager.cs
|
Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface
|
2021-11-12 17:52:44 +09:00 |
BeatmapOnlineLookupQueue.cs
|
Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface
|
2021-11-12 17:52:44 +09:00 |
BeatmapProcessor.cs
|
|
|
BeatmapSetFileInfo.cs
|
|
|
BeatmapSetHypeStatus.cs
|
Add new statistic types to online info
|
2021-11-07 21:33:41 +01:00 |
BeatmapSetInfo.cs
|
Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface
|
2021-11-12 17:52:44 +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 |
BeatmapSetOnlineStatus.cs
|
|
|
BeatmapStatistic.cs
|
|
|
BeatmapStatisticIcon.cs
|
|
|
BeatmapStore.cs
|
|
|
CountdownType.cs
|
|
|
DifficultyRating.cs
|
|
|
DifficultyRecommender.cs
|
Rename BeatmapInfo.StarDifficulty to StarRating to match underlying interface
|
2021-11-11 17:19:46 +09:00 |
DummyWorkingBeatmap.cs
|
|
|
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
|
Remove nullability from IBeatmapInfo.Metadata
|
2021-11-04 14:28:39 +09:00 |
IBeatmapMetadataInfo.cs
|
Change IBeatmapMetadataInfo.Author to be an IUser
|
2021-11-04 18:32:42 +09:00 |
IBeatmapModelManager.cs
|
Add missing methods to interfaces
|
2021-10-06 12:55:04 +09:00 |
IBeatmapOnlineInfo.cs
|
Rename BeatmapMetrics to APIFailTimes
|
2021-10-25 15:34:41 +09:00 |
IBeatmapProcessor.cs
|
|
|
IBeatmapResourceProvider.cs
|
|
|
IBeatmapSetInfo.cs
|
Allow for long online IDs and implement in ScoreInfo
|
2021-10-29 11:48:36 +09:00 |
IBeatmapSetOnlineInfo.cs
|
Add new statistic types to online info
|
2021-11-07 21:33:41 +01:00 |
IWorkingBeatmap.cs
|
|
|
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
|
Lock one more case of usage
|
2021-10-14 16:22:43 +09:00 |
WorkingBeatmapCache.cs
|
Rewrite PreviewTrackManager to avoid constructing TrackBass locally
|
2021-11-09 17:38:12 +09:00 |