1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00
osu-lazer/osu.Game/Beatmaps
2021-10-11 15:06:24 +09:00
..
ControlPoints Actually serialise SampleControlPoints along with HitObjects 2021-08-31 15:14:03 +09:00
Drawables Rename all remaining cases 2021-10-03 00:55:29 +09:00
Formats Copy BaseDifficulty to Beatmap<T> and move all write operations across 2021-10-06 15:10:45 +09:00
Legacy Remove unnecessary variable discard 2021-08-31 15:08:07 +09:00
Timing Add new display for timing row attributes 2021-04-19 16:23:06 +09:00
Beatmap.cs Fix taiko weird difficulty multiplier failing on double convert 2021-10-06 15:18:06 +09:00
BeatmapConverter.cs Remove obsolete code 2021-04-09 13:56:58 +09:00
BeatmapDifficulty.cs Fix taiko weird difficulty multiplier failing on double convert 2021-10-06 15:18:06 +09:00
BeatmapDifficultyCache.cs Avoid returning a live IEnumerable 2021-10-05 17:01:07 +09:00
BeatmapInfo.cs Move common interface implementations to extension methods 2021-10-05 14:41:14 +09:00
BeatmapInfoExtensions.cs Remove null check suppression and add non-null fallback 2021-10-05 14:49:59 +09:00
BeatmapManager.cs Fix some cases where interface specifications can be used but weren't 2021-10-11 15:06:24 +09:00
BeatmapMetadata.cs Move common interface implementations to extension methods 2021-10-05 14:41:14 +09:00
BeatmapMetadataInfoExtensions.cs Move common interface implementations to extension methods 2021-10-05 14:41:14 +09:00
BeatmapMetrics.cs Move metrics to beatmap set 2019-06-13 16:52:49 +09:00
BeatmapModelDownloader.cs Fix some cases where interface specifications can be used but weren't 2021-10-11 15:06:24 +09:00
BeatmapModelManager.cs Move difficulty copy inside context retrieval 2021-10-07 17:49:13 +09:00
BeatmapOnlineInfo.cs Move Length out of OnlineInfo 2019-07-07 20:25:36 +03:00
BeatmapOnlineLookupQueue.cs Rename APIRequest.Result to Response 2021-10-05 14:28:56 +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 Inline single usage of StoryboardFile to avoid interface default method woes 2021-10-04 16:55:02 +09:00
BeatmapSetMetrics.cs Move metrics to beatmap set 2019-06-13 16:52:49 +09:00
BeatmapSetOnlineInfo.cs Reword xmldoc slightly 2021-09-10 12:58:12 +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 Rename all remaining cases 2021-10-03 00:55:29 +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 Mark BeatmapSet as nullable for the time being 2021-10-06 05:54:37 +09:00
IBeatmapMetadataInfo.cs Move common interface implementations to extension methods 2021-10-05 14:41:14 +09:00
IBeatmapModelManager.cs Add missing methods to interfaces 2021-10-06 12:55:04 +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 Inline single usage of StoryboardFile to avoid interface default method woes 2021-10-04 16:55:02 +09:00
IWorkingBeatmap.cs Improve xmldoc consistency 2021-04-20 02:30:27 +02:00
IWorkingBeatmapCache.cs Add missing methods to interfaces 2021-10-06 12:55:04 +09:00
MetadataUtils.cs Check empty string more explicitly in IsRomanised() 2021-06-11 06:38:53 +02:00
StarDifficulty.cs Move StarDifficulty to own file 2020-11-06 13:51:25 +09:00
WorkingBeatmap.cs Remove unnecessary clone operations 2021-10-07 17:22:10 +09:00
WorkingBeatmapCache.cs Merge branch 'master' into new-interfaces 2021-10-04 20:42:40 +09:00