osu/osu.Game
Dean Herbert 5d784b2ef8 Perform a consistency check by decoding the newly written skin.ini during ComputeHash
As this has regressed twice now, let's play it safe and bail rather than
stack overflowing. Note that as all the underlying issues that could
trigger this have been fixed, no additional tests have been added. To
test, comment out `SkinManager.cs` line 228-229 to cause a failure. The
new logic will kick in and show a log output message, but all tests will
still (correctly) pass.
2021-11-02 14:11:25 +09:00
..
Audio
Beatmaps Merge pull request #15321 from peppy/beatmap-refactor/download-tracker 2021-11-01 15:48:12 +09:00
Collections
Configuration
Database Merge pull request #15358 from peppy/online-id-potentially-zero 2021-11-01 15:54:08 +09:00
Extensions
Graphics
Input
IO
IPC
Localisation Add hardware acceleration toggle 2021-10-30 01:02:53 +02:00
Migrations
Models
Online Ensure APIScoreInfo.Mods is non-null 2021-11-01 22:59:12 +09:00
Overlays Merge branch 'master' into score-refactor/less-create-score-info 2021-11-01 22:59:11 +09:00
Performance
Properties
Replays
Rulesets
Scoring Merge branch 'master' into score-refactor/isolated-serialisation 2021-11-01 15:49:25 +09:00
Screens Merge branch 'beatmap-refactor/get-and-present' into beatmap-refactor/beatmap-overlays 2021-11-01 18:07:51 +09:00
Skinning Perform a consistency check by decoding the newly written skin.ini during ComputeHash 2021-11-02 14:11:25 +09:00
Stores
Storyboards
Tests
Updater
Users
Utils
.editorconfig
osu!.res
osu.Game.csproj Merge branch 'dependabot/nuget/Microsoft.AspNetCore.SignalR.Client-5.0.11' into update-dependencies 2021-11-01 20:53:43 +01:00
OsuGame.cs Update PresentBeatmap to support interface types 2021-10-29 17:43:39 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs
PerformFromMenuRunner.cs