Commit Graph

30 Commits

Author SHA1 Message Date
a5e610a7ba Update framework and fix compilation
Most issues were related to BeginLoopedSequence usage and lack of
"this." in front of transform helpers.
2017-07-14 19:18:12 +03:00
724e5aa99e Merge master into better-input 2017-07-05 13:59:40 -07:00
bb15bc0467 Use ReceiveMouseInputAt whenever possible 2017-06-30 09:54:03 +03:00
1e50840a8e Fix unused usings 2017-06-29 12:04:04 -07:00
480cdba023 Add OsuClickableContainer with generic sounds 2017-06-27 21:05:49 +09:00
e3489928b7 Remove now obsolete InternalContains 2017-06-24 09:21:08 +02:00
a0e7751cd1 Merge branch 'master' into fix-invalid-depth 2017-06-23 14:48:12 +09:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
1d5c5a0a4d Fix an invalid depth operation. 2017-06-19 07:50:26 +09:00
ffbb46f668 Update in line with framework. 2017-06-12 12:48:47 +09:00
2f7d9655fd More Clean up 2017-06-08 15:27:35 +08:00
d052f093d5 Scaling on hover 2017-05-26 14:29:45 +03:00
2c23703ca6 Removed amplitude container 2017-05-26 13:46:44 +03:00
181648515b Moving icon to the beat on the TwoLayerButton 2017-05-24 16:05:24 +03:00
b016d53b85 Fix TwoLayerButton not capturing MouseDown events
Caused clicks to pass through the skip button to the progress bar.
2017-05-16 17:59:07 +09:00
681ed38941 Use const whenever possible. 2017-03-23 13:52:38 +09:00
54e1b24fe9 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
ab8a5afdb9 AlwaysReceiveInput and InternalContains. 2017-03-16 17:38:36 +09:00
e356758a7d Don't expicitly set origin of TextAwesome. 2017-03-06 17:06:48 +09:00
73fef85b12 Remove unnecessary usings 2017-03-04 19:43:59 +01:00
a14bdf8624 Use Color4Extensions from Framework and remove redundant Name 2017-03-04 19:42:37 +01:00
c732890664 Remove usages of negative Margin / Padding
Replaces such usage with more sensible settings, like changing the
position or size.
2017-03-02 19:16:31 +01:00
1585ae842a Update framework 2017-02-26 11:22:58 +09:00
0264c44a20 Do not shadow Colour in TwoLayerButton
Renames Colour to BackgroundColour instead.
2017-02-23 22:33:37 +01:00
32ce8cf723 Audio class renames in line with framework changes. 2017-02-18 17:35:04 +09:00
50bd80cb0c Update and standardise license headers. 2017-02-07 14:27:41 +09:00
6db70f8850 Use MaskingSmoothness to make masked diagonal edges smoother. 2017-02-04 11:06:26 +01:00
36cfe54e59 Missing namespace. 2017-02-03 13:16:45 +09:00
16a01abc4d Merge remote-tracking branch 'upstream/master' into options-refactor
# Conflicts:
#	osu.Game/Beatmaps/Drawables/BeatmapPanel.cs
#	osu.Game/Graphics/UserInterface/BackButton.cs
#	osu.Game/Screens/Play/KeyCounter.cs
2017-02-03 13:16:07 +09:00
3e7503e860 Make skip button work. 2017-01-27 21:57:22 +09:00