osu/osu.Game/Skinning
Robin Avery f28916e30f
Remove all UsingClosestAnchor() extension logic
It is replaced with ISkinnableDrawable.UsingClosestAnchor.
2021-06-07 00:04:53 -04:00
..
Editor Remove all UsingClosestAnchor() extension logic 2021-06-07 00:04:53 -04:00
BeatmapSkinProvidingContainer.cs Reverted change to AllowConfigurationLookup and added a separate AllowColourLookup bool with config case based on lookup type in SkinProvidingContainer GetConfig call. 2021-01-13 13:07:07 -05:00
DefaultLegacySkin.cs Move leagcy resource store construction local to DefaultLegacySkin 2021-05-31 19:14:49 +09:00
DefaultSkin.cs Merge branch 'master' into remove-hud-component-lookup 2021-05-31 09:23:04 +03:00
DefaultSkinConfiguration.cs
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 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 Add UsingClosestAnchor to ISkinnableDrawable 2021-06-06 23:47:47 -04:00
ISkinnableTarget.cs Fix copy-paste oversights in xmldoc & exception messages 2021-05-14 22:15:43 +02:00
ISkinSource.cs
LegacyAccuracyCounter.cs Add UsingClosestAnchor to ISkinnableDrawable 2021-06-06 23:47:47 -04:00
LegacyBeatmapSkin.cs Fix potential nullref 2021-05-29 21:22:46 +03:00
LegacyColourCompatibility.cs
LegacyFont.cs Add legacy font enum and extensions 2021-03-13 06:05:36 +03:00
LegacyHealthDisplay.cs Add UsingClosestAnchor to ISkinnableDrawable 2021-06-06 23:47:47 -04:00
LegacyJudgementPieceNew.cs
LegacyJudgementPieceOld.cs
LegacyManiaSkinConfiguration.cs simplify implementation and adjust the default values 2020-12-13 22:43:36 +06:00
LegacyManiaSkinConfigurationLookup.cs add support for ScorePosition into LegacyManiaSkin 2020-12-10 20:11:08 +06:00
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 Add UsingClosestAnchor to ISkinnableDrawable 2021-06-06 23:47:47 -04:00
LegacySkin.cs Merge branch 'master' into remove-hud-component-lookup 2021-05-31 09:23:04 +03: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 Ignore skin component json data if deserialisation fails instead 2021-05-15 01:08:11 +02:00
SkinConfigManager.cs
SkinConfiguration.cs
SkinCustomColourLookup.cs
SkinFileInfo.cs
SkinInfo.cs Move leagcy resource store construction local to DefaultLegacySkin 2021-05-31 19:14:49 +09:00
SkinManager.cs Move leagcy resource store construction local to DefaultLegacySkin 2021-05-31 19:14:49 +09:00
SkinnableDrawable.cs Fix inspection 2021-05-13 21:59:38 +09:00
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
SkinnableTargetComponentsContainer.cs Add UsingClosestAnchor to ISkinnableDrawable 2021-06-06 23:47:47 -04:00
SkinnableTargetContainer.cs Pass correct member name to ArgumentExceptions 2021-05-14 22:16:37 +02: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