osu/osu.Game/Skinning
Dean Herbert 95c00f9666
Add `HexaconIcons` lookup to allow usage with `SpriteIcon`
2023-11-24 13:17:39 +09:00
..
Components Allow use of skin username/flag/avatar components outside of gameplay 2023-11-23 17:15:03 +09:00
ArgonProSkin.cs
ArgonSkin.cs Move non-matching default value to argon skin default speficiation instead 2023-11-16 14:18:49 +09:00
BeatmapSkinProvidingContainer.cs
DefaultLegacySkin.cs Change `ResourceStore` provided to `Skin` to be a fallback, not replacement 2023-11-16 20:19:01 +09:00
DefaultSkinComponentsContainer.cs
FontAdjustableSkinComponent.cs
GameplaySkinComponentLookup.cs
GlobalSkinColours.cs
IAnimationTimeReference.cs
IPooledSampleProvider.cs
ISerialisableDrawable.cs
ISerialisableDrawableContainer.cs
ISkin.cs
ISkinComponentLookup.cs
ISkinSource.cs
ISkinTransformer.cs
LegacyAccuracyCounter.cs Fix legacy sprite texts not matching stable with respect to fixed width 2023-10-27 20:14:39 +02:00
LegacyBeatmapSkin.cs Change `ResourceStore` provided to `Skin` to be a fallback, not replacement 2023-11-16 20:19:01 +09:00
LegacyColourCompatibility.cs
LegacyComboCounter.cs
LegacyFont.cs
LegacyHealthDisplay.cs Remove `JudgementResult` from `Miss`/`Flash` as it is not used 2023-10-10 22:10:44 +09:00
LegacyJudgementPieceNew.cs
LegacyJudgementPieceOld.cs
LegacyKiaiFlashingDrawable.cs
LegacyManiaSkinConfiguration.cs Add animation support for legacy osu!mania column lights 2023-10-21 00:22:34 +03:00
LegacyManiaSkinConfigurationLookup.cs Add animation support for legacy osu!mania column lights 2023-10-21 00:22:34 +03:00
LegacyManiaSkinDecoder.cs Add animation support for legacy osu!mania column lights 2023-10-21 00:22:34 +03:00
LegacyNoteBodyStyle.cs
LegacyRollingCounter.cs
LegacyScoreCounter.cs Fix legacy sprite texts not matching stable with respect to fixed width 2023-10-27 20:14:39 +02:00
LegacySkin.cs Change `ResourceStore` provided to `Skin` to be a fallback, not replacement 2023-11-16 20:19:01 +09:00
LegacySkinDecoder.cs
LegacySkinExtensions.cs Fix potential texture corruption when cropping gameplay textures of weird aspet ratios 2023-10-31 17:36:23 +09:00
LegacySkinTransformer.cs
LegacySongProgress.cs Fix typo 2023-11-10 18:20:14 +09:00
LegacySpriteText.cs Add `HexaconIcons` lookup to allow usage with `SpriteIcon` 2023-11-24 13:17:39 +09:00
MaxDimensionLimitedTextureLoaderStore.cs
PausableSkinnableSound.cs
PoolableSkinnableSample.cs
RealmBackedResourceStore.cs
ResourceStoreBackedSkin.cs
RulesetSkinProvidingContainer.cs
SerialisableDrawableExtensions.cs Flip comparison to allow non-composite drawables to still get resized 2023-11-10 20:00:20 +09:00
SerialisedDrawableInfo.cs Only store width/height of serialised drawable if it isn't automatically computed 2023-11-10 19:12:26 +09:00
Skin.cs Change `ResourceStore` provided to `Skin` to be a fallback, not replacement 2023-11-16 20:19:01 +09:00
SkinComboColourLookup.cs
SkinComponentsContainer.cs
SkinComponentsContainerLookup.cs
SkinConfigManager.cs
SkinConfiguration.cs
SkinCustomColourLookup.cs
SkinImporter.cs
SkinInfo.cs Remove reundant interface specification 2023-10-27 18:19:44 +09:00
SkinLayoutInfo.cs
SkinManager.cs Fix skin editor freezing game if opened during active gameplay 2023-10-27 14:34:30 +02:00
SkinProvidingContainer.cs
SkinReloadableDrawable.cs
SkinTransformer.cs
SkinUtils.cs
SkinnableDrawable.cs
SkinnableSound.cs Enforce minimum gameplay sample volume of 5% 2023-10-20 15:50:13 +02:00
SkinnableSprite.cs
SkinnableSpriteText.cs
TrianglesSkin.cs
UnsupportedSkinComponentException.cs