1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00
osu-lazer/osu.Game/Skinning
2023-02-20 19:51:54 +09:00
..
Components Rename ISkinnableDrawable to ISerialisableDrawable 2023-02-15 18:37:41 +09:00
ArgonProSkin.cs Change asset folder 2022-12-20 21:18:51 +09:00
ArgonSkin.cs Ensure skin default component layouts only apply to global layout for now 2023-02-17 18:24:05 +09:00
BeatmapSkinProvidingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
DefaultLegacySkin.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
DefaultSkinComponentsContainer.cs Simplify and rename SkinnableTargetComponentsContainer 2023-02-15 17:30:21 +09:00
FontAdjustableSkinComponent.cs Rename ISkinnableDrawable to ISerialisableDrawable 2023-02-15 18:37:41 +09:00
GameplaySkinComponentLookup.cs Reword and fix typos in some new xmldoc 2023-02-16 15:27:30 +09:00
GlobalSkinColours.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
IAnimationTimeReference.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
IPooledSampleProvider.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
ISerialisableDrawable.cs Reword xmldoc on ISerialisableDrawable to make less skin-centric 2023-02-16 15:31:35 +09:00
ISerialisableDrawableContainer.cs Move extension methods closer to serialisation classes 2023-02-15 18:37:41 +09:00
ISkin.cs Add further documentation to skin classes 2023-02-15 18:23:19 +09:00
ISkinComponentLookup.cs Add further documentation to skin classes 2023-02-15 18:23:19 +09:00
ISkinSource.cs Reword and fix typos in some new xmldoc 2023-02-16 15:27:30 +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 Rename ISkinnableDrawable to ISerialisableDrawable 2023-02-15 18:37:41 +09:00
LegacyBeatmapSkin.cs Standardise all local SkinComponentsContainerLookup variables to containerLookup 2023-02-16 15:33:56 +09:00
LegacyColourCompatibility.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
LegacyComboCounter.cs Rename ISkinnableDrawable to ISerialisableDrawable 2023-02-15 18:37:41 +09:00
LegacyFont.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
LegacyHealthDisplay.cs Rename ISkinnableDrawable to ISerialisableDrawable 2023-02-15 18:37:41 +09:00
LegacyJudgementPieceNew.cs Do the thing aka fix the if 2023-01-26 10:01:33 -03:00
LegacyJudgementPieceOld.cs Apply NRT to LegacyJudgementPieceOld 2023-02-02 14:19:00 +09:00
LegacyKiaiFlashingDrawable.cs Fix incorrect application layer causing completely discoloured circles 2023-01-11 19:29:17 +09:00
LegacyManiaSkinConfiguration.cs Change MinimumColumnWidth to remove setter 2023-02-13 17:50:32 +09:00
LegacyManiaSkinConfigurationLookup.cs Add parsing support for mania NoteBodyStyle 2023-02-10 19:46:59 +09:00
LegacyManiaSkinDecoder.cs Add parsing support for mania NoteBodyStyle 2023-02-10 19:46:59 +09:00
LegacyNoteBodyStyle.cs Add comment regarding unused enum members in LegacyNoteBodyStyle 2023-02-13 17:43:52 +09:00
LegacyRollingCounter.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
LegacyScoreCounter.cs Rename ISkinnableDrawable to ISerialisableDrawable 2023-02-15 18:37:41 +09:00
LegacySkin.cs Ensure skin default component layouts only apply to global layout for now 2023-02-17 18:24:05 +09:00
LegacySkinDecoder.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
LegacySkinExtensions.cs Partial everything 2022-11-27 00:00:27 +09:00
LegacySkinTransformer.cs Add legacy skin fallback when beatmap skin is providing resources 2022-10-12 17:47:20 +09:00
LegacySongProgress.cs Combine common code into SongProgress base class 2023-01-18 15:23:55 +09:00
LegacySpriteText.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
MaxDimensionLimitedTextureLoaderStore.cs Fix GetAsync() not limiting texture dimensions 2023-01-25 19:02:35 +01:00
PausableSkinnableSound.cs Partial everything 2022-11-27 00:00:27 +09:00
PoolableSkinnableSample.cs Partial everything 2022-11-27 00:00:27 +09:00
RealmBackedResourceStore.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
ResourceStoreBackedSkin.cs Add "Component" prefix to lookup naming 2022-11-09 17:46:43 +09:00
RulesetSkinProvidingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
SerialisableDrawableExtensions.cs Rename left-over skinnable naming in SerialisedDrawableExtensions 2023-02-16 15:34:41 +09:00
SerialisedDrawableInfo.cs Merge branch 'master' into skin-per-ruleset-layouts 2023-02-17 22:58:38 +01:00
Skin.cs Add note about skin migrations being on read and remove an older deprecation notice 2023-02-20 19:51:54 +09:00
SkinComboColourLookup.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
SkinComponentsContainer.cs Always return a non-null container for SkinComponentsContainerLookups 2023-02-17 14:19:19 +09:00
SkinComponentsContainerLookup.cs Add xmldoc for SkinComponentsContainerLookup.Ruleset 2023-02-20 19:48:18 +09:00
SkinConfigManager.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
SkinConfiguration.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
SkinCustomColourLookup.cs Apply NRT to all simple auxiliary skin classes 2023-01-26 17:53:04 +09:00
SkinImporter.cs Change serialisation format of skin layouts to allow more flexibility 2023-02-17 14:19:19 +09:00
SkinInfo.cs Add argon pro skin 2022-12-20 21:18:51 +09:00
SkinLayoutInfo.cs Mark constant identifier as non-localisable 2023-02-20 19:48:39 +09:00
SkinManager.cs Update Save method xmldoc to make more sense 2023-02-03 15:18:01 +09:00
SkinnableDrawable.cs Partial everything 2022-11-27 00:00:27 +09:00
SkinnableSound.cs Refactor SkinnableSound.Samples to be non-nullable 2023-01-27 19:32:30 +09:00
SkinnableSprite.cs Rename ISkinnableDrawable to ISerialisableDrawable 2023-02-15 18:37:41 +09:00
SkinnableSpriteText.cs Partial everything 2022-11-27 00:00:27 +09:00
SkinProvidingContainer.cs Add further documentation to skin classes 2023-02-15 18:23:19 +09:00
SkinReloadableDrawable.cs Add further documentation to skin classes 2023-02-15 18:23:19 +09:00
SkinTransformer.cs Add further documentation to skin classes 2023-02-15 18:23:19 +09:00
SkinUtils.cs Apply nullability to skinning support classes 2022-11-09 13:59:13 +09:00
TrianglesSkin.cs Ensure skin default component layouts only apply to global layout for now 2023-02-17 18:24:05 +09:00
UnsupportedSkinComponentException.cs Remove LookupName from base ISkinComponentLookup 2022-11-09 17:46:43 +09:00