e75aa9138b
Merge branch 'ppy:master' into hud/avatar-thing
2023-03-03 20:03:56 +01:00
91d206e8d2
Optimised GetSearchableTerms
...
Reduced memory allocations to 1
2023-03-03 19:21:50 +01:00
50b0fca264
Code formatting
2023-03-03 18:11:29 +00:00
4dbe589de2
Fixed Taiko Single Tap test pass condition
2023-03-03 17:22:45 +00:00
865f785f50
Fixed an issue where Taiko's Single Tap could allow alternation under very specific circumstances
2023-03-03 17:13:39 +00:00
322f3e86ba
Merge branch 'master' into fix-exporting-a-skin-with-too-long-file-name
2023-03-03 20:02:09 +03:00
ec95d00313
Added Taiko Single Tap test scene
2023-03-03 16:57:09 +00:00
3bff415909
Change ResetDialogue
text
2023-03-03 15:16:48 +01:00
2b7111867c
Adjust reversion header text naming.
2023-03-03 15:12:20 +01:00
36058b3da2
Fix upwards scroll direction not working with recent hold note display changes
2023-03-03 18:03:06 +09:00
a14dede036
Ensure TestBeatmapCarousel.Items
only returns actually visible items (and in correct order)
...
Turns out that items could be in an order that isn't the same as how
things look on the carousel, so this change ensures that for testing
purposes they are sorted by Y position.
Also uses the `CarouselItem.Visible` flag to ensure that we don't have
to wait for drawable fade transitions after a filter operation.
2023-03-03 17:18:34 +09:00
7a092ea995
Add better coverage and more comments explaining the structure of test setup
2023-03-03 17:18:14 +09:00
82293c0c86
Don't filter away results with missing data when using "Date Submitted" or "Date Ranked" sort modes
...
From a user's perspective, changing a sort / order mode shouldn't filter
away results, but we were doing this.
In terms of UX expectations, in stable this kind of scenario would
results in a group being added to the end of son select with "Not
ranked" or "Unknown". I think we should aim to match this eventually.
2023-03-03 16:36:18 +09:00
dc669835e2
Show count of visible beatmaps at song select
2023-03-03 15:28:51 +09:00
6ff1fb6b1a
Adjust sizing to allow for timing point information now being longer than before
2023-03-02 18:57:54 +09:00
29be26b150
Merge pull request #22766 from Joehuu/fix-talking-with-text-overflow
...
Fix "talking with" text overflowing when usernames are too long
2023-03-02 17:04:11 +09:00
af540de69b
Fix "talking with" text overflowing when usernames are too long
2023-03-01 22:10:15 -08:00
bb5791a714
Fix overlay sidebars not scrolling to end due to parent scroll view
2023-03-01 21:41:01 -08:00
bd11d5d29a
Merge pull request #22743 from Joehuu/scroll-back-to-previous
...
Add ability to scroll back to previous position after scrolling to top via button on overlays
2023-03-01 22:55:47 +09:00
21ebcdf5ed
Merge pull request #22755 from EVAST9919/colour-info-framework
...
Use `ColourInfo.Interpolate(Quad)` where possible
2023-03-01 12:05:54 +09:00
24723ca873
Merge pull request #22749 from peppy/rename-setting-source-tests
...
Rename `SettingSource` tests to match attribute name
2023-02-28 20:40:07 +01:00
d4bb08a440
Fixed CodeInspector complaining
2023-02-28 18:38:09 +00:00
31f58a33ac
Use ColourInfo.Interpolate where possible
2023-02-28 18:47:27 +03:00
0a76c8ee7f
Further simplified a type check
2023-02-28 15:41:06 +00:00
8851da05f1
Merge branch 'taiko-single-tap' of https://github.com/OpenSauce04/osu into taiko-single-tap
2023-02-28 15:37:54 +00:00
616f7b3f64
Simplified a type check
2023-02-28 15:37:46 +00:00
781da032e9
Merge branch 'master' into taiko-single-tap
2023-02-28 15:22:41 +00:00
3aa8c81c5d
Added missing mod incompatabilities
2023-02-28 15:20:53 +00:00
7c84a84fbe
Removed TaikoInputBlockingMod, and instead moved code into TaikoModSingleTap
2023-02-28 15:14:03 +00:00
044b0604b2
Move OmitFirstBarLine
to TimingControlPoint
2023-02-28 19:29:31 +09:00
1250c1f0c1
Update test assertions to match stable expectations
...
These changes were taken from https://github.com/ppy/osu/pull/22582 .
Minor adjustments were applied to match stable expectations, which is to
say there cannot be an inherited control point with omit barline
specification (in the editor the setting is greyed out when inheritance
is turned on).
2023-02-28 19:28:21 +09:00
3c45ab677a
Merge pull request #22751 from peppy/update-framework
...
Update framework
2023-02-28 16:40:18 +09:00
89e20a7962
Update resources
2023-02-28 14:47:51 +09:00
bd1460a8d5
Update framework
2023-02-28 14:32:58 +09:00
2615453b31
Rename SettingSource
tests to match attribute name
2023-02-28 11:45:32 +09:00
beb04379f9
Inverted an if statement for code clarity
2023-02-27 22:36:09 +00:00
90227a6496
Rename DeleteConfirmationDialog.cs
into DangerousActionDialog.cs
2023-02-27 21:57:59 +01:00
00a00ead22
Make ResetConfirmDialog
inherit from DeleteConfirmationDialog
2023-02-27 21:50:27 +01:00
1239de6f41
Upper case web using
alias
2023-02-27 21:34:07 +01:00
ca47d55f10
Merge pull request #22748 from OpenSauce04/patch-1
...
Fix grammar mistake in taiko relax mod description
2023-02-27 20:17:14 +01:00
4e9d25957a
Merge pull request #22717 from peppy/skin-editor-depth-changing
...
Add ability to send selected skin components to front or back
2023-02-27 19:56:21 +01:00
92edb0f868
Merge branch 'master' into skin-editor-depth-changing
2023-02-27 19:24:53 +01:00
8d747f2402
Fixed grammar mistake in Taiko Relax mod description
2023-02-27 16:06:33 +00:00
25ef1f199d
Update description for Taiko Single Tap mod
2023-02-27 15:22:06 +00:00
bf1897a98f
Adjust warning text slightly.
2023-02-27 16:08:14 +01:00
12a2037086
Removed useless TaikoAction check from TaikoInputBlockingMod
2023-02-27 14:39:12 +00:00
d823faed08
Remove unused flash_duration
const
2023-02-27 14:33:47 +00:00
dd9194b976
Code formatting fix
2023-02-27 13:58:40 +00:00
12b983495c
Fixed issues caused by branch being stale
2023-02-27 13:40:55 +00:00
f2cada4584
Strong drumrolls no longer allow all actions to be used
2023-02-27 13:18:08 +00:00