Commit Graph

33390 Commits

Author SHA1 Message Date
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
8ded5925ff Xmldoc colour strain 2020-08-13 13:47:35 +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
27cd9e119a Delay beatmap load until after transition has finished
Previously the beatmap would begin loading at the same time the
`PlayerLoader` class was. This can cause a horribly visible series of
stutters, especially when a storyboard is involved.

Obviously we should be aiming to reduce the stutters via changes to the
beatmap load process (such as incremental storyboard loading,
`DrawableHitObject` pooling, etc.) but this improves user experience
tenfold in the mean time.
2020-08-13 12:04:32 +09:00
5010d2044a Replace IsKat with HitType 2020-08-13 01:35:56 +09:00
d2a03f1146 Refactor TaikoDifficultyHitObject 2020-08-13 00:59:22 +09:00
1c771471d5 Merge pull request #9837 from peppy/update-framework
Update framework and resources
2020-08-13 00:41:58 +09:00
90189fc40c Merge branch 'master' into morth-taiko-changes 2020-08-13 00:31:10 +09:00
91e28b849d Fix incorrect BeatmapManager construction 2020-08-13 00:29:23 +09:00
45876bc55a Fix reference to non-existent variable 2020-08-12 23:50:33 +09:00
429ad783cf Merge branch 'update-framework' into beatmap-track-rework 2020-08-12 23:35:46 +09:00
00f8bb7c3e Update resources 2020-08-12 23:28:45 +09:00
b10cddf625 Update framework 2020-08-12 23:28:08 +09:00
05b06e7451 Merge branch 'master' into fix-skinnable-sound-mute 2020-08-12 22:01:04 +09:00
f3202fb123 Naming adjustments 2020-08-12 11:24:26 +03:00
9b112baa88 Merge remote-tracking branch 'refs/remotes/ppy/master' into dashboard-news 2020-08-12 11:15:58 +03:00
69590113d6 Temporary changes 2020-08-12 06:40:21 +02:00
8ffaa49839 Handle additional null case 2020-08-12 06:40:21 +02:00
139c0c75f8 Add documentation for constructor 2020-08-12 06:40:21 +02:00
4f3f95540b Check for zero rate to prevent crashes on unpause 2020-08-11 22:34:46 +02:00
bcaaf25278 Fix Spun Out mod being affected by rate-changing mods 2020-08-11 22:04:18 +02:00
25f59e0489 Add failing test cases 2020-08-11 21:55:50 +02:00
8fe5775ecb Allow testing mod combinations in ModTestScenes 2020-08-11 21:55:20 +02:00
b78ccf8a34 Rewrite Spun Out test scene 2020-08-11 21:28:00 +02:00
85182b19fe Merge pull request #9831 from peppy/fix-informational-overlays
Fix informational overlays not hiding each other correctly
2020-08-12 02:18:34 +09:00
84655b0798 Change hover colour for news title 2020-08-11 20:17:29 +03:00
fdfda453c7 Merge remote-tracking branch 'refs/remotes/ppy/master' into dashboard-news 2020-08-11 20:14:52 +03:00
c0031955c9 Update with further framework changes 2020-08-12 01:50:18 +09:00
e47a1eb313 Use adjustable ITrack 2020-08-12 01:41:21 +09:00
688e447950 Fix potential hierarchy mutation from async context 2020-08-12 01:33:06 +09:00
eec94e1f53 Make track not-null in GameplayClockContainer/FailAnimation 2020-08-12 00:51:43 +09:00
b66f303e71 Add annotation 2020-08-12 00:48:45 +09:00
070d71ec27 More cleanups 2020-08-12 00:48:38 +09:00
8bfe6ba27c Fix informational overlays not hiding each other correctly 2020-08-11 23:15:08 +09:00
031d29ac34 Inspect current track directly 2020-08-11 13:53:23 +09:00
faff0a70c4 Privatise BMWB 2020-08-11 13:48:57 +09:00
338c01fa43 Remove track store reference counting, use single instance stores 2020-08-11 13:16:06 +09:00
6aafb3d271 Cleanup TestSceneScreenNavigation 2020-08-11 13:14:20 +09:00
322d08af1b Remove more local music controller caches 2020-08-11 13:11:59 +09:00
7d35893ecd Make MusicController non-nullable 2020-08-11 12:40:58 +09:00
c66a14e9c5 Remove beatmap from FailAnimation 2020-08-11 12:37:48 +09:00
b64142dff9 Fix incorrect load state being used 2020-08-11 12:37:00 +09:00
20197e2768 Remove locally-cached music controller 2020-08-11 12:27:32 +09:00
c86798f8b2 Merge pull request #9829 from peppy/fix-multiple-assembly-loaded-crash
Fix crash when same ruleset loaded more than once
2020-08-11 12:09:44 +09:00