osu/osu.Game/Skinning
Dean Herbert 01bc71acd2
Improve ability to parse xmldoc of SkinnableTargetWrapper
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2021-05-13 18:40:28 +09:00
..
Editor Rename SkinnableElementTargetContainer to SkinnableTargetContainer 2021-05-13 17:07:38 +09:00
BeatmapSkinProvidingContainer.cs
DefaultLegacySkin.cs Actually annotate the correct ctor 2021-05-12 23:53:39 +02:00
DefaultSkin.cs Remove duplicated call to base.GetDrawableComponent 2021-05-13 13:02:55 +09:00
DefaultSkinConfiguration.cs
GameplaySkinComponent.cs
GlobalSkinColours.cs
HUDSkinComponent.cs
HUDSkinComponents.cs Remove text skin components in favour of plain LegacySpriteTexts 2021-03-13 06:05:36 +03:00
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 Use interface in place of SkinnableTargetContainer 2021-05-13 17:25:51 +09:00
ISkinSource.cs
LegacyAccuracyCounter.cs Rename ISkinnableComponent to ISkinnableDrawable 2021-05-13 17:06:00 +09:00
LegacyBeatmapSkin.cs Use ISample everywhere in Skin GetSample lookup path 2021-02-18 18:32:28 +09:00
LegacyColourCompatibility.cs
LegacyFont.cs Add legacy font enum and extensions 2021-03-13 06:05:36 +03:00
LegacyHealthDisplay.cs Rename ISkinnableComponent to ISkinnableDrawable 2021-05-13 17:06:00 +09:00
LegacyJudgementPieceNew.cs
LegacyJudgementPieceOld.cs
LegacyManiaSkinConfiguration.cs
LegacyManiaSkinConfigurationLookup.cs
LegacyManiaSkinDecoder.cs Only trim trailing spaces to avoid breakage in storyboard parsing 2021-03-18 16:30:30 +09:00
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 Merge branch 'master' into skin-serialisation 2021-05-13 12:35:06 +09:00
LegacySkinConfiguration.cs Move hit circle font from osu! ruleset 2021-03-13 06:05:36 +03:00
LegacySkinDecoder.cs Remove unnecessary second call to StripComments in skin parsing logic 2021-03-25 13:35:42 +09:00
LegacySkinExtensions.cs Fix incorrect default font overlap for score and combo 2021-03-26 10:35:46 +03:00
LegacySkinResourceStore.cs
LegacySkinTransformer.cs Use ISample everywhere in Skin GetSample lookup path 2021-02-18 18:32:28 +09:00
LegacySpriteText.cs Update Legacy components to not require skin in ctor 2021-05-11 18:39:14 +09:00
PausableSkinnableSound.cs Add failing test 2021-04-20 16:51:00 +09:00
PoolableSkinnableSample.cs Fix disposal rather than performing some weird hack 2021-03-19 20:30:52 +09:00
Skin.cs Use interface in place of SkinnableTargetContainer 2021-05-13 17:25:51 +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
SkinnableSound.cs Fix back to front initialisation order 2021-03-20 10:51:58 +09:00
SkinnableSprite.cs
SkinnableSpriteText.cs Apply changes to UI components overriding functions with changing signatures 2021-02-22 19:01:42 +09:00
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
SkinnableTargetContainer.cs Use interface in place of SkinnableTargetContainer 2021-05-13 17:25:51 +09:00
SkinnableTargetWrapper.cs Improve ability to parse xmldoc of SkinnableTargetWrapper 2021-05-13 18:40:28 +09:00
SkinProvidingContainer.cs Use ISample everywhere in Skin GetSample lookup path 2021-02-18 18:32:28 +09:00
SkinReloadableDrawable.cs
SkinStore.cs
SkinUtils.cs