1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00
Commit Graph

41239 Commits

Author SHA1 Message Date
Dean Herbert
f6f1a068b2 Rename "easing" references to be "style" instead 2021-06-16 15:15:12 +09:00
Dean Herbert
b1dd502e06 Rename class to match new name 2021-06-16 15:09:42 +09:00
Dean Herbert
2ce487bdac Rename mod and fix easing mappings / naming 2021-06-16 14:31:22 +09:00
Dean Herbert
c5f76c7352
Merge branch 'master' into AddApproachCircleMod 2021-06-16 14:30:58 +09:00
ekrctb
73e443a0d9 Add comments 2021-06-16 14:01:12 +09:00
smoogipoo
4c5268694e Localise some of the BeatmapListingOverlay 2021-06-16 13:46:13 +09:00
smoogipoo
fa00d07107 Upgrade osu-resources 2021-06-16 13:26:36 +09:00
Dean Herbert
66efc3c4de
Merge branch 'master' into realm-key-binding-store 2021-06-16 13:23:13 +09:00
smoogipoo
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
smoogipoo
a5261f0cb3 Add difficulty recommender instantly 2021-06-16 11:48:49 +09:00
smoogipoo
6be41e497a Fix possible nullref in difficulty recommender 2021-06-16 11:27:38 +09:00
Bartłomiej Dach
8c558610ab Fix hitobjects expiring before fully judged with hidden 2021-06-16 00:34:39 +02:00
Bartłomiej Dach
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
Bartłomiej Dach
30703d518c Add failing assert for seasonal background equality 2021-06-15 23:19:33 +02:00
Bartłomiej Dach
57f0c47ded Ezplain slider multiplier adjustment 2021-06-15 23:00:11 +02:00
Bartłomiej Dach
b0549187df Apply pre-empt formula which is closer to stable 2021-06-15 22:57:20 +02:00
Bartłomiej Dach
259e6cad4d Rearrange and rename member 2021-06-15 22:34:07 +02:00
Bartłomiej Dach
a549aebb3f Reword HD scale multiplier comment 2021-06-15 22:32:26 +02:00
Bartłomiej Dach
81c43bcf19
Merge pull request #13503 from frenzibyte/legacy-spinner-background-colour 2021-06-15 20:18:20 +02:00
Bartłomiej Dach
1fb343b432
Merge branch 'master' into legacy-spinner-background-colour 2021-06-15 19:40:44 +02:00
Dean Herbert
9d168b19c9 Switch to non-beta release 2021-06-16 02:15:25 +09:00
Dean Herbert
acc06ca398 Merge branch 'master' into realm-key-binding-store 2021-06-16 02:14:58 +09:00
Bartłomiej Dach
3ef3e33876
Merge branch 'master' into gh-actions 2021-06-15 18:37:39 +02:00
Dean Herbert
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
Dean Herbert
7fdf456178
Merge pull request #13500 from smoogipoo/remove-cake
Remove cake
2021-06-16 01:25:16 +09:00
smoogipoo
e79e1bbcc0 Fix malformed database test failing in single-threaded mode 2021-06-15 22:53:43 +09:00
smoogipoo
a4c4867d6a Add scripts for running inspections locally 2021-06-15 22:40:31 +09:00
Salman Ahmed
52145c9237 Assign skinnable colour to spinner-background with correct default 2021-06-15 16:17:05 +03:00
Salman Ahmed
a85a592f70 Add lookup for spinner background colour 2021-06-15 16:16:25 +03:00
smoogipoo
5283948a6d Fix incorrect directory 2021-06-15 22:05:13 +09:00
smoogipoo
04e8703eee Add github actions workflows 2021-06-15 21:59:18 +09:00
smoogipoo
9fcf105364 Remove cake 2021-06-15 21:46:23 +09:00
smoogipoo
e29e2328f8 Inline inspection actions into appveyor.yml 2021-06-15 21:45:02 +09:00
smoogipoo
f39dbb8b6e Upgrade cfs 2021-06-15 21:42:09 +09:00
Dan Balasescu
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
Dan Balasescu
e9d4ee3c87
Merge branch 'master' into enhance-mod-settings-text-box-visibility 2021-06-15 16:09:55 +09:00
ekrctb
a431b4eeda Add scrolling direction toggle for mania selection blueprint test scene 2021-06-15 15:22:36 +09:00
ekrctb
403aa433cf Rewrite mania selection blueprint test scene 2021-06-15 15:14:14 +09:00
ekrctb
ef96ceb4ab Introduce IPlayfieldProvider 2021-06-15 14:43:04 +09:00
smoogipoo
579a4aa9c8 Remove comment 2021-06-15 14:10:09 +09:00
smoogipoo
eb4c093371 Use hash as fallback 2021-06-15 14:06:17 +09:00
ekrctb
d0e57f7dd9 Use HitObject instead of DHO for mania selection blueprint layout
- Fix moving selected hold note between columns will cause a crash
2021-06-15 13:20:51 +09:00
ekrctb
bbf0022689 Use natural anchor for TimeAtPosition and PositionAtTime
The natural anchor is the end of the scrolling direction (e.g. Bottom for Down scrolling).
2021-06-15 13:15:20 +09:00
Dan Balasescu
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
smoogipoo
f6c6eea6dc Make PresentScore() only consider replay hash 2021-06-15 11:16:35 +09:00
Dan Balasescu
62959c4b21
Merge branch 'master' into refactor-scrolling-hoc-1 2021-06-15 10:46:07 +09:00
Dan Balasescu
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
Bartłomiej Dach
9d9c5902bb Temporarily disable dotnet format to unblock CI 2021-06-14 22:54:16 +02:00
Bartłomiej Dach
cb1e2e3d97 Improve xmldoc 2021-06-14 21:54:55 +02:00
Dan Balasescu
84ec378be1
Merge branch 'master' into refactor-scrolling-hoc-1 2021-06-14 20:42:38 +09:00