Commit Graph

414 Commits

Author SHA1 Message Date
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
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
4106da2430 Rename facade + cleanup usage 2019-04-17 17:05:33 +09:00
3a1587fa53 Throw exception when not relatively positioned 2019-04-17 17:04:11 +09:00
9f92b3a8ba Add xmldoc 2019-04-17 16:34:53 +09:00
c1db635933 Merge branch 'master' of git://github.com/ppy/osu into profile-header-update 2019-04-09 20:42:39 +02:00
772bef91fa Merge remote-tracking branch 'Joehuu/master' into drawnode-composability
# Conflicts:
#	osu.Game.Rulesets.Osu/UI/Cursor/OsuCursorContainer.cs
2019-04-08 23:01:12 +09:00
8a01995668 Remove need for tracking bool and backing logo 2019-04-08 16:14:41 +09:00
376bed3a30 Merge branch 'facade-container' of https://github.com/nyquillerium/osu into facade-container 2019-04-08 15:24:59 +09:00
a690302d00 Apply reviews 2019-04-08 15:24:09 +09:00
d7655bc579 Use .Value instead of cast
Co-Authored-By: nyquillerium <nyquill@ppy.sh>
2019-04-08 11:22:01 +09:00
46ecaf3d6c Merge branch 'master' into facade-container 2019-04-05 21:14:21 +09:00
e06fe7950b Cleanup 2019-04-05 15:06:37 +09:00
5fa93f4a05 Add test for checking exception 2019-04-05 15:05:11 +09:00