osu/osu.Game/Skinning
Dean Herbert 10df64467a
Merge pull request #22430 from peppy/skin-editor-nrt
Apply NRT to all skin editor classes
2023-02-02 13:57:57 +09:00
..
Components Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
Editor Apply missed cleanup to BackgroundDependencyLoader call 2023-01-27 13:55:34 +09:00
ArgonProSkin.cs Change asset folder 2022-12-20 21:18:51 +09:00
ArgonSkin.cs feat(hud/gameplay): implement Argon variant of SongProgress 2023-01-09 21:59:48 +01:00
BeatmapSkinProvidingContainer.cs
DefaultLegacySkin.cs
FontAdjustableSkinComponent.cs Add more documentation around the implementation of FontAdjustableSkinComponent 2023-01-26 16:05:07 +09:00
GameplaySkinComponentLookup.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
GlobalSkinColours.cs
GlobalSkinComponentLookup.cs
IAnimationTimeReference.cs
IPooledSampleProvider.cs
ISkin.cs
ISkinComponentLookup.cs
ISkinnableDrawable.cs
ISkinnableTarget.cs
ISkinSource.cs
ISkinTransformer.cs
LegacyAccuracyCounter.cs
LegacyBeatmapSkin.cs
LegacyColourCompatibility.cs
LegacyComboCounter.cs
LegacyFont.cs
LegacyHealthDisplay.cs
LegacyJudgementPieceNew.cs
LegacyJudgementPieceOld.cs Fix legacy judgement animation not matching perfectly 2023-01-18 19:03:04 +09:00
LegacyKiaiFlashingDrawable.cs Fix incorrect application layer causing completely discoloured circles 2023-01-11 19:29:17 +09:00
LegacyManiaSkinConfiguration.cs
LegacyManiaSkinConfigurationLookup.cs
LegacyManiaSkinDecoder.cs
LegacyRollingCounter.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
LegacyScoreCounter.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
LegacySkin.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
LegacySkinDecoder.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
LegacySkinExtensions.cs
LegacySkinTransformer.cs
LegacySongProgress.cs Combine common code into SongProgress base class 2023-01-18 15:23:55 +09:00
LegacySpriteText.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
MaxDimensionLimitedTextureLoaderStore.cs Fix GetAsync() not limiting texture dimensions 2023-01-25 19:02:35 +01:00
PausableSkinnableSound.cs
PoolableSkinnableSample.cs
RealmBackedResourceStore.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
ResourceStoreBackedSkin.cs
RulesetSkinProvidingContainer.cs
Skin.cs Fix sample store creation mutating shared resource store 2023-01-30 20:48:52 +01:00
SkinComboColourLookup.cs
SkinConfigManager.cs
SkinConfiguration.cs
SkinCustomColourLookup.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
SkinImporter.cs Fix some more inspections 2022-12-16 20:21:19 +09:00
SkinInfo.cs Add argon pro skin 2022-12-20 21:18:51 +09:00
SkinManager.cs Don't use bindables to avoid potential cross-usage contamination 2023-01-10 01:10:20 +09:00
SkinnableDrawable.cs
SkinnableSound.cs Refactor SkinnableSound.Samples to be non-nullable 2023-01-27 19:32:30 +09:00
SkinnableSprite.cs Add argon pro skin 2022-12-20 21:18:51 +09:00
SkinnableSpriteText.cs
SkinnableTargetComponentsContainer.cs
SkinnableTargetContainer.cs
SkinProvidingContainer.cs
SkinReloadableDrawable.cs
SkinTransformer.cs
SkinUtils.cs
TrianglesSkin.cs
UnsupportedSkinComponentException.cs