Dean Herbert
|
50a2abbe7f
|
Merge pull request #12683 from frenzibyte/legacy-beatmap-combo-offset
Apply combo offsets "colour hax" only on beatmap skins
|
2021-07-23 14:30:18 +09:00 |
|
Lucas A
|
ea4f9b2ac7
|
Localise beatmap online status pill.
|
2021-07-21 13:15:07 +02:00 |
|
Dean Herbert
|
399c3b0be8
|
Rename property, reword xmldoc and improve readability of update code
|
2021-07-21 17:32:56 +09:00 |
|
Salman Ahmed
|
9d92b795fa
|
Revert making ComboOffset s legacy and define BeatmapSkinComboIndex instead
|
2021-07-20 14:15:43 +03:00 |
|
Salman Ahmed
|
554652b033
|
Merge branch 'refactor-combo-colour-retrieval' into legacy-beatmap-combo-offset
|
2021-07-20 10:11:52 +03:00 |
|
Dan Balasescu
|
f3bcaf7f11
|
Merge pull request #13929 from peppy/i-deep-cloneable
Create a deep clone of score for score submission purposes
|
2021-07-19 21:58:27 +09:00 |
|
Dean Herbert
|
3c028ce05c
|
Add IDeepCloneable interface and update existing CreateCopy methods to use it
|
2021-07-19 12:54:17 +09:00 |
|
ekrctb
|
7f432665e5
|
Preserve Y position of hit objects in osu!catch
|
2021-07-14 14:38:38 +09:00 |
|
Dan Balasescu
|
6b76c54aee
|
Merge pull request #13756 from PercyDan54/playlist-empty-romanised
Fix playlist item displays empty string if no unicode title is present
|
2021-07-05 13:53:50 +09:00 |
|
PercyDan54
|
12371f7424
|
Fix playlist item displays as empty string if no unicode title is present
|
2021-07-04 08:09:38 +08:00 |
|
Dean Herbert
|
0be75cc4ed
|
Fix incorrect base call causing import optimisation to not work
|
2021-07-03 22:35:46 +09:00 |
|
Dan Balasescu
|
697b07acb1
|
Merge branch 'master' into fix-beatmap-import-fk-failure
|
2021-06-29 11:36:31 +09:00 |
|
Dan Balasescu
|
92fcf90768
|
Merge branch 'master' into import-early-checksum-abort
|
2021-06-28 19:29:08 +09:00 |
|
Dean Herbert
|
90b87cbb9e
|
Add back unidirectional online id check
|
2021-06-28 10:11:27 +09:00 |
|
Dean Herbert
|
9a96cd4a1d
|
Revert "Remove comparison of online beatmap IDs during dedupe checks"
This reverts commit 15af28d2a0 .
|
2021-06-28 09:54:18 +09:00 |
|
Dean Herbert
|
15af28d2a0
|
Remove comparison of online beatmap IDs during dedupe checks
|
2021-06-27 14:48:57 +09:00 |
|
Dean Herbert
|
46f8100f43
|
Remove overly verbose logging during beatmap imports
|
2021-06-27 14:29:02 +09:00 |
|
Dean Herbert
|
dcba7bf779
|
Fix import flow potentially hitting foreign key constraint
|
2021-06-23 17:34:56 +09:00 |
|
ekrctb
|
e1b2c63e09
|
Add IApplicableToBeatmapProcessor mod interface
|
2021-06-23 14:46:30 +09:00 |
|
Dean Herbert
|
5944c45f55
|
Specify types explicitly and don't handle non-nullable values with fallbacks
|
2021-06-16 16:24:30 +09:00 |
|
smoogipoo
|
6be41e497a
|
Fix possible nullref in difficulty recommender
|
2021-06-16 11:27:38 +09:00 |
|
Bartłomiej Dach
|
375f64ffd1
|
Check empty string more explicitly in IsRomanised()
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2021-06-11 06:38:53 +02:00 |
|
Bartłomiej Dach
|
e41a5a0fcd
|
Add romanised author & title fields
|
2021-06-10 22:17:45 +02:00 |
|
Dean Herbert
|
00b3eea840
|
Merge branch 'legacy-skin-default-fallback' into fix-skin-sample-lookup
|
2021-05-31 21:39:04 +09:00 |
|
Dean Herbert
|
17fa2426d4
|
Merge branch 'master' into legacy-skin-resource-improvements
|
2021-05-31 19:36:09 +09:00 |
|
Dean Herbert
|
b16d10bd95
|
Provide game-wide resources via IStorageResourceProvider
|
2021-05-31 18:57:47 +09:00 |
|
Dean Herbert
|
675fe37446
|
Change check order around to ensure re-fetches which return no results don't nullref
|
2021-05-31 18:35:18 +09:00 |
|
Dean Herbert
|
de0e51a81d
|
Merge branch 'master' into fix-skin-sample-lookup
|
2021-05-31 15:27:39 +09:00 |
|
Dean Herbert
|
06bd696cc2
|
Remove previous consumption logic in GetWorkingBeatmap
This should not be required since the introduction of `workingCache`,
which does the same thing in a more global way.
|
2021-05-31 14:11:58 +09:00 |
|
Bartłomiej Dach
|
ab077c6656
|
Merge branch 'master' into non-nullable-beatmapset-files
|
2021-05-31 00:10:03 +02:00 |
|
Bartłomiej Dach
|
78213e09d4
|
Merge branch 'master' into editor-exit-stability
|
2021-05-30 23:03:50 +02:00 |
|
Dean Herbert
|
dac1a98d8a
|
Merge branch 'master' into fix-skin-sample-lookup
|
2021-05-30 15:19:47 +09:00 |
|
Dean Herbert
|
8652ac05db
|
Merge branch 'editor-exit-stability' into non-nullable-beatmapset-files
|
2021-05-28 18:58:35 +09:00 |
|
Dean Herbert
|
ee5eb9576f
|
Fix completely wrong conditional logic
|
2021-05-28 18:38:50 +09:00 |
|
Dean Herbert
|
581a86b91a
|
Revert "Revert "Fix editor tests failing due to empty files being specified""
This reverts commit 1af684c4b2 .
|
2021-05-28 14:33:06 +09:00 |
|
Dean Herbert
|
41733af0ed
|
Revert "Revert "Make BeatmapSetInfo.Files non-nullable""
This reverts commit 9c4f39e968 .
|
2021-05-28 14:33:05 +09:00 |
|
Dean Herbert
|
b349ff8693
|
Revert "Add temporary accounting for tests with null files"
This reverts commit e52c0a34f8 .
|
2021-05-28 14:33:04 +09:00 |
|
Dean Herbert
|
f1b5aced6f
|
Merge branch 'master' into editor-exit-stability
|
2021-05-28 14:32:32 +09:00 |
|
Dean Herbert
|
e52c0a34f8
|
Add temporary accounting for tests with null files
|
2021-05-28 14:31:26 +09:00 |
|
Dean Herbert
|
9c4f39e968
|
Revert "Make BeatmapSetInfo.Files non-nullable"
This reverts commit c24712642c .
|
2021-05-28 14:15:28 +09:00 |
|
Dean Herbert
|
1af684c4b2
|
Revert "Fix editor tests failing due to empty files being specified"
This reverts commit fdbd421040 .
|
2021-05-28 14:15:28 +09:00 |
|
Dean Herbert
|
b13b732e02
|
Remove incorrect DefaultSkin usage
|
2021-05-27 14:50:56 +09:00 |
|
Dean Herbert
|
14a4095140
|
Merge branch 'master' into beatmap-skin
|
2021-05-26 18:39:47 +09:00 |
|
Dean Herbert
|
29e1737f0d
|
Merge branch 'master' into mbd-beatmap-set-cover
|
2021-05-24 15:51:03 +09:00 |
|
Salman Ahmed
|
4f6de6fdc6
|
Implement GetSkin() for other working beatmaps
|
2021-05-21 20:21:29 +03:00 |
|
Salman Ahmed
|
318e5fc60b
|
Mark WorkingBeatmap.GetSkin() as abstract
|
2021-05-21 20:14:26 +03:00 |
|
Dean Herbert
|
c24712642c
|
Make BeatmapSetInfo.Files non-nullable
|
2021-05-20 17:39:52 +09:00 |
|
Dean Herbert
|
fdbd421040
|
Fix editor tests failing due to empty files being specified
|
2021-05-20 17:09:55 +09:00 |
|
Dean Herbert
|
7980bdd384
|
Revert incorrectly changed requery code
|
2021-05-20 15:41:58 +09:00 |
|
Salman Ahmed
|
825d61e22c
|
Separate default beatmap skins from DefaultSkin
|
2021-05-19 12:06:10 +03:00 |
|