..
Components
Automated #nullable processing
2022-06-17 16:37:17 +09:00
Editor
add arrow short cut for skin editor
2022-09-08 23:14:34 +08:00
ArgonSkin.cs
Add argon combo colours
2022-09-22 19:49:32 +09:00
BeatmapSkinProvidingContainer.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
DefaultLegacySkin.cs
Standardise default skin names
2022-09-17 23:57:25 +09:00
GameplaySkinComponent.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
GlobalSkinColours.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
HUDSkinComponents.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
IAnimationTimeReference.cs
Apply IRenderer changes
2022-08-02 19:50:57 +09:00
IPooledSampleProvider.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
ISkin.cs
Apply IRenderer changes
2022-08-02 19:50:57 +09:00
ISkinComponent.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
ISkinnableDrawable.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
ISkinnableTarget.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
ISkinSource.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
ISkinTransformer.cs
Fix sprite dropdown not showing resources from non-legacy skins during gameplay
2022-09-22 18:53:43 +09:00
LegacyAccuracyCounter.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacyBeatmapSkin.cs
Remove unencessary null coalesce
2022-07-16 06:39:05 +03:00
LegacyColourCompatibility.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacyComboCounter.cs
move LegacyComboCounter
to osu.Game.Skinning
2022-07-28 08:36:26 +08:00
LegacyFont.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacyHealthDisplay.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacyJudgementPieceNew.cs
Fix new-style legacy skins with animated judgements not adding correct transforms
2022-09-12 18:54:06 +09:00
LegacyJudgementPieceOld.cs
Rename parameter to clarify purpose
2022-09-13 02:21:01 +03:00
LegacyManiaSkinConfiguration.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacyManiaSkinConfigurationLookup.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacyManiaSkinDecoder.cs
Disable alpha component parsing in beatmap / skin colour sections
2022-09-21 16:11:41 +09:00
LegacyRollingCounter.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacyScoreCounter.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
LegacySkin.cs
Apply IRenderer changes
2022-08-02 19:50:57 +09:00
LegacySkinDecoder.cs
Disable alpha component parsing in beatmap / skin colour sections
2022-09-21 16:11:41 +09:00
LegacySkinExtensions.cs
Apply IRenderer changes
2022-08-02 19:50:57 +09:00
LegacySkinTransformer.cs
Move basic transformer behaviour to base abstract
class
2022-09-22 18:53:43 +09:00
LegacySongProgress.cs
Adjust metrics
2022-07-28 18:50:46 +09:00
LegacySpriteText.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
PausableSkinnableSound.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
PoolableSkinnableSample.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
RealmBackedResourceStore.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
ResourceStoreBackedSkin.cs
Apply IRenderer changes
2022-08-02 19:50:57 +09:00
RulesetSkinProvidingContainer.cs
Add new default skin "argon"
2022-09-19 23:16:46 +09:00
Skin.cs
Merge branch 'master' into irenderer-glwrapper
2022-08-05 20:35:06 +09:00
SkinComboColourLookup.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinConfigManager.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinConfiguration.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinCustomColourLookup.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinImporter.cs
Ensure skin InstantiationInfo
is updated when saving
2022-09-18 00:12:43 +09:00
SkinInfo.cs
Merge branch 'master' into argon-skin
2022-09-21 13:00:16 +09:00
SkinManager.cs
Remove xmldoc on private fields
2022-09-19 23:16:46 +09:00
SkinnableDrawable.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinnableSound.cs
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
2022-08-29 15:57:40 +09:00
SkinnableSprite.cs
Fix sprite dropdown not showing resources from non-legacy skins during gameplay
2022-09-22 18:53:43 +09:00
SkinnableSpriteText.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinnableTarget.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinnableTargetComponent.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinnableTargetComponentsContainer.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinnableTargetContainer.cs
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
2022-08-29 15:57:40 +09:00
SkinProvidingContainer.cs
Apply IRenderer changes
2022-08-02 19:50:57 +09:00
SkinReloadableDrawable.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
SkinTransformer.cs
Move basic transformer behaviour to base abstract
class
2022-09-22 18:53:43 +09:00
SkinUtils.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00
TrianglesSkin.cs
Remove "default" prefix from naming
2022-09-18 00:15:26 +09:00
UnsupportedSkinComponentException.cs
Automated #nullable processing
2022-06-17 16:37:17 +09:00