osu/osu.Game/Skinning
Dean Herbert 46e7d9e0ed Randomise the values displayed in the skinning toolbox
To stop the spam of "WYSI" comments everywhere. I guess I underestimated
the negative effect this would have.
2021-05-14 12:15:58 +09:00
..
Editor Randomise the values displayed in the skinning toolbox 2021-05-14 12:15:58 +09:00
BeatmapSkinProvidingContainer.cs
DefaultLegacySkin.cs Actually annotate the correct ctor 2021-05-12 23:53:39 +02:00
DefaultSkin.cs Merge branch 'skin-serialisation' into remove-skinnable-hud-classes 2021-05-13 19:05:08 +09:00
DefaultSkinConfiguration.cs
GameplaySkinComponent.cs
GlobalSkinColours.cs
HUDSkinComponent.cs
HUDSkinComponents.cs
IAnimationTimeReference.cs
IPooledSampleProvider.cs
ISkin.cs Add the concept of skinnable target containers and mark a basic one for HUD elements 2021-05-11 18:39:14 +09:00
ISkinComponent.cs
ISkinnableDrawable.cs Rename ISkinnableComponent to ISkinnableDrawable 2021-05-13 17:06:00 +09:00
ISkinnableTarget.cs Merge branch 'skin-serialisation' into skin-editor-default-placement-location 2021-05-13 19:09:34 +09:00
ISkinSource.cs
LegacyAccuracyCounter.cs Rename ISkinnableComponent to ISkinnableDrawable 2021-05-13 17:06:00 +09:00
LegacyBeatmapSkin.cs
LegacyColourCompatibility.cs
LegacyFont.cs
LegacyHealthDisplay.cs Rename ISkinnableComponent to ISkinnableDrawable 2021-05-13 17:06:00 +09:00
LegacyJudgementPieceNew.cs
LegacyJudgementPieceOld.cs
LegacyManiaSkinConfiguration.cs
LegacyManiaSkinConfigurationLookup.cs
LegacyManiaSkinDecoder.cs
LegacyRollingCounter.cs Update Legacy components to not require skin in ctor 2021-05-11 18:39:14 +09:00
LegacyScoreCounter.cs Rename ISkinnableComponent to ISkinnableDrawable 2021-05-13 17:06:00 +09:00
LegacySkin.cs SkinnableTargetWrapper -> SkinnableTargetComponentsContainer 2021-05-13 18:54:30 +09:00
LegacySkinConfiguration.cs
LegacySkinDecoder.cs
LegacySkinExtensions.cs
LegacySkinResourceStore.cs
LegacySkinTransformer.cs
LegacySpriteText.cs Update Legacy components to not require skin in ctor 2021-05-11 18:39:14 +09:00
PausableSkinnableSound.cs
PoolableSkinnableSample.cs
Skin.cs SkinnableTargetWrapper -> SkinnableTargetComponentsContainer 2021-05-13 18:54:30 +09:00
SkinConfigManager.cs
SkinConfiguration.cs
SkinCustomColourLookup.cs
SkinFileInfo.cs
SkinInfo.cs Fix missed InstantiationInfo setter usages 2021-05-12 23:34:25 +02:00
SkinManager.cs Remove outdated TODO 2021-05-13 17:22:05 +09:00
SkinnableDrawable.cs Fix inspection 2021-05-13 21:59:38 +09:00
SkinnableSound.cs
SkinnableSprite.cs
SkinnableSpriteText.cs
SkinnableTarget.cs Add the concept of skinnable target containers and mark a basic one for HUD elements 2021-05-11 18:39:14 +09:00
SkinnableTargetComponent.cs Add the concept of skinnable target containers and mark a basic one for HUD elements 2021-05-11 18:39:14 +09:00
SkinnableTargetComponentsContainer.cs SkinnableTargetWrapper -> SkinnableTargetComponentsContainer 2021-05-13 18:54:30 +09:00
SkinnableTargetContainer.cs SkinnableTargetWrapper -> SkinnableTargetComponentsContainer 2021-05-13 18:54:30 +09:00
SkinProvidingContainer.cs
SkinReloadableDrawable.cs
SkinStore.cs
SkinUtils.cs