Commit Graph

31162 Commits

Author SHA1 Message Date
ab0068a9af Merge branch 'master' into fix-early-exit-test-failures 2020-08-18 13:05:24 +09:00
e4303d7943 Fix PlayerLoader test failures due to too many steps 2020-08-18 12:35:23 +09:00
a135253fb0 Merge pull request #9893 from ppy/dependabot/nuget/Microsoft.CodeAnalysis.BannedApiAnalyzers-3.3.0
Bump Microsoft.CodeAnalysis.BannedApiAnalyzers from 3.0.0 to 3.3.0
2020-08-18 06:14:49 +09:00
9e8192e31d Bump Microsoft.CodeAnalysis.BannedApiAnalyzers from 3.0.0 to 3.3.0
Bumps [Microsoft.CodeAnalysis.BannedApiAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.0.0 to 3.3.0.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md)
- [Commits](https://github.com/dotnet/roslyn-analyzers/compare/v3.0.0...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 17:14:51 +00:00
707912248a Merge pull request #9889 from peppy/editor-screen-loading-spinner
Add loading spinner while editor screen loads
2020-08-18 01:48:33 +09:00
b969bc03e0 Add loading spinner while editor screen loads 2020-08-18 00:47:32 +09:00
ab0d6b7d5a Merge pull request #9869 from ronthecookie/spinnerfreqmodulate
Add support for SpinnerFrequencyModulate skin config option
2020-08-17 20:45:04 +09:00
7e8a1ef070 Merge branch 'master' into spinnerfreqmodulate 2020-08-17 19:49:16 +09:00
ca2bc0f08e Merge pull request #9884 from peppy/improve-toolbar-tooltip-visibility
Improve visibility of toolbar tooltips against bright backgrounds
2020-08-17 16:01:18 +09:00
948c3cfbf1 Improve visibility of toolbar tooltips against bright backgrounds 2020-08-17 14:56:19 +09:00
943bcd0ca4 Merge pull request #9878 from peppy/fix-new-inspections 2020-08-17 11:03:00 +09:00
5d433c0b05 Fix a couple of new Resharper inspections 2020-08-16 23:11:29 +09:00
1c76e03fa8 Merge pull request #9877 from bdach/better-descriptions
Adjust project description
2020-08-16 21:21:23 +09:00
6c44513115 Update .csproj descriptions to match 2020-08-16 12:53:31 +02:00
3d6d22f70f Adjust README.md to read better 2020-08-16 12:39:41 +02:00
5f35b3ebb9 Fix constant casing 2020-08-15 20:44:02 +02:00
390e872730 Fix acoording to review 2020-08-15 21:34:17 +03:00
a1079bac32 Move frequency values into consts 2020-08-15 21:19:47 +03:00
40445d0005 replicate osu-stable behaviour for spinningSample frequency 2020-08-15 21:07:44 +03:00
07c25d5a78 Move spinnerFrequencyModulate set to ApplySkin 2020-08-15 20:51:33 +03:00
61de3c7540 Replace accidental tab with spaces 2020-08-15 20:18:56 +03:00
896a87e629 Replace accidental tab with spaces 2020-08-15 20:14:36 +03:00
5c11270b98 Add SpinnerFrequencyModulate skin config option 2020-08-15 20:12:06 +03:00
bffdb73624 Merge pull request #9867 from bdach/fix-pause-menu-selection
Fix pause menu selection not resetting on visibility change
2020-08-15 22:33:03 +09:00
a426ff1d5b Refactor gameplay menu overlay to fix regression 2020-08-15 14:18:50 +02:00
c1a9bf507a Add failing test case 2020-08-15 13:06:53 +02:00
f2bc16f4bd Merge pull request #9853 from peppy/update-framework
Update framework
2020-08-14 22:21:59 +09:00
e39b2e7218 Update framework 2020-08-14 21:53:18 +09:00
a2119fd9e3 Merge pull request #9849 from peppy/fix-beatmap-cover-permaload
Fix beatmap covers not being unloaded in most overlays
2020-08-14 20:24:36 +09:00
f44e55c7f5 Merge pull request #9793 from peppy/fix-skinnable-sound-mute
Add more resilient logic for whether to avoid playing SkinnableSound on no volume
2020-08-14 19:33:34 +09:00
c3757a4660 Fix beatmap covers not being unloaded in most overlays
Eventually we'll probably want something smarter than this, but for the
time being this helps stop runaway memory usage.
2020-08-14 19:22:26 +09:00
b7ae70ff96 Merge branch 'master' into fix-skinnable-sound-mute 2020-08-14 19:01:32 +09:00
7cfc20efd0 Merge pull request #9848 from peppy/menu-background-memory-usage
Load menu backgrounds via LargeTextureStore to reduce memory usage
2020-08-14 18:47:06 +09:00
671141ec61 Load menu backgrounds via LargeTextureStore to reduce memory usage 2020-08-14 18:05:05 +09:00
445f5c330b Merge pull request #9839 from peppy/delay-beatmap-load
Delay beatmap load until after PlayerLoader transition has finished
2020-08-14 15:42:30 +09:00
626cd4042f Merge branch 'master' into delay-beatmap-load 2020-08-14 15:09:30 +09:00
52ad856ee5 Merge pull request #9841 from peppy/fix-spinner-appear-duration
Adjust legacy skin spinners fade in time to match osu-stable
2020-08-14 15:05:12 +09:00
2c6afce524 Merge pull request #9843 from smoogipoo/fix-playlist-mods 2020-08-14 11:11:13 +09:00
0500d82b5b Fix playlist items sharing mod instances 2020-08-13 19:48:41 +09:00
3cb22fad82 Fix mods sharing bindable instances 2020-08-13 19:48:31 +09:00
662281d727 Adjust legacy spinners to fade in later
Matches stable 1:1 for legacy skins. I've left lazer default as it is
because changing to use the shorter apperance looks bad. This will
probably change as we proceed with the redesign of the default skin.
2020-08-13 18:20:46 +09:00
52374ac9c9 Merge pull request #9833 from bdach/fix-spun-out-mod-rate-dependency 2020-08-13 17:52:13 +09:00
ab56980f8c Merge branch 'master' into fix-spun-out-mod-rate-dependency 2020-08-13 17:24:11 +09:00
2067e1ce44 Merge pull request #9798 from EVAST9919/dashboard-news 2020-08-13 17:23:54 +09:00
4467a5599a Merge pull request #9840 from peppy/update-fastlane
Update fastlane and plugins
2020-08-13 14:40:34 +09:00
c71ee0877f Update fastlane and plugins 2020-08-13 14:07:07 +09:00
cf9bda6c19 Add coverage of early exit with null and non-null player 2020-08-13 13:05:13 +09:00
fd7bf70b7d Remove weird "after load" action
This was pretty pointless anyway and from its usages, doesn't look to
need to exist.
2020-08-13 13:03:18 +09:00
5b536aebe7 Add missing null checks and avoid cross-test pollution 2020-08-13 12:53:37 +09:00
99bea6b8e9 Add missing null check (player construction is potentially delayed now) 2020-08-13 12:52:35 +09:00