Commit Graph

22 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
9d47dd9ff9 Add support for right mouse absolute scrolling (when enabled)
Will likely need to be bindable when hooked up to settings and actually used.
2017-07-12 18:57:44 +09:00
28f0da606a Add OsuFocusedOverlayContainer with predefined sounds. 2017-06-28 10:18:12 -07:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
2f7d9655fd More Clean up 2017-06-08 15:27:35 +08:00
b9a40a841b Use IsAssignableFrom. 2017-05-16 21:04:54 +08:00
efab186384 Update namespaces in line with framework 2017-05-16 12:50:30 +09:00
f7dc7e9bb9 Update references. 2017-03-28 21:26:20 +09:00
0cad5d7d41 Fix most warnings. 2017-03-07 13:05:57 +09:00
73fef85b12 Remove unnecessary usings 2017-03-04 19:43:59 +01:00
a2317e5a1e Update usage of FillDirection 2017-03-04 11:00:17 +01:00
4d28696479 FlowDirection -> FillDirection 2017-03-01 20:15:38 +01:00
9c853b0465 Update framewörk 2017-03-01 19:33:01 +01:00
d46e68b36b Merge branch 'master' of github.com:ppy/osu into flowcontainer-refactor
# Conflicts:
#	osu-framework
#	osu.Game/Beatmaps/Drawables/BeatmapGroup.cs
2017-03-01 18:05:58 +01:00
03889e6ca6 Update References to FlowStrategies
References now use the Create*-names instead of the outdated
Get*-names to create instances of FlowStrategies.
2017-02-27 16:55:55 +01:00
3487dfe236 Removed unused variables and parameters 2017-02-27 17:32:32 +03:00
8d91519d59 Update usage of FlowContainer and its subclasses 2017-02-26 21:32:43 +01:00
1585ae842a Update framework 2017-02-26 11:22:58 +09:00
4b0d6cd26b Don't rely on default relative size of ScrollContainer. 2017-02-17 20:08:28 +01:00
aaaf7163e0 Update framework. 2017-02-13 17:46:50 +09:00
a14b7eb598 NotificationManager should become visible when receiving a notification (until we implement toasts). 2017-02-12 14:50:02 +09:00
8ec927899f Implement notifications. 2017-02-10 16:30:23 +09:00