bdbacee66e
Merge pull request #14610 from ppy/dependabot/nuget/ppy.osu.Framework.NativeLibs-2021.805.0
...
Bump ppy.osu.Framework.NativeLibs from 2021.115.0 to 2021.805.0
2021-09-02 03:16:05 +09:00
860f04af00
Bump ppy.osu.Framework.NativeLibs from 2021.115.0 to 2021.805.0
...
Bumps [ppy.osu.Framework.NativeLibs](https://github.com/ppy/osu-framework ) from 2021.115.0 to 2021.805.0.
- [Release notes](https://github.com/ppy/osu-framework/releases )
- [Commits](https://github.com/ppy/osu-framework/compare/2021.115.0...2021.805.0 )
---
updated-dependencies:
- dependency-name: ppy.osu.Framework.NativeLibs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 17:02:11 +00:00
c5597b7d9c
Bump BenchmarkDotNet from 0.13.0 to 0.13.1
...
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet ) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases )
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.0...v0.13.1 )
---
updated-dependencies:
- dependency-name: BenchmarkDotNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 17:02:03 +00:00
6f0d1b394d
Bump Microsoft.AspNetCore.SignalR.Protocols.MessagePack
...
Bumps [Microsoft.AspNetCore.SignalR.Protocols.MessagePack](https://github.com/dotnet/aspnetcore ) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.8...v5.0.9 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.SignalR.Protocols.MessagePack
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 17:01:53 +00:00
492209fe13
Bump Sentry from 3.8.3 to 3.9.0
...
Bumps [Sentry](https://github.com/getsentry/sentry-dotnet ) from 3.8.3 to 3.9.0.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases )
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-dotnet/compare/3.8.3...3.9.0 )
---
updated-dependencies:
- dependency-name: Sentry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 17:01:49 +00:00
df7480e68c
Fix bindable implementation being synchronous
2021-09-01 20:56:23 +09:00
f7c1177cc9
Fix ScorePanelList nullref when scores are added too soon
2021-09-01 20:35:06 +09:00
ab538dc3dd
Fix param not passed through
2021-09-01 20:30:26 +09:00
738ce0f689
Fix repeat arrows being hidden beneath head circles in legacy skins
...
Aims to make minimal changes to `DrawableSlider` itself. I'm not super
happy about the slider ball being moved above the head circle, but it
*is* what people are used to so no one except for me is going to
complain.
Supersedes and closes https://github.com/ppy/osu/pull/14561 .
2021-09-01 19:41:49 +09:00
ef64c05af8
Merge pull request #14533 from frenzibyte/move-incompatibility-icon
...
Move mod incompatibility logic to "local player" mod select overlays
2021-09-01 18:12:27 +09:00
67bff88766
Merge pull request #14591 from frenzibyte/simplify-user-graph-tooltips
...
Simplify user graph tooltips implementation
2021-09-01 17:39:44 +09:00
9e21f5a59c
Rename LocalPlayer
to User
in mod select prefixes
2021-09-01 17:22:52 +09:00
fb5f3fb9af
Rename button to be more descriptive of its purpose
2021-09-01 17:19:38 +09:00
2251bf3bcb
Use lambda spec for method
2021-09-01 17:08:20 +09:00
cb66ecdbeb
Merge branch 'master' into simplify-user-graph-tooltips
2021-09-01 17:04:21 +09:00
f0b128b6ec
Merge pull request #14592 from frenzibyte/cleanup-tooltips
...
Update remaining tooltip implementations to use generics
2021-09-01 17:03:59 +09:00
0319177c5c
Fix pixels poking out of the top edge of editor setup screen
2021-09-01 16:46:19 +09:00
88fc53200e
Refactor
2021-09-01 15:41:52 +09:00
edf29e405b
Merge pull request #14581 from bdach/setup-screen-countdown-settings
...
Add countdown settings to setup screen
2021-09-01 15:35:46 +09:00
bee79abe8a
Merge pull request #14560 from Joehuu/privatise-toolbar-offset
...
Fix overlays closing when clicking any empty area of the toolbar
2021-09-01 15:20:54 +09:00
4f9c3fde07
Move alpha adjustment back to LegacySliderBody
to correctly handle default legacy skin
2021-09-01 15:10:56 +09:00
7a447f5128
Mark SankingSliderBody
as abstract
2021-09-01 15:10:24 +09:00
2de076a74b
Merge branch 'adjust-classic-scoring' into score-ordering
2021-09-01 15:06:55 +09:00
c70ac5e5c2
Merge branch 'master' into privatise-toolbar-offset
2021-09-01 14:54:15 +09:00
bd0f385cdb
Make classic scoring a constant multiple of standardised scoring
2021-09-01 14:53:11 +09:00
e715b21ca7
Merge pull request #14586 from peppy/remove-ijsonserializable
...
Remove IJsonSerializable interface
2021-09-01 14:17:32 +09:00
a773a22726
Fix toolbar hiding when clicking home button
2021-08-31 14:29:16 -07:00
1e4fa87648
Merge branch 'master' into setup-screen-countdown-settings
2021-08-31 22:43:18 +02:00
5dc938cc9f
Update tests to match expectations
2021-08-31 22:41:47 +02:00
04773b51bb
Remove countdown toggle transition for now
...
Tricky to get right and the design isn't final as is anyway, so leaving
*something* functioning as a best-effort for now.
2021-08-31 22:41:40 +02:00
7e4ad7d7cf
Fix toolbar blocking scroll input
2021-08-31 13:40:13 -07:00
da3fa9304a
Make toolbar inherit overlay container
2021-08-31 12:39:18 -07:00
1594f31427
Merge pull request #14587 from peppy/avoid-exception-on-failed-lookup
...
Avoid performing beatmap metadata lookups when entering the editor
2021-08-31 21:38:59 +02:00
c246ff141e
Merge branch 'master' into avoid-exception-on-failed-lookup
2021-08-31 21:14:34 +02:00
b2f9be6e08
Merge pull request #14585 from peppy/adjust-triangle-speed
...
Adjust minimum triangle movement speed to avoid "static" triangles in logo
2021-08-31 21:13:20 +02:00
b969398e2d
Merge branch 'master' into adjust-triangle-speed
2021-08-31 20:44:09 +02:00
505824d8ea
Constrain difficulty icon tooltip to internal
accessibility"
...
This reverts the reverted commit cd356b8eae
.
Sorry for the revert-unrevert, rushly pushed without realizing it
doesn't even build.
2021-08-31 21:16:17 +03:00
b0d7104650
Convert to class
to allow not displaying tooltips
...
With `struct` content, it is never possible to not show a tooltip.
2021-08-31 21:13:24 +03:00
cd356b8eae
Revert "Constrain difficulty icon tooltip to internal
accessibility"
...
This reverts commit 4a590a041c
.
2021-08-31 20:57:47 +03:00
4a590a041c
Constrain difficulty icon tooltip to internal
accessibility
2021-08-31 20:57:36 +03:00
3969350c9a
Convert to readonly struct
and replace with constructor temporarily
2021-08-31 20:45:32 +03:00
69c23a2371
Explicitly implement tooltips on date drawables to avoid "convert to auto-property" inspections
2021-08-31 20:06:34 +03:00
da7ff4b160
Update remaining tooltip implementations to use generics
2021-08-31 20:01:13 +03:00
208f66cc76
Simplify user graph tooltips logic
...
The same tooltip can be used for the rank graph, the play history graph,
and the replay history graph.
The only difference between those three is the displayed label, which
has now been included as part of the `TooltipContent`, rather than
unnecessarily recreating tooltips just for different sprite texts.
2021-08-31 19:59:38 +03:00
a190801291
Revert no longer required tooltip content changes
2021-08-31 19:36:27 +03:00
9afc482598
Merge branch 'master' into move-incompatibility-icon
2021-08-31 19:27:43 +03:00
9288ca1191
handle api is null
2021-08-31 14:34:45 +01:00
0a87b461d7
fix code quality issues
2021-08-31 14:11:37 +01:00
79f71e5181
get user id when importing scores
2021-08-31 13:56:44 +01:00
999386da29
Cleanup
2021-08-31 21:47:49 +09:00