1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 15:27:26 +08:00
osu-lazer/osu.Game.Tests/Visual
Christine Chen 25b8c2f257 Allow skipping storyboard outro
Reuses SkipOverlay by calculating the endtime of the storyboard and using that as a "start point". Upon skipping the outro the score is instantly shown.
When the end of the storyboard is reached the score screen automatically shows up. If the player holds ESC (pause) during the outro, the score is displayed

The storyboard endtime is calculated by getting the latest endtime of the storyboard's elements, or simply returning 0 if there is no storyboard.

Co-Authored-By: Marlina José <marlina@umich.edu>
2021-04-15 13:20:40 -04:00
..
Background Add return bool to HandleRequest to better trigger failures 2021-03-23 18:17:29 +09:00
Collections Add test coverage 2021-02-24 18:49:16 +09:00
Components Replace using static with explicit nested reference 2021-01-02 12:25:59 +01:00
Editing Add failing test scene 2021-04-03 14:02:46 +02:00
Gameplay Allow skipping storyboard outro 2021-04-15 13:20:40 -04:00
Menus Make IAPIProvider read-only bindables into IBindables 2020-12-18 15:16:36 +09:00
Multiplayer Fix intermittent test failure 2021-04-08 21:38:58 +09:00
Navigation Add regression test coverage 2021-04-08 15:20:53 +09:00
Online Add return bool to HandleRequest to better trigger failures 2021-03-23 18:17:29 +09:00
Playlists Add return bool to HandleRequest to better trigger failures 2021-03-23 18:17:29 +09:00
Ranking Fix test checking nullable string 2021-03-17 19:07:29 +09:00
Settings Add rotation slider 2021-03-30 12:40:50 +09:00
SongSelect Add test coverage for song select footer area 2021-04-07 18:29:31 +09:00
UserInterface Adjust testscene 2021-03-25 23:20:26 +01:00
TestSceneOsuGame.cs Add NewsOverlay to the game 2020-07-16 14:48:40 +03:00
TestSceneOsuScreenStack.cs Fix song select filters not reapplied if in a child screen 2019-12-10 02:30:23 +09:00