1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 18:23:00 +08:00
osu-lazer/osu.Game/Rulesets/Edit/Checks
Arthur Araujo c32d99250f Deal with corrupt audio files
This removes the corrupt file check from CheckTooShortAudioFiles and makes the audio formats checks deal with it instead to avoid redundant messages.
2024-04-16 06:53:55 -03:00
..
Components fix(AudioCheckUtils): use Path.GetExtension() 2023-09-01 20:56:54 +02:00
CheckAbnormalDifficultySettings.cs Refactor abstract check to reduce duplication 2024-03-26 11:13:03 +01:00
CheckAudioInVideo.cs Fix audio in video check crashing on unexpected failures 2024-03-13 13:55:49 +01:00
CheckAudioPresence.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
CheckAudioQuality.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
CheckBackgroundPresence.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
CheckBackgroundQuality.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
CheckBreaks.cs Use new LINQ Order() instead of OrderBy() when possible 2024-02-08 18:01:00 +01:00
CheckConcurrentObjects.cs Remove nullable disable annotation in some checks class. 2022-10-30 16:28:49 +08:00
CheckDelayedHitsounds.cs style: remove usage of HIT_FLOURISH 2023-09-01 21:02:43 +02:00
CheckDrainLength.cs Add helper method to get drain length (and rename some usages) 2023-07-25 16:58:41 +09:00
CheckFewHitsounds.cs Remove nullable disable annotation in some checks class. 2022-10-30 16:28:49 +08:00
CheckFilePresence.cs File name should be nullable. 2022-10-30 16:29:54 +08:00
CheckHitsoundsFormat.cs Deal with corrupt audio files 2024-04-16 06:53:55 -03:00
CheckMutedObjects.cs remove other usages of hitobject SampleControlPoint 2023-04-25 16:01:43 +02:00
CheckPreviewTime.cs Fix typo in missing-preview-point message 2023-02-02 14:34:59 +09:00
CheckSongFormat.cs Deal with corrupt audio files 2024-04-16 06:53:55 -03:00
CheckTooShortAudioFiles.cs Deal with corrupt audio files 2024-04-16 06:53:55 -03:00
CheckUnsnappedObjects.cs Remove nullable disable annotation in some checks class. 2022-10-30 16:28:49 +08:00
CheckUnusedAudioAtEnd.cs Fix check crash on empty beatmap 2024-03-19 19:17:22 +01:00
CheckVideoResolution.cs Fix formatting issue 2024-03-23 23:28:55 -03:00
CheckZeroByteFiles.cs Remove nullable disable annotation in some checks class. 2022-10-30 16:28:49 +08:00
CheckZeroLengthObjects.cs Remove nullable disable annotation in some checks class. 2022-10-30 16:28:49 +08:00