1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 21:27:51 +08:00
osu-lazer/osu.Game
Dean Herbert d15f8c2f3a Fix beatmaps with multiple osb files potentially reading the storyboard from the wrong one
In stable, the storyboard filename is fixed. In lazer, we were always
looking for the first `.osb` in the database. In the case a beatmap
archive housed more than one `.osb` files, this may load the incorrect
one.

Using `GetDisplayString` here feels like it could potentially go wrong
in the future, so I'm open to hard-coding this locally (or using string
manipulation to remove the ` [creator_name]` portion of the beatmap's
filename). Open to opinions on that.

Fixes storyboard playback in https://osu.ppy.sh/beatmapsets/1913687#osu/3947758
2023-01-25 17:11:15 +09:00
..
Audio Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Beatmaps Fix beatmaps with multiple osb files potentially reading the storyboard from the wrong one 2023-01-25 17:11:15 +09:00
Collections Partial everything 2022-11-27 00:00:27 +09:00
Configuration revert additions to SessionStatics 2023-01-13 23:07:21 +00:00
Database Merge pull request #21739 from integerrr/score-export-date 2023-01-10 23:33:38 +09:00
Extensions Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Graphics Merge branch 'master' into level-badge-colour 2023-01-23 15:46:15 +09:00
Input Partial everything 2022-11-27 00:00:27 +09:00
IO Also support hard links on macOS 2022-12-29 22:35:13 +08:00
IPC
Localisation Add ability to easily mention users in chat by right clicking username 2023-01-17 10:01:07 -08:00
Models Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Online Merge pull request #22262 from Joehuu/chat-mention-user 2023-01-18 13:30:02 +09:00
Overlays Merge pull request #22385 from peppy/touchscreen-settings-keyword 2023-01-24 20:50:53 +01:00
Performance Partial everything 2022-11-27 00:00:27 +09:00
Properties
Replays Show smoke in replays 2022-09-18 17:55:06 -07:00
Rulesets Merge pull request #18402 from ggliv/mod-accuracy-challenge 2023-01-24 16:00:55 +09:00
Scoring Add tiered level badge colouring 2023-01-18 16:25:11 +03:00
Screens Fix beatmap leaderboard potentially showing incorrect leaderboard 2023-01-24 13:52:59 +09:00
Skinning Merge branch 'master' into skin/argon-song-progress-cleaner 2023-01-18 23:52:12 +01:00
Storyboards Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Tests Revert split and make collections boolean internal to BeatmapManager 2023-01-24 07:27:26 +09:00
Updater Partial everything 2022-11-27 00:00:27 +09:00
Users Set border colour to white 2023-01-14 01:12:17 +03:00
Utils Extract common part of regex to separate method 2022-12-03 16:59:43 +01:00
.editorconfig Add localisation length hinting 2022-04-28 19:26:28 +09:00
BackgroundBeatmapProcessor.cs Partial everything 2022-11-27 00:00:27 +09:00
osu!.res
osu.Game.csproj Update framework 2023-01-20 23:23:25 +09:00
OsuGame.cs Fix game-level components finishing load after content 2023-01-11 22:02:06 +03:00
OsuGameBase_Importing.cs Move ImportParameters to better home 2022-12-13 21:41:26 +09:00
OsuGameBase.cs Fix touch input handler settings not matching search for "touchscreen" 2023-01-24 13:37:12 +09:00
PerformFromMenuRunner.cs Partial everything 2022-11-27 00:00:27 +09:00