.. |
ControlPoints
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
Drawables
|
Remove BeatmapSetInfo.OnlineInfo and all usages
|
2021-11-04 15:23:04 +09:00 |
Formats
|
Update all existing usages of AuthorString /AuthorId
|
2021-11-04 18:59:37 +09:00 |
Legacy
|
Throw rather than ignore on invalid control point addition
|
2021-09-06 22:04:37 +09:00 |
Timing
|
Add new display for timing row attributes
|
2021-04-19 16:23:06 +09:00 |
APIFailTimes.cs
|
Rename BeatmapMetrics to APIFailTimes
|
2021-10-25 15:34:41 +09:00 |
Beatmap.cs
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +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
|
Add cancellation token support for beatmap difficulty calculation.
|
2021-11-06 00:21:29 +01:00 |
BeatmapInfo.cs
|
Stop BeatmapInfo from implementing IBeatmapOnlineInfo and remove all usages
|
2021-11-04 15:23:04 +09:00 |
BeatmapInfoExtensions.cs
|
Remove nullability from IBeatmapInfo.Metadata
|
2021-11-04 14:28:39 +09:00 |
BeatmapManager.cs
|
Merge branch 'master' into user-class-cleanup
|
2021-11-05 19:56:18 +09:00 |
BeatmapMetadata.cs
|
Update all existing usages of AuthorString /AuthorId
|
2021-11-04 18:59:37 +09:00 |
BeatmapMetadataInfoExtensions.cs
|
Update existing usages of Author as string to access Username directly
|
2021-11-04 18:57:54 +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
|
Fix PR comments.
|
2021-11-06 16:03:53 +01:00 |
BeatmapOnlineLookupQueue.cs
|
APIBeatmap implements IBeatmapInfo
|
2021-10-21 19:14:31 +09:00 |
BeatmapProcessor.cs
|
Rename property, reword xmldoc and improve readability of update code
|
2021-07-21 17:32:56 +09:00 |
BeatmapSetFileInfo.cs
|
Update all EF based models to implement new read only interfaces
|
2021-10-01 16:55:50 +09:00 |
BeatmapSetInfo.cs
|
Remove BeatmapSetInfo.OnlineInfo and all usages
|
2021-11-04 15:23:04 +09: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
|
Update mapper usages with LocalisableDescription
|
2021-07-31 01:47:14 +03:00 |
BeatmapStatistic.cs
|
Remove obsolete code
|
2021-04-09 13:56:58 +09:00 |
BeatmapStatisticIcon.cs
|
Strongly type and expose default beatmap information icon implementations for other rulesets
|
2020-09-04 15:01:32 +09:00 |
BeatmapStore.cs
|
Rename all remaining cases
|
2021-10-03 00:55:29 +09:00 |
CountdownType.cs
|
Add descriptions to enum members
|
2021-08-30 22:51:42 +02:00 |
DifficultyRating.cs
|
Replace DifficultyColouredContainer with a more scalable solution
|
2019-08-17 15:16:24 +09:00 |
DifficultyRecommender.cs
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
DummyWorkingBeatmap.cs
|
Retrieve separated skin instance from working beatmap for editing
|
2021-08-15 21:18:09 +02:00 |
IBeatmap.cs
|
Copy BaseDifficulty to Beatmap<T> and move all write operations across
|
2021-10-06 15:10:45 +09:00 |
IBeatmapConverter.cs
|
Add default token
|
2020-09-17 18:37:48 +09:00 |
IBeatmapDifficultyInfo.cs
|
Switch BeatmapDifficulty usages to use interface type
|
2021-10-01 16:55:50 +09:00 |
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
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
IBeatmapResourceProvider.cs
|
Expose resources to skin via interface (and share common pieces with beatmap)
|
2020-12-21 15:18:52 +09:00 |
IBeatmapSetInfo.cs
|
Allow for long online IDs and implement in ScoreInfo
|
2021-10-29 11:48:36 +09:00 |
IBeatmapSetOnlineInfo.cs
|
Move online metrics out of BeatmapSetInfo model
|
2021-10-25 15:12:39 +09:00 |
IWorkingBeatmap.cs
|
Rename CancellationToken variable
|
2021-11-07 13:41:54 +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
|
Move StarDifficulty to own file
|
2020-11-06 13:51:25 +09:00 |
WorkingBeatmap.cs
|
Rename CancellationToken variable
|
2021-11-07 13:41:54 +01:00 |
WorkingBeatmapCache.cs
|
Fix another couple of cases of incorrect string null/empty checking
|
2021-11-04 14:22:28 +09:00 |