1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00
osu-lazer/osu.Game/Storyboards/Drawables
Bartłomiej Dach ba518e1da8
Fix StoryboardResourceLookupStore dying on failure to unmap path
Before the introduction of `StoryboardResourceLookupStore`, missing
files would softly fail by use of null fallbacks. After the
aforementioned class was added, however, the fallbacks would not work
anymore if for whatever reason `GetStoragePathFromStoryboardPath()`
failed to unmap the storyboard asset name to a storage path.
2023-09-19 20:11:16 +02:00
..
DrawablesExtensions.cs Automated pass 2023-06-24 01:00:03 +09:00
DrawableStoryboard.cs Fix StoryboardResourceLookupStore dying on failure to unmap path 2023-09-19 20:11:16 +02:00
DrawableStoryboardAnimation.cs Refactor storyboard resource lookup to be more streamlined 2023-09-14 16:15:50 +09:00
DrawableStoryboardLayer.cs Automated pass 2023-06-24 01:00:03 +09:00
DrawableStoryboardSample.cs Automated pass 2023-06-24 01:00:03 +09:00
DrawableStoryboardSprite.cs Refactor storyboard resource lookup to be more streamlined 2023-09-14 16:15:50 +09:00
DrawableStoryboardVideo.cs Fix storyboard videos not fading out on completion 2023-03-07 15:54:35 +09:00
IFlippable.cs Automated pass 2023-06-24 01:00:03 +09:00
IVectorScalable.cs Automated pass 2023-06-24 01:00:03 +09:00