1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 07:47:25 +08:00
osu-lazer/osu.Game/Storyboards
Dean Herbert cbc4e5319d Fix DrawableStoryboardAnimation to handle skin fallback frame count similar to stable
Reasoning is explained in the inline comment (basically, stable doesn't
care what the user specifies as the frame count when falling back to
skin resources).

This change also removes on to two layers of drawables, which should be
a win in heavy storyboards.
2022-04-07 17:35:56 +09:00
..
Drawables Fix DrawableStoryboardAnimation to handle skin fallback frame count similar to stable 2022-04-07 17:35:56 +09:00
CommandLoop.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
CommandTimeline.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
CommandTimelineGroup.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
CommandTrigger.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IStoryboardElement.cs Rename IStoryboardElementHasDuration, remove unnecessary step in tests, add Duration field 2021-04-18 20:20:14 -04:00
IStoryboardElementWithDuration.cs Implement Duration via the interface 2021-05-04 16:04:59 +09:00
Storyboard.cs Fix DrawableStoryboardAnimation to handle skin fallback frame count similar to stable 2022-04-07 17:35:56 +09:00
StoryboardAnimation.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
StoryboardExtensions.cs Share origin adjustment logic between storyboard sprite and animation 2022-03-14 05:44:34 +03:00
StoryboardLayer.cs Bypass 640x480 coordinate space for video storyboard elements 2021-05-25 16:17:29 +09:00
StoryboardSample.cs Add IHasDuration interface with EndTime for storyboard elements to implement 2021-04-15 17:17:02 -04:00
StoryboardSprite.cs Use longer form to read better 2021-12-14 17:41:09 +09:00
StoryboardVideo.cs Add IHasDuration interface with EndTime for storyboard elements to implement 2021-04-15 17:17:02 -04:00
StoryboardVideoLayer.cs Rename classes as per review feedback 2021-05-25 18:50:33 +09:00