Commit Graph

6012 Commits

Author SHA1 Message Date
5ed3cd205f Simplify reuse check using FileInfo IDs 2020-06-03 23:35:56 +09:00
25160dc220 Fix test name 2020-06-03 19:15:52 +09:00
012933545e Add test coverage 2020-06-03 18:33:41 +09:00
3c7e5a5b42 Fix ChannelManager not being loaded in tests 2020-06-03 18:00:31 +09:00
8aa8d2c880 Resolve NREs 2020-06-03 16:59:37 +09:00
f3b5149648 Move some suggestions to warnings, resolve issues 2020-06-03 16:48:44 +09:00
8131137fea Merge branch 'master' into fix-results-crash 2020-06-03 15:19:30 +09:00
13622eff1f Fix response value 2020-06-03 12:54:07 +09:00
5740fc2bd0 Merge pull request #9168 from Game4all/fix-ruleset-no-autoplay
Fix crash after using Ctrl+Enter when current ruleset doesn't have an autoplay mod
2020-06-03 12:50:57 +09:00
93572fc17d Merge branch 'master' into present-recommended 2020-06-03 12:31:23 +09:00
0d5a2cf96d Add unit tests 2020-06-03 11:36:59 +09:30
4ebc1d3721 Add original sprite and visualiser
Notes: This is using a modified version of welcome.osz to facilitate the visualiser and the animation of the sprite is not accurate.
2020-06-02 21:06:41 +02:00
c7c94eb3fd Initial implementation of timing distribution graph 2020-06-02 23:38:50 +09:00
427dbf7f58 Merge branch 'master' into update-framework 2020-06-02 20:54:50 +09:00
f63c66396f Apply review suggestions. 2020-06-02 13:32:52 +02:00
574e8444b0 Merge branch 'master' into fallback-intro 2020-06-02 13:15:58 +02:00
888b90b426 Rename IntroFallback classes to IntroLegacy
This commit also renames files accordingly with https://github.com/ppy/osu-resources/pull/103
2020-06-02 13:14:50 +02:00
dfb9687fb5 Extract update into PreUpdate(), add test 2020-06-02 17:22:09 +09:00
fac96f6ddd Fix match beatmap not updating after re-download 2020-06-02 17:02:01 +09:00
64550fe87c Merge branch 'master' into fix-draining-in-between-break-sections 2020-06-02 16:06:08 +09:00
70c84811ed Revert incorrect change 2020-06-02 15:50:36 +09:00
800c46f752 Fix test function override 2020-06-02 14:39:15 +09:00
3c85561cdc Add tests 2020-06-02 14:31:43 +09:00
c59d750420 Merge branch 'replace-use-of-current-directory' into update-framework 2020-06-02 14:31:09 +09:00
578c955658 Add fallback intro screen 2020-06-02 03:48:23 +02:00
7a9ed78527 Remove missed leftover usages 2020-06-01 11:57:32 +03:00
64d1b4b11b Merge branch 'master' into move-setter-to-duration 2020-06-01 15:55:48 +09:00
2c6887e610 Remove unnecessary use of and remove StartupStorage 2020-05-31 19:49:03 +03:00
0ef971be28 Merge branch 'master' into i-has-curve-with-repeats 2020-05-31 22:30:18 +09:00
82fe99cf4a Replace any potential usage of Environment.CurrentDirectory with a new RuntimeInfo.StartupDirectory
Using `Environment.CurrentDirectory` for storing / reading files is dangerous as the current directory is mutable and can be changed when performing a certain operation (like opening solutions in roslyn type reference builder for example).
2020-05-31 02:24:49 +03:00
d4b7c81f96 Merge branch 'master' into results-screen-condensed-panel 2020-05-30 23:13:52 +09:00
e8b43e8e1f Merge branch 'master' into move-setter-to-duration 2020-05-29 16:04:23 +09:00
a606f41297 Add button to open results 2020-05-28 22:25:00 +09:00
0f373acacb Add test scene 2020-05-28 22:09:11 +09:00
013461377e Fix potential nullref 2020-05-28 21:46:02 +09:00
ad99d85468 Resolve several positioning errors 2020-05-28 21:29:16 +09:00
666cbd0f40 Allow selected score to be programmatically changed 2020-05-28 21:09:03 +09:00
a55ce26130 Allow null score 2020-05-28 20:46:17 +09:00
f989f1aa00 Change event flow to avoid firing store delete events on update 2020-05-27 16:08:47 +09:00
cbd563e80b Rename to IHasDuration 2020-05-27 12:38:39 +09:00
b8e0a6f127 Move sett from EndTime to Duration 2020-05-27 12:37:44 +09:00
6b5b215299 Split out IHasPath from IHasCurve to better define hitobjects 2020-05-26 17:44:47 +09:00
a1ece4f308 Add expansion/contraction test 2020-05-26 16:26:58 +09:00
aaf5596f9c Cleanup test 2020-05-26 15:54:07 +09:00
51e74687f8 Merge branch 'editor-scrolling-playfield-support' of https://github.com/peppy/osu; branch 'results-screen-condensed-panel' of https://github.com/smoogipoo/osu into results-screen-condensed-panel 2020-05-26 15:39:39 +09:00
2b7f86a1ae Merge pull request #9111 from peppy/fix-dim-tests
Fix test failures on TestSceneUserDimBackgrounds
2020-05-26 14:45:22 +09:00
0cc6d6d97c Merge pull request #9033 from smoogipoo/applydefaults-cancellation
Add cancellation token support to CreateNestedHitObjects()
2020-05-26 12:04:06 +09:00
2bf066d72c Rename tests to match convention 2020-05-26 11:30:36 +09:00
13bd6be8a3 Convert wait steps into until steps 2020-05-26 11:29:56 +09:00
bc35bc5efb Merge branch 'master' into applydefaults-cancellation 2020-05-25 16:45:30 +09:00