This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
osu
mirror of
https://github.com/ppy/osu
Watch
1
Star
0
Fork
You've already forked osu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a298a93070
osu
/
osu.Game
/
Skinning
History
Dean Herbert
a298a93070
Remove redundant storage of blueprint's related item
2021-05-03 15:18:18 +09:00
..
Editor
Remove redundant storage of blueprint's related item
2021-05-03 15:18:18 +09:00
BeatmapSkinProvidingContainer.cs
…
DefaultLegacySkin.cs
…
DefaultSkin.cs
…
DefaultSkinConfiguration.cs
…
GameplaySkinComponent.cs
…
GlobalSkinColours.cs
…
HUDSkinComponent.cs
…
HUDSkinComponents.cs
…
IAnimationTimeReference.cs
…
IPooledSampleProvider.cs
…
ISkin.cs
…
ISkinComponent.cs
…
ISkinSource.cs
…
LegacyAccuracyCounter.cs
Replace abstract class with interface, attached to the actual components (not skinnable wrapper)
2021-04-29 16:12:15 +09:00
LegacyBeatmapSkin.cs
…
LegacyColourCompatibility.cs
…
LegacyFont.cs
…
LegacyHealthDisplay.cs
Replace abstract class with interface, attached to the actual components (not skinnable wrapper)
2021-04-29 16:12:15 +09:00
LegacyJudgementPieceNew.cs
…
LegacyJudgementPieceOld.cs
…
LegacyManiaSkinConfiguration.cs
…
LegacyManiaSkinConfigurationLookup.cs
…
LegacyManiaSkinDecoder.cs
…
LegacyRollingCounter.cs
…
LegacyScoreCounter.cs
Replace abstract class with interface, attached to the actual components (not skinnable wrapper)
2021-04-29 16:12:15 +09:00
LegacySkin.cs
Merge branch 'master' into legacy-sprite-text-fonts
2021-03-25 14:52:01 +03:00
LegacySkinConfiguration.cs
…
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
…
LegacySpriteText.cs
…
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
…
SkinConfigManager.cs
…
SkinConfiguration.cs
…
SkinCustomColourLookup.cs
…
SkinFileInfo.cs
…
SkinInfo.cs
…
SkinManager.cs
Change checks back to `Contains`
2021-03-25 14:14:38 +09:00
SkinProvidingContainer.cs
…
SkinReloadableDrawable.cs
…
SkinStore.cs
…
SkinUtils.cs
…
SkinnableDrawable.cs
…
SkinnableSound.cs
Fix back to front initialisation order
2021-03-20 10:51:58 +09:00
SkinnableSprite.cs
…
SkinnableSpriteText.cs
…