osu/osu.Game/Skinning
2022-03-28 20:43:26 +09:00
..
Components Fix typo in setting name 2022-03-15 14:25:05 +09:00
Editor Fix skin editor not exiting correctly when using the menu 2022-03-28 20:43:26 +09:00
BeatmapSkinProvidingContainer.cs Rename AllowSampleLookup argument to something saner 2021-12-26 14:29:07 +01:00
DefaultLegacySkin.cs Make "skin.ini" the default skin filename and remove redundant parameters 2022-03-23 15:05:01 +09:00
DefaultSkin.cs Add basic song select setup for skinnability 2022-03-16 19:12:06 +09:00
EFSkinInfo.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
GameplaySkinComponent.cs
GlobalSkinColours.cs
HUDSkinComponents.cs
IAnimationTimeReference.cs
IPooledSampleProvider.cs
ISkin.cs Apply notnull constraint 2022-03-25 15:54:01 +09:00
ISkinComponent.cs
ISkinnableDrawable.cs Add the ability to add settings to skinnable elements 2022-03-13 17:03:25 +09:00
ISkinnableTarget.cs
ISkinSource.cs Add missing documentation for SourceChanged 2021-10-12 12:50:28 +09:00
LegacyAccuracyCounter.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
LegacyBeatmapSkin.cs Convert LegacyBeatmapSkin to use nullable 2022-03-24 00:24:06 +09:00
LegacyColourCompatibility.cs Remove some mentions of "lazer" 2021-07-04 12:41:27 +09:00
LegacyFont.cs
LegacyHealthDisplay.cs Use non linear colour interpolation for legacy health display 2021-08-10 11:29:31 +10:00
LegacyJudgementPieceNew.cs Remove redundant arguments 2021-07-05 23:52:39 +08:00
LegacyJudgementPieceOld.cs
LegacyManiaSkinConfiguration.cs
LegacyManiaSkinConfigurationLookup.cs
LegacyManiaSkinDecoder.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
LegacyRollingCounter.cs
LegacyScoreCounter.cs Use localisable format string for comma separator mode 2021-10-10 17:41:16 +09:00
LegacySkin.cs Apply notnull constraint 2022-03-25 15:54:01 +09:00
LegacySkinDecoder.cs Merge branch 'master' into fix-skin-layout-editor-crash 2021-10-28 06:24:24 +09:00
LegacySkinExtensions.cs Remove SkinConfiguration subclasses and allow configuration parsing for all skin types 2021-10-22 14:42:23 +09:00
LegacySkinTransformer.cs Remove SkinConfiguration subclasses and allow configuration parsing for all skin types 2021-10-22 14:42:23 +09:00
LegacySpriteText.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
PausableSkinnableSound.cs
PoolableSkinnableSample.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
RealmBackedResourceStore.cs Fix extensions not being specified in time for realm file caching 2022-03-23 14:57:42 +09:00
ResourceStoreBackedSkin.cs Apply notnull constraint 2022-03-25 15:54:01 +09:00
RulesetSkinProvidingContainer.cs Rename OnSourceChanged and expand on xmldoc to mention that it doesn't fire SourceChanged 2021-10-12 13:04:48 +09:00
Skin.cs Merge pull request #17448 from peppy/fix-skin-component-crash-on-instantiation-failure 2022-03-25 19:41:52 +09:00
SkinComboColourLookup.cs
SkinConfigManager.cs
SkinConfiguration.cs Remove SkinConfiguration subclasses and allow configuration parsing for all skin types 2021-10-22 14:42:23 +09:00
SkinCustomColourLookup.cs
SkinFileInfo.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
SkinInfo.cs Avoid constructor overhead for realm SkinInfo parameterless constructor 2022-01-20 17:29:07 +09:00
SkinManager.cs Remove Host ctor param from SkinModelManager 2022-02-01 21:37:19 +01:00
SkinModelManager.cs Remove Host ctor param from SkinModelManager 2022-02-01 21:37:19 +01:00
SkinnableDrawable.cs
SkinnableSound.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
SkinnableSprite.cs
SkinnableSpriteText.cs
SkinnableTarget.cs Add basic song select setup for skinnability 2022-03-16 19:12:06 +09:00
SkinnableTargetComponent.cs
SkinnableTargetComponentsContainer.cs Rename OverridesClosestAnchor to UsesFixedAnchor 2021-06-08 08:28:42 -04:00
SkinnableTargetContainer.cs Fix two different skins displaying at the same time when rapidly switching 2021-10-11 16:11:15 +09:00
SkinProvidingContainer.cs Rename AllowSampleLookup argument to something saner 2021-12-26 14:29:07 +01:00
SkinReloadableDrawable.cs
SkinUtils.cs