b320528eb5
Bump Humanizer from 2.10.1 to 2.11.10
...
Bumps [Humanizer](https://github.com/Humanizr/Humanizer ) from 2.10.1 to 2.11.10.
- [Release notes](https://github.com/Humanizr/Humanizer/releases )
- [Changelog](https://github.com/Humanizr/Humanizer/blob/main/release_notes.md )
- [Commits](https://github.com/Humanizr/Humanizer/compare/v2.10.1...v2.11.10 )
---
updated-dependencies:
- dependency-name: Humanizer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-01 17:02:22 +00:00
48b36e8940
Merge branch 'master' into star-difficulty-range-display
2021-07-01 22:51:42 +09:00
153814626c
Merge pull request #13724 from smoogipoo/update-sr-colours
...
Update SR colours to match osu-web
2021-07-01 22:51:23 +09:00
4c95af4b16
Add star rating range display
2021-07-01 20:35:31 +09:00
a78d1b4c2e
Update SR colours to match osu-web
2021-07-01 19:37:21 +09:00
3816c486d5
Guard against a potential startup crash if user's preferred ruleset has a compatibility issue
...
Resolves this issue seen at https://github.com/ppy/osu/issues/13722#issuecomment-872088071 .
2021-07-01 19:03:58 +09:00
82fd8b13df
Merge pull request #13720 from Game4all/localise-dashboard-friends
...
Localise friends view in dashboard overlay
2021-07-01 18:20:18 +09:00
b00ee67895
Remove excess whitespace
2021-07-01 17:25:47 +09:00
939b2baafe
Localise overlay "Scroll to top" button.
2021-06-30 22:19:04 +02:00
8da6ecf6a9
Localise OverlayPanelDisplayStyle tab control.
2021-06-30 21:28:07 +02:00
f2287ba022
Localise friends online status stream control.
2021-06-30 21:16:21 +02:00
285c49be7e
Localise dashboard overlay header.
2021-06-30 20:28:27 +02:00
57a21dfb1c
Update framework
2021-06-30 16:11:18 +09:00
4a71a4bb21
Merge pull request #13450 from smoogipoo/spectator-start-at-end-2
...
Start spectator at the end of gameplay
2021-06-30 16:09:35 +09:00
094cd31361
Merge pull request #13441 from frenzibyte/ruleset-resources-skin
...
Provide access to ruleset resources during `ISkinSource` lookups
2021-06-30 15:26:37 +09:00
a019f2cc5c
Merge branch 'master' into rework-multiplayer-test-scenes
2021-06-30 13:49:05 +09:00
825181121d
Merge branch 'master' into spectator-start-at-end-2
2021-06-30 01:50:14 +09:00
5031707048
Merge pull request #13690 from smoogipoo/fix-action-posting
...
Fix commands posted to the wrong channel
2021-06-30 00:39:02 +09:00
6dd3c6fe93
Make MultiSpectatorScreen and tests more resillient to timing
2021-06-29 22:45:51 +09:00
2f1203085b
Also add logging of realm block/flush operations
2021-06-29 20:23:25 +09:00
9acc5e38bb
Add basic logging for osu! storage migration
...
When looking into the test failure at https://github.com/ppy/osu/runs/2940065457 , it became apparent that we are not showing the migration process anywhere in logs. It's the cause of many issues, and we would want to see this in CI and user logs when occurring.
2021-06-29 20:23:25 +09:00
bfdbe3c3fe
Fix clocks getting added a second time
2021-06-29 17:29:25 +09:00
8e04d73b67
Merge branch 'rework-multiplayer-test-scenes' into spectator-start-at-end-2
2021-06-29 17:06:57 +09:00
ca0eaab8e2
Add test
2021-06-29 16:30:46 +09:00
7a86686f40
Make nullable
2021-06-29 16:30:40 +09:00
9132c42f87
Fix actions posted to the wrong channel
2021-06-29 15:58:07 +09:00
bcdf36e77b
Merge branch 'master' into spectator-start-at-end-2
2021-06-29 15:53:58 +09:00
92fa99700e
Merge branch 'master' into rework-multiplayer-test-scenes
2021-06-29 15:39:59 +09:00
a3b1e1d5fc
Check for null ruleset in FilterCriteria
2021-06-29 15:18:40 +09:00
697b07acb1
Merge branch 'master' into fix-beatmap-import-fk-failure
2021-06-29 11:36:31 +09:00
471bf9a752
Merge pull request #13681 from peppy/score-submit-ruleset-id
...
Serialise and send ruleset ID as part of score submission
2021-06-29 11:27:13 +09:00
e4ca6a4266
Serialise and send ruleset ID as part of score submission
2021-06-29 01:55:09 +09:00
a9084db665
Merge pull request #13673 from peppy/import-early-checksum-abort
...
Shortcut import process to speed up duplicate imports
2021-06-28 19:55:09 +09:00
8950757b61
Merge pull request #13618 from peppy/fix-realm-state-change-crashes
...
Fix realm threading issues to make it releaseable
2021-06-28 19:54:49 +09:00
92fcf90768
Merge branch 'master' into import-early-checksum-abort
2021-06-28 19:29:08 +09:00
66fc95c111
Use LastOrDefault
instead
2021-06-28 12:43:58 +03:00
7197998a10
Remove resolution to SkinManager
and use pattern matching instead
2021-06-28 12:43:13 +03:00
177bfe1234
Merge branch 'master' into ruleset-resources-skin
2021-06-28 11:16:37 +03:00
a8597b6213
Merge pull request #13658 from frenzibyte/fix-initial-ruleset-skin-loading
...
Fix `RulesetSkinProvidingContainer` being potentially late in setting up skin sources
2021-06-28 17:03:56 +09:00
d4ea73d727
Simplify disposal exceptions
2021-06-28 16:17:09 +09:00
f78cedd0e1
Reorder methods and add xmldoc for BlockAllOperations
2021-06-28 16:16:40 +09:00
90f0bc87f5
Add safety against double disposal
2021-06-28 16:12:21 +09:00
842f033522
Remove no longer necessary exception
2021-06-28 16:11:55 +09:00
f7aba7360a
Merge pull request #13654 from Henry-YSLin/fix-invisible-number-box
...
Refactor `SeedSettingsControl` and `SettingsNumberBox`
2021-06-28 16:07:30 +09:00
0d2bc4fc5f
Merge branch 'master' into fix-realm-state-change-crashes
2021-06-28 16:03:58 +09:00
779a1b322c
Add comment explaining insertion of ruleset skin before default skin
...
Co-authored-by: Dean Herbert <pe@ppy.sh >
2021-06-28 09:38:42 +03:00
e4780d4b06
Update framework
2021-06-28 15:29:47 +09:00
f939e2603a
Merge branch 'master' into localisable-tooltips
2021-06-28 15:29:42 +09:00
eeb56970ef
Make OutlinedNumberBox
private and nested again
2021-06-28 15:24:55 +09:00
f598de4cdb
ResourcesSkin -> ResourceStoreBackedSkin
2021-06-28 09:18:29 +03:00