Commit Graph

40943 Commits

Author SHA1 Message Date
e69bb67afe Add IApplicableToDrawableHitObject that is taking a single DHO
Less cumbersome to implement than old version taking an enumerable. The implementation was always using `foreach` for the enumerable.
The new interface is not used yet.
2021-06-16 18:42:28 +09:00
b24730efdb Merge pull request #13512 from smoogipoo/add-localisation-example
Localise parts of the beatmap listing overlay
2021-06-16 16:03:40 +09:00
5be00ad0a9 Merge pull request #13502 from smoogipoo/gh-actions
Add GitHub actions workflow
2021-06-16 15:29:18 +09:00
cb80577922 Merge pull request #13509 from bdach/fix-seasonal-backgrounds
Fix seasonal backgrounds not cycling
2021-06-16 15:26:46 +09:00
68fa7d68cc Merge pull request #13511 from smoogipoo/fix-possible-nullref-2
Fix possible nullref in difficulty recommender
2021-06-16 15:20:45 +09:00
f802679d38 Merge pull request #13497 from smoogipoo/fix-present-score
Make PresentScore() use replay hash as fallback
2021-06-16 15:18:01 +09:00
4c5268694e Localise some of the BeatmapListingOverlay 2021-06-16 13:46:13 +09:00
fa00d07107 Upgrade osu-resources 2021-06-16 13:26:36 +09:00
451ce04d19 Make Resharper inspections fail CI job
As per https://github.com/ppy/osu-framework/pull/4514.
2021-06-16 13:22:50 +09:00
a5261f0cb3 Add difficulty recommender instantly 2021-06-16 11:48:49 +09:00
6be41e497a Fix possible nullref in difficulty recommender 2021-06-16 11:27:38 +09:00
022b1a28d5 Add missing equality implementation for seasonal backgrounds
The equality operator is used to determine whether the next background
in the cycle should be loaded, to avoid pointless loads of the same
background several times (see #13362 and #13393). Its omission in the
latter pull caused seasonal backgrounds to no longer cycle.

Closes #13508.
2021-06-15 23:21:48 +02:00
30703d518c Add failing assert for seasonal background equality 2021-06-15 23:19:33 +02:00
81c43bcf19 Merge pull request #13503 from frenzibyte/legacy-spinner-background-colour 2021-06-15 20:18:20 +02:00
1fb343b432 Merge branch 'master' into legacy-spinner-background-colour 2021-06-15 19:40:44 +02:00
3ef3e33876 Merge branch 'master' into gh-actions 2021-06-15 18:37:39 +02:00
819e3afbfb Merge pull request #13504 from smoogipoo/fix-malformed-database-test
Fix malformed database test failing in single-threaded mode
2021-06-16 01:34:45 +09:00
7fdf456178 Merge pull request #13500 from smoogipoo/remove-cake
Remove cake
2021-06-16 01:25:16 +09:00
e79e1bbcc0 Fix malformed database test failing in single-threaded mode 2021-06-15 22:53:43 +09:00
a4c4867d6a Add scripts for running inspections locally 2021-06-15 22:40:31 +09:00
52145c9237 Assign skinnable colour to spinner-background with correct default 2021-06-15 16:17:05 +03:00
a85a592f70 Add lookup for spinner background colour 2021-06-15 16:16:25 +03:00
5283948a6d Fix incorrect directory 2021-06-15 22:05:13 +09:00
04e8703eee Add github actions workflows 2021-06-15 21:59:18 +09:00
9fcf105364 Remove cake 2021-06-15 21:46:23 +09:00
e29e2328f8 Inline inspection actions into appveyor.yml 2021-06-15 21:45:02 +09:00
f39dbb8b6e Upgrade cfs 2021-06-15 21:42:09 +09:00
b871ee4e71 Merge pull request #13463 from Pasi4K5/enhance-mod-settings-text-box-visibility
Enhance text box visibility in mod settings
2021-06-15 17:01:39 +09:00
e9d4ee3c87 Merge branch 'master' into enhance-mod-settings-text-box-visibility 2021-06-15 16:09:55 +09:00
579a4aa9c8 Remove comment 2021-06-15 14:10:09 +09:00
eb4c093371 Use hash as fallback 2021-06-15 14:06:17 +09:00
1ddcb352c5 Merge pull request #13449 from ekrctb/refactor-scrolling-hoc-1
Refactor `ScrollingHitObjectContainer` and expose more useful methods
2021-06-15 11:21:26 +09:00
f6c6eea6dc Make PresentScore() only consider replay hash 2021-06-15 11:16:35 +09:00
62959c4b21 Merge branch 'master' into refactor-scrolling-hoc-1 2021-06-15 10:46:07 +09:00
f3ca134e1e Merge pull request #13496 from bdach/disable-dotnet-format
Temporarily disable `dotnet format` to unblock CI
2021-06-15 08:26:22 +09:00
9d9c5902bb Temporarily disable dotnet format to unblock CI 2021-06-14 22:54:16 +02:00
cb1e2e3d97 Improve xmldoc 2021-06-14 21:54:55 +02:00
84ec378be1 Merge branch 'master' into refactor-scrolling-hoc-1 2021-06-14 20:42:38 +09:00
385d10eeae Merge pull request #13487 from peppy/fix-song-select-leaderboard-events
Add support for song select leaderboard to handle newly imported scores
2021-06-14 20:39:36 +09:00
980afd6a04 Merge branch 'master' into fix-song-select-leaderboard-events 2021-06-14 20:03:36 +09:00
15a20ed9d6 Merge pull request #13486 from peppy/revert-nested-platform-container
Revert "Add nested `PlatformActionContainer` to allow testing of platform actions in visual tests"
2021-06-14 19:53:14 +09:00
75b5b50aee Merge pull request #13490 from smoogipoo/arbitrary-localisation-assembly
Match any arbitrary assembly for localisations
2021-06-14 19:05:22 +09:00
13d0eaa9fe Update framework 2021-06-14 19:03:31 +09:00
93e6c76bea Merge pull request #13489 from smoogipoo/adjust-existing-localisations
Make all localisation class strings verbatim
2021-06-14 18:06:07 +09:00
b327baa4de Match any arbitrary assembly for localisations 2021-06-14 17:47:31 +09:00
aa5dae84b2 Make all localisation class strings verbatim 2021-06-14 16:51:17 +09:00
fcb0b8d825 Add test coverage 2021-06-14 15:06:33 +09:00
83402a70db Fix potential null ref when no beatmap is selected 2021-06-14 15:06:24 +09:00
b06477a1f5 Split out tests into individual test methods 2021-06-14 14:35:24 +09:00
f8b09b7c81 Avoid refresh if score is not related to current display 2021-06-14 14:28:14 +09:00