1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 02:47:26 +08:00
osu-lazer/osu.Game/Beatmaps
naoey 61260cf599
Hand off comparison logic for database query to implementors
Equals overrides are not used in EF queries without running the comaprison locally instead of on the database, so to preserve that the comparison logic is instead implemented on a per manager basis.
2019-06-27 15:32:27 +05:30
..
ControlPoints Remove ControlPoint.EquivalentTo 2019-05-21 14:27:57 +09:00
Drawables Adjust background colour of non-loaded beatmap set cover to play better with black foreground elements 2019-06-27 12:17:28 +09:00
Formats Merge pull request #4729 from peppy/fix-control-point-ordering 2019-05-21 15:33:27 +09:00
Legacy Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
Timing Move conditional to within BreakPeriod 2019-05-12 16:25:25 +09:00
Beatmap.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
BeatmapConverter.cs Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
BeatmapDifficulty.cs Fix remaining issues 2019-02-28 13:31:40 +09:00
BeatmapInfo.cs Fix prefixing spaces in BeatmapInfo's ToString when metadata is not populated yet 2019-06-10 19:33:23 +09:00
BeatmapManager_WorkingBeatmap.cs Don't throw exception for non-existent files 2019-06-26 17:23:12 +09:00
BeatmapManager.cs Hand off comparison logic for database query to implementors 2019-06-27 15:32:27 +05:30
BeatmapMetadata.cs Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
BeatmapMetrics.cs Move metrics to beatmap set 2019-06-13 16:52:49 +09:00
BeatmapOnlineInfo.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
BeatmapProcessor.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
BeatmapSetFileInfo.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
BeatmapSetInfo.cs Merge remote-tracking branch 'upstream/master' into generic-download-tracking-composite 2019-06-26 18:17:53 +05:30
BeatmapSetMetrics.cs Move metrics to beatmap set 2019-06-13 16:52:49 +09:00
BeatmapSetOnlineInfo.cs Disable download button + Fix AppVeyor Errors 2019-06-10 21:13:37 +03:00
BeatmapSetOnlineStatus.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
BeatmapStatistic.cs Update icon usage to match framework changes 2019-03-27 19:29:27 +09:00
BeatmapStore.cs Remove incorrect deletion include 2019-05-09 15:13:35 +09:00
BindableBeatmap.cs Cleanups 2019-06-04 11:25:18 +09:00
DummyWorkingBeatmap.cs Cleanups 2019-06-04 11:25:18 +09:00
IBeatmap.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IBeatmapConverter.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IBeatmapProcessor.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
WorkingBeatmap.cs Cleanups 2019-06-04 11:25:18 +09:00