1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 20:13:21 +08:00
osu-lazer/osu.Game/Rulesets/UI
Thomas Müller 0a00f7a7c2 Implement skinnable mod display
Also makes the mod display initialization sequence (start expanded, then
unexpand) controlled by HUDOverlay rather than mod display itself. This
enabled different treatment depending on whether the mod display is
viewed in the skin editor or in the player.

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2024-12-07 12:06:33 +09:00
..
Scrolling Add property EditorShowScrollSpeed to Ruleset 2024-08-22 19:53:34 +02:00
DrawableRuleset.cs Initialise container earlier to avoid null reference failures 2024-10-23 18:46:20 +09:00
DrawableRulesetDependencies.cs Fix various other inspections 2023-10-17 17:48:51 +09:00
DrawableRulesetDependenciesProvidingContainer.cs Fix nullability inspection on disposal path 2022-11-30 17:49:08 +09:00
FrameStabilityContainer.cs Stop loudly logging backwards seek bug to sentry 2024-11-30 21:01:22 +09:00
GameplayCursorContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
GameplaySampleTriggerSource.cs Expose as ReadOnlyDictionary 2024-01-31 22:52:57 +09:00
HitObjectContainer.cs Expose as ReadOnlyDictionary 2024-01-31 22:52:57 +09:00
ICanAttachHUDPieces.cs Rename ClicksPerSecondCalculator to ClicksPerSecondController 2023-06-27 16:38:46 +09:00
IFrameStableClock.cs Change FrameStableClock to inherit IGameplayClock 2022-09-08 18:24:18 +09:00
IHasRecordingHandler.cs Mark IHasRecordingHandler.Recorder nullable 2023-06-26 18:52:05 +02:00
IHasReplayHandler.cs Split out interfaces from RulesetInputManager and improve xmldoc 2023-06-26 16:34:57 +09:00
IHitObjectContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
IPooledHitObjectProvider.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
JudgementContainer.cs Fix judgement animation getting cut early 2024-07-16 17:32:59 +09:00
JudgementPooler.cs Split out judgement pooling concepts from OsuPlayfield for reuse 2024-01-15 20:50:09 +09:00
ModIcon.cs Implement skinnable mod display 2024-12-07 12:06:33 +09:00
ModSwitchSmall.cs Just use yellow for system mods 2023-11-06 16:40:57 +01:00
ModSwitchTiny.cs Replace "X mods" text with a pill indicator 2024-05-25 16:11:24 +03:00
Playfield.cs Reduce allocation in Playfield 2024-02-02 04:53:48 +03:00
PlayfieldAdjustmentContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
PlayfieldBorder.cs Automated pass 2023-06-24 01:00:03 +09:00
PlayfieldBorderStyle.cs Automated pass 2023-06-24 01:00:03 +09:00
ReplayRecorder.cs Partial everything 2022-11-27 00:00:27 +09:00
RulesetInputManager.cs Use alternative method of releasing user-pressed keys when activating autoplay 2024-07-03 14:37:07 +02:00