c21e820a45
One more level of nesting (we can do this better in the future)
2018-03-25 02:43:45 +09:00
0b2c1930bd
Reference osu.Game.Tests in the desktop project
2018-03-25 02:28:10 +09:00
31920f1866
Fix ruleset resources not getting included in build
2018-03-25 02:12:01 +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
0e669c9a3f
Fix many warnings
2018-03-24 18:23:22 +09:00
9d9b9d50bc
User nuget OpenTK package
2018-03-24 17:49:23 +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
c9276ce2b8
Merge pull request #2298 from peppy/performance-logging-toggle
...
Add setting to toggle performance logging
2018-03-24 14:14:15 +09:00
76886c8e3f
Merge branch 'master' into performance-logging-toggle
2018-03-24 13:32:49 +09:00
bbb2f421b1
Merge pull request #2304 from peppy/fix-1x-skin-elements
...
Fix @1x skin elements not being used
2018-03-24 13:19:59 +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
5e624de4b2
Merge pull request #2301 from peppy/keep-more-deltas
...
Increase deploy delta keep
2018-03-24 11:34:24 +09:00
6dadcb9068
Merge branch 'master' into keep-more-deltas
2018-03-24 11:19:37 +09:00
01a6d772e8
Merge pull request #2300 from peppy/fix-skin-event-again
...
Move binding to LoadComplete
2018-03-24 11:19:18 +09:00
7115e4390e
Update framework
2018-03-24 11:18:24 +09:00
ade97f8c0c
Increase deploy delta keep
2018-03-24 05:58:59 +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
092ba4833e
Merge pull request #2296 from smoogipoo/fix-background-fade
...
Fix beatmap background fade not being updated on retry
2018-03-24 04:06:13 +09:00
e47aa0edc0
Merge branch 'master' into fix-background-fade
2018-03-24 03:40:13 +09:00
802ef3e3ff
Merge pull request #2293 from peppy/fix-api-abort
...
Fix API never stopping its thread
2018-03-24 03:34:01 +09:00
0976e83b33
Merge branch 'master' into fix-api-abort
2018-03-24 03:13:28 +09:00
19900bb949
Merge pull request #2290 from Joehuu/add-perfect-mod-icon
...
Add perfect mod icon
2018-03-23 21:51:45 +09:00
1576b31a48
Merge branch 'master' into add-perfect-mod-icon
2018-03-23 21:32:15 +09:00
8f1db1c4b4
Merge pull request #2255 from peppy/fix-mod-button-sounds
...
Fix mod button sounds playing when mod overlay is not visible
2018-03-23 21:32:05 +09:00
676feb3658
Merge branch 'master' into fix-mod-button-sounds
2018-03-23 21:03:42 +09:00
15b33af6c8
Merge pull request #2292 from peppy/fix-player-disposal
...
Fix player not getting disposed in some scenarios
2018-03-23 21:01:22 +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
342341d60f
Merge pull request #2294 from smoogipoo/fix-circularprogress-glow
...
Fix volume glow being cut off
2018-03-23 20:30:17 +09:00
32b7565fac
Merge branch 'master' into fix-circularprogress-glow
2018-03-23 19:49:18 +09:00
23a3958e04
Merge pull request #2257 from peppy/cursor-skinning
...
Add the ability to skin the gameplay cursor
2018-03-23 19:32:20 +09:00
1b74b4e5df
Merge branch 'master' into cursor-skinning
2018-03-23 19:13:56 +09:00
b4eaaa4fd1
Merge branch 'master' into fix-circularprogress-glow
2018-03-23 19:01:28 +09:00
1ffe0c7416
Merge pull request #2289 from peppy/fix-song-select-flush
...
Fix BeatmapCarousel's flush not correctly applying selection changes
2018-03-23 18:59:12 +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
fd124d2ee6
Merge branch 'master' into fix-mod-button-sounds
2018-03-22 21:55:15 +09:00
72531229fe
Merge pull request #2199 from UselessToucan/take_screenshot
...
Add the ability to take in-game screenshots
2018-03-22 21:53:34 +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