osu/osu.Game/Skinning
Dean Herbert 3cd996eb4a Merge branch 'master' into async-deadlock-safety 2022-01-07 17:28:59 +09:00
..
Editor Fix incorrect origin specification for `SkinSelectionHandler` flips 2022-01-06 14:47:44 +09:00
BeatmapSkinProvidingContainer.cs Rename `AllowSampleLookup` argument to something saner 2021-12-26 14:29:07 +01:00
DefaultLegacySkin.cs Store default skins to database 2021-11-29 18:28:25 +09:00
DefaultSkin.cs Store default skins to database 2021-11-29 18:28:25 +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 Add new default locations for hit bar error displays 2021-05-18 15:50:50 +09:00
IAnimationTimeReference.cs
IPooledSampleProvider.cs
ISkin.cs Move `FindProvider` to `ISkinSource` 2021-06-06 12:17:32 +09:00
ISkinComponent.cs
ISkinSource.cs Add missing documentation for `SourceChanged` 2021-10-12 12:50:28 +09:00
ISkinnableDrawable.cs Reword xmldoc 2021-06-22 16:40:48 +09:00
ISkinnableTarget.cs Fix copy-paste oversights in xmldoc & exception messages 2021-05-14 22:15:43 +02:00
LegacyAccuracyCounter.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
LegacyBeatmapSkin.cs Update skin implementations to match new structures 2021-11-29 18:28:25 +09:00
LegacyColourCompatibility.cs Remove some mentions of "lazer" 2021-07-04 12:41:27 +09:00
LegacyDatabasedSkinResourceStore.cs Remove subscription logic for the time being 2021-12-02 12:20:07 +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 Update Legacy components to not require skin in ctor 2021-05-11 18:39:14 +09:00
LegacyScoreCounter.cs Use localisable format string for comma separator mode 2021-10-10 17:41:16 +09:00
LegacySkin.cs Update skin implementations to match new structures 2021-11-29 18:28:25 +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
LegacySkinResourceStore.cs Update skin implementations to match new structures 2021-11-29 18:28:25 +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
ResourceStoreBackedSkin.cs Apply batch fixing of built-in types using `var` 2021-10-27 13:04:41 +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 Fix null reference in some tests due to missing realm context factory 2021-12-15 11:16:37 +09:00
SkinComboColourLookup.cs Add skin config lookup for combo colours 2021-05-05 07:06:26 +03:00
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 Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
SkinManager.cs Update usages to new naming 2022-01-06 22:54:43 +09:00
SkinModelManager.cs Serialise and deserialise `SkinInfo.InstantiationInfo` to allow for more correct imports 2021-12-02 18:05:16 +09:00
SkinProvidingContainer.cs Rename `AllowSampleLookup` argument to something saner 2021-12-26 14:29:07 +01:00
SkinReloadableDrawable.cs Remove `allowFallback` parameters completely 2021-05-27 14:50:42 +09:00
SkinStore.cs Replace EF `SkinInfo` with realm implementation 2021-11-29 18:28:25 +09:00
SkinUtils.cs
SkinnableDrawable.cs Remove `allowFallback` parameters completely 2021-05-27 14:50:42 +09:00
SkinnableSound.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
SkinnableSprite.cs Remove `allowFallback` parameters completely 2021-05-27 14:50:42 +09:00
SkinnableSpriteText.cs Remove `allowFallback` parameters completely 2021-05-27 14:50: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
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