Commit Graph

42698 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
635b3cdf1c Merge pull request #13514 from peppy/mod-approach-different
Add osu! mod "Approach Different"
2021-06-16 18:25:31 +09:00
dd934c5d3f Merge pull request #13519 from ekrctb/fix-player-test
Don't invoke "completed" action for test scene virtual track
2021-06-16 18:25:03 +09:00
cc5145a131 Fix languages with a sub-language part not working properly 2021-06-16 11:10:03 +02:00
2b0e6b6b51 Don't invoke "completed" action for test scene virtual track
`MusicController` tries to play the next music when a track is completed.
In test scenes, we want to keep the virtual track, not random songs.
2021-06-16 17:44:21 +09:00
521077b714 Make getRulesetTransformedSkin private 2021-06-16 17:44:18 +09:00
7891ee4f32 Change order of settings to make scrolling easier
There's an issue with dropdown menus nested inside a scroll view being
very frustrating to scroll to off-screen items. This works around that
to some extent by giving the user more "parent-scrollable" space to
mouse wheel or drag over.
2021-06-16 17:32:31 +09:00
0c1023da31 Simplify transform logic 2021-06-16 17:27:52 +09:00
ee5f4f1856 Remove default (and make default "Gravity") 2021-06-16 17:27:43 +09:00
d298e95df7 Limit maximum height of settings enum dropdowns 2021-06-16 10:25:50 +02:00
64bb1f381b Add more languages to settings dropdown 2021-06-16 10:25:30 +02:00
4b45d8318e Merge branch 'master' into transformers-per-skin 2021-06-16 16:37:28 +09:00
98e0e89d3f Nest adjustments for readability 2021-06-16 16:32:59 +09:00
18343160cf Reword comments slightly 2021-06-16 16:31:38 +09:00
5944c45f55 Specify types explicitly and don't handle non-nullable values with fallbacks 2021-06-16 16:24:30 +09:00
fafd936c93 Localise "sort by" string in overlays 2021-06-16 16:21:41 +09:00
6d6604e2f0 Fix incorrect indentation
I used this for the o!f example.
2021-06-16 16:19:47 +09:00
b087c95581 Use a frozen clock for catcher trails 2021-06-16 16:17:32 +09:00
1632450918 Add comments 2021-06-16 16:17:32 +09:00
a5c09454e6 Remove unnecessary configuration 2021-06-16 16:16:18 +09:00
3400cbe076 Merge branch 'master' into taiko-hd-mod 2021-06-16 16:09:52 +09:00
55859938b1 Use object initializer syntax for hit object application in tests 2021-06-16 16:07:22 +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
117e94bc94 Allow setting Entry of PoolableDrawableWithLifetime
It is more convenient than using the constructor because the only limited kind of expression is allowed in a base constructor call.
Also, the object initializer syntax can be used.
2021-06-16 16:00:08 +09:00
3c3ff8be0d Localise beatmap listing enum values 2021-06-16 15:58:07 +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
f6f1a068b2 Rename "easing" references to be "style" instead 2021-06-16 15:15:12 +09:00
b1dd502e06 Rename class to match new name 2021-06-16 15:09:42 +09:00
2ce487bdac Rename mod and fix easing mappings / naming 2021-06-16 14:31:22 +09:00
c5f76c7352 Merge branch 'master' into AddApproachCircleMod 2021-06-16 14:30:58 +09:00
73e443a0d9 Add comments 2021-06-16 14:01:12 +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
66efc3c4de Merge branch 'master' into realm-key-binding-store 2021-06-16 13:23:13 +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
be68950c30 refactoring 2021-06-16 03:34:46 +02:00
8c558610ab Fix hitobjects expiring before fully judged with hidden 2021-06-16 00:34:39 +02: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
57f0c47ded Ezplain slider multiplier adjustment 2021-06-15 23:00:11 +02:00
b0549187df Apply pre-empt formula which is closer to stable 2021-06-15 22:57:20 +02:00
259e6cad4d Rearrange and rename member 2021-06-15 22:34:07 +02:00
a549aebb3f Reword HD scale multiplier comment 2021-06-15 22:32:26 +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