Commit Graph

676 Commits

Author SHA1 Message Date
d732d276b1 Make activation delay customisable 2019-08-16 13:21:41 +09:00
ef5ed915e5 Reduce delay for hold-to-confirm controls 2019-08-15 17:14:00 +09:00
565034e658 Remove unnecessary using directive 2019-08-08 22:14:51 +03:00
0fcc6c1676 Add DimLevel property 2019-08-08 22:13:48 +03:00
a3d90da7d4 Remove unnecessary check 2019-08-08 17:29:52 +03:00
88b9942b2a Move EnableUserDim check to defualt value of ShowDimContent 2019-08-08 17:07:06 +03:00
d5b26b86da Fix storyboard not showing on disabled user dim 2019-08-07 22:18:10 +03:00
ac0abe0692 Use newly exposed UpdateState 2019-08-06 14:21:34 +09:00
28825d4077 Merge remote-tracking branch 'upstream/master' into re-order-events 2019-08-06 14:00:35 +09:00
cec26a270e Fix using right mouse button to drag at song select seeking incorrectly with many beatmaps loaded
Closes #5195
2019-07-30 07:04:16 +09:00
4b5fb84888 Rewrite comment 2019-07-29 11:02:44 +09:00
1b0f7b0459 more detailed explanation 2019-07-26 19:05:55 +09:00
6e09d857fd Fix ValueChanged events being called out of order 2019-07-26 19:00:07 +09:00
8b67f88d16 Don't expose dimmable container creation in player 2019-07-12 12:04:45 +09:00
46f7bb885b Move classes to local namespaces
Also renames test scene to more appropriate name.
2019-07-12 11:50:06 +09:00
b5ca7faca4 Move default value for EnableUserDim to base class 2019-07-12 11:40:38 +09:00
0d9f978857 Don't expose DimContainer 2019-07-12 11:38:15 +09:00
932243cfd4 public before private 2019-07-11 14:14:00 +09:00
ac170a6957 add comment and cleanup 2019-07-11 14:00:25 +09:00
321266e96f Make UserDimContainer abstract 2019-07-11 13:17:28 +09:00
7929104b8a move default into StoryboardContainer, fix load bug, remove comment 2019-07-10 12:24:05 +09:00
5bb21ecae0 remove storyboard region 2019-07-09 16:50:37 +09:00
1b5fadf93f move comment to more relevant location 2019-07-09 16:38:12 +09:00
89cb8a0cac Move storyboard initialization to new StoryboardContainer 2019-07-09 16:23:59 +09:00
e1d0d26669 Add a note about local optimisation that may not be required in the future 2019-07-03 00:21:16 +09:00
93511266e5 Fix waves not displaying at all 2019-07-02 22:33:33 +09:00
d27a0db45c Enforce StartHidden on relevant overlays 2019-07-02 15:23:47 +09:00
2645967dc4 Fix wave-based overlays always being present before initial display 2019-07-02 15:17:35 +09:00
bc574520bf Update ScrollContainer usages in line with framework changes 2019-06-14 15:55:32 +09:00
00ee45fe46 Merge remote-tracking branch 'origin/update-visibility-container' into update-framework 2019-06-11 19:36:13 +09:00
07e17518e9 Fix all "Maintainability" CodeFactor issues 2019-06-11 10:28:16 +02:00
609a82bc94 Update VisibilityContainer usage in line with framework 2019-06-11 15:13:58 +09:00
60b70c0f45 Use lambda for simple functions 2019-06-07 14:11:21 +09:00
64d5aa318f Apply rebased changes 2019-06-07 11:45:58 +09:00
2538f32fae Merge branch 'osu-clickable-container' into OsuHoverContainer 2019-06-05 10:34:20 +09:00
900cd5c484 Restore original values in FadeColour method call 2019-06-04 21:37:10 +02:00
5f4d7437bc Fix the issue
When Enabled's value has been changed to true, it will now check if it is currently howered, and if yes, it will fade in correctly.
2019-06-04 21:30:49 +02:00
80a66b8b3a Merge remote-tracking branch 'upstream/master' into audio-refactor-update 2019-06-04 12:08:21 +09:00
3ef17a54f6 Fix sizing of OsuAnimatedButton and OsuClickableContainer
Was incorrect under some combinations of relative and autosize usage.
2019-06-03 13:53:24 +09:00
fe9e53e383 Add a testcase 2019-05-30 23:07:04 +03:00
4ca34bd5e8 Update osu! in line with audio subsystem refactor 2019-05-28 17:06:01 +09:00
2024cdf16d Merge branch 'master' into hover-container-disabled-hover-effect 2019-05-21 17:04:50 +09:00
5ed1540a12 Handle unhover state change better 2019-05-21 15:02:31 +09:00
89e62c3d30 Only play OsuHoverContainer hover effect if action is present 2019-05-21 14:07:40 +09:00
bc962bf8f0 Move TooltipText to OsuClickableContainer 2019-05-21 13:51:38 +09:00
d7c09e7dbd Merge remote-tracking branch 'origin/master' into fix-new-inspections
# Conflicts:
#	osu.Game.Rulesets.Catch/Judgements/CatchDropletJudgement.cs
#	osu.Game.Rulesets.Catch/Judgements/CatchJudgement.cs
#	osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
#	osu.Game.Rulesets.Osu/Replays/OsuAutoGenerator.cs
#	osu.Game.Rulesets.Osu/UI/Cursor/CursorTrail.cs
#	osu.Game.Tests/Visual/SongSelect/TestCaseBeatmapScoresContainer.cs
#	osu.Game/Graphics/OsuFont.cs
#	osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs
#	osu.Game/Overlays/Profile/Header/BadgeContainer.cs
#	osu.Game/Overlays/Profile/ProfileHeader.cs
#	osu.Game/Screens/Select/PlaySongSelect.cs
#	osu.Game/Skinning/LegacySkinDecoder.cs
2019-05-07 13:20:17 +09:00
fa340a9eff Merge branch 'master' into profile-header-update 2019-04-27 23:48:23 +09:00
d40177f97c Merge branch 'master' into drawnode-composability 2019-04-27 18:41:19 +09:00
3b0d4c1bad Merge branch 'turn-on-warnings' into profile-header-update 2019-04-25 17:43:10 +09:00
0bd35ab7bb Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00