Commit Graph

13851 Commits

Author SHA1 Message Date
96901b6498 Add msbuild/dotnet build + launch targets 2018-03-26 10:52:54 +09:00
90d763fda5 Apply review changes and suggestions 2018-03-25 10:00:30 -07:00
46d859a660 exit player earlier if a dummy map is loaded 2018-03-25 13:25:48 +02:00
78a7564acd Score multiplier edits 2018-03-24 16:00:18 -07:00
4dc317d4df Fix msbuild warnings 2018-03-25 03:38:52 +09:00
097ab66182 Fix resharper error 2018-03-25 01:54:25 +09:00
d28de89e50 Add net461 target to test projects for nunit discovery
Nunit "by design" will not run tests for NETStandard projects (see: https://github.com/nunit/dotnet-test-nunit/issues/122#issuecomment-329531632).
2018-03-25 01:35:50 +09:00
e91d24f31a Use ScreenshotCaptureMenuCursor in ScreenshotManager 2018-03-24 12:53:01 +03:00
0e669c9a3f Fix many warnings 2018-03-24 18:23:22 +09:00
ffa712dccb Fix post-merge issues 2018-03-24 15:19:45 +09:00
c29f7a4333 Merge remote-tracking branch 'origin/master' into netstandard 2018-03-24 14:49:46 +09:00
76886c8e3f Merge branch 'master' into performance-logging-toggle 2018-03-24 13:32:49 +09:00
1996698817 Fix @1x skin elements not being used 2018-03-24 11:40:45 +09:00
923f96d940 Merge branch 'master' into performance-logging-toggle 2018-03-24 11:36:20 +09:00
3844e95656 Fix one more instance of the same thing happening 2018-03-24 05:55:56 +09:00
256baf6d60 Move binding to LoadComplete
Previously there was a chance that it would still never get disposed, as the event was bound in async load, before it was in a state it can be recursively disposed via the PlayerLoader call.
2018-03-24 05:40:51 +09:00
b593c47809 Add setting to toggle performance logging 2018-03-24 05:07:48 +09:00
dd5cc59250 Introduce 'Capture menu cursor' setting 2018-03-23 22:53:06 +03:00
e47aa0edc0 Merge branch 'master' into fix-background-fade 2018-03-24 03:40:13 +09:00
0976e83b33 Merge branch 'master' into fix-api-abort 2018-03-24 03:13:28 +09:00
1576b31a48 Merge branch 'master' into add-perfect-mod-icon 2018-03-23 21:32:15 +09:00
676feb3658 Merge branch 'master' into fix-mod-button-sounds 2018-03-23 21:03:42 +09:00
f0c0a51108 Convert APIAccess to use cancellation tokens 2018-03-23 20:57:04 +09:00
9ab3610b95 Merge branch 'master' into fix-player-disposal 2018-03-23 20:45:42 +09:00
afdab7895a Fix beatmap background fade not being updated on retry
Fixes #2287
2018-03-23 20:41:38 +09:00
b4eaaa4fd1 Merge branch 'master' into fix-circularprogress-glow 2018-03-23 19:01:28 +09:00
52fa837447 Fix volume glow being cut off
Fixes #2285.
2018-03-23 18:17:23 +09:00
6c4e719e0f Fix API never stopping its thread 2018-03-23 15:46:55 +09:00
eb751fa607 Fix event unbind not being unbound correctly 2018-03-23 15:05:28 +09:00
b56eee1927 Fix background loaded player never being disposed if early exit occurs 2018-03-23 15:04:40 +09:00
f77dad2809 Add perfect mod icon 2018-03-22 22:49:14 -07:00
d4aeb3d00b Fix BeatmapCarousel's flush not correctly applying selection changes
They may have been delayed until the next Update, which is too late in this case.
2018-03-23 12:10:13 +09:00
a3d8048aca abort loading and exit player for dummy maps 2018-03-22 21:46:35 +01:00
fd124d2ee6 Merge branch 'master' into fix-mod-button-sounds 2018-03-22 21:55:15 +09:00
1d3c9098b8 Load component asynchronously 2018-03-22 21:42:57 +09:00
e7cb579ec4 Merge branch 'master' into take_screenshot 2018-03-22 21:34:53 +09:00
14a653aa28 Restore old auto-popout notification overlay behaviour 2018-03-22 20:55:00 +09:00
74191e1b73 Merge remote-tracking branch 'upstream/master' into take_screenshot 2018-03-22 20:49:17 +09:00
e41993ac44 Don't bother with an exception that will never happen
Wasn't being caught anyways
2018-03-22 20:45:26 +09:00
94847e4a23 Allow clicking notification to open screenshot folder 2018-03-22 20:44:00 +09:00
9e080028ff Add shutter sound 2018-03-22 20:42:55 +09:00
4883e2fd5b Merge branch 'master' into beat-snap-divisor 2018-03-22 20:24:10 +09:00
92d8781bf0 Merge branch 'master' into beat-snap-divisor 2018-03-22 20:14:50 +09:00
2b7d22c4ea Very slightly reduce size of slider bar to increase bottom padding 2018-03-22 20:11:55 +09:00
4e2c6ccedc Merge branch 'master' into skin-scaling 2018-03-22 20:11:30 +09:00
090c78bf10 Merge remote-tracking branch 'origin/master' into fix-player-loader 2018-03-22 20:00:21 +09:00
e5f83530b8 Only allow settings or notifications to be visible at once
Resolves #2273.
2018-03-22 19:49:31 +09:00
ee12d75b30 Merge branch 'master' into skin-scaling 2018-03-22 19:30:17 +09:00
2d08cee3b4 Merge branch 'master' into skin--completion 2018-03-22 19:04:22 +09:00
af65f2dd48 Move AccentColour changes local to rulesets which rely on it 2018-03-22 18:53:16 +09:00