Commit Graph

589 Commits

Author SHA1 Message Date
e3ae2bca6d Design improvements
paired with smoogi
2017-05-18 21:38:19 +09:00
640c940fce Make field readonly 2017-05-18 11:50:15 +03:00
83a89ce22d options -> settings 2017-05-18 11:39:22 +03:00
5fb445e3fe Basic direct panel, minor cleanups 2017-05-17 16:37:34 -03:00
f4c7a02a6f Fix having negative beat when it should be 0 2017-05-17 09:23:04 -05:00
9ba356f2c6 Added osu!direct header and filter control 2017-05-17 05:58:34 -03:00
5fb8830e3a Moved music controller buttons to it's own class 2017-05-17 10:36:24 +03:00
198542465b More CI fixes 2017-05-17 01:37:31 -05:00
387d26a576 CI Fixes 2017-05-17 01:26:34 -05:00
5f192cae7b Add missing licence header 2017-05-17 01:18:56 -05:00
0801a211da Add a base container with beat syncing logic 2017-05-17 01:14:04 -05:00
f1d5a92950 Use generic IEqutable to avoid typeless Equals. 2017-05-16 21:49:38 +08:00
b9a40a841b Use IsAssignableFrom. 2017-05-16 21:04:54 +08: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
efab186384 Update namespaces in line with framework 2017-05-16 12:50:30 +09:00
f730769186 Rewrite to make better 2017-05-15 12:54:56 +09:00
3b87a938db Merge branch 'master' into cursor_size. 2017-05-15 12:23:49 +09:00
622b155fda OsuConfig -> OsuSetting 2017-05-15 10:56:27 +09:00
b6460d89c9 Cleanup 2017-05-14 10:26:52 +03:00
49f5364e9e CI fixes 2017-05-14 07:35:23 +03:00
12dab6f75c iplemented stable-like algorithm 2017-05-14 07:28:12 +03:00
ca6df533bd Automatic gameplay cursor size 2017-05-13 03:46:37 +03:00
24db423c4f Merge remote-tracking branch 'upstream/master' into playlist-commit 2017-05-12 20:39:50 +09:00
815379646c Merge branch 'master' into new-option-search 2017-05-12 20:22:11 +09:00
d2e066ca35 Move SearchTextBox to better namespace
Is being used in multiple places now.
2017-05-12 19:57:06 +09:00
dbf60d24bf Second design update pass. 2017-05-12 15:39:00 +09:00
f044b95ce8 Allow OsuTabControl to handle non-enum types. 2017-05-11 23:10:19 +09:00
e1ed785cbf Update framework. 2017-05-09 21:00:40 +09:00
ab1768ef80 Merge branch 'master' into tidy-up 2017-05-09 10:27:29 +09:00
dff05bec79 Use readonly fields. 2017-05-08 18:56:04 +08:00
9f1f926634 Add non-null assurance. 2017-05-08 12:45:55 +09:00
4f8549f220 Standardise usages of exceptions. 2017-05-07 00:38:17 +08:00
5aecc3d761 Made cursortrail work with multiple positions 2017-05-05 17:44:51 +02:00
063b606a12 Fix readonly warning 2017-05-03 18:48:17 +02:00
008ff9d2f9 InputResample CursorTrail 2017-05-03 18:33:42 +02:00
c193a90a16 Merge https://github.com/ppy/osu into playlist 2017-04-29 05:39:52 -03:00
94c259bd59 Remove most usages of DelayReset
ButtonSystem requires some more work.
2017-04-27 18:39:40 +09:00
e53c4be356 I guess this works... 2017-04-22 18:36:36 +02:00
02249dcd67 add a function to OsuSliderBar to manually set the tooltip text 2017-04-22 18:34:57 +02:00
ef7bc0f92e Update UI controls to understand DisabledChanged. 2017-04-21 14:02:04 +09:00
6e3125e115 Merge pull request #656 from smoogipooo/taiko-fixes
Taiko fixes
2017-04-20 20:10:29 +09:00
3acdc1dcfb Update palette colours. 2017-04-20 19:36:53 +09:00
4e1942f998 Fix tooltips sticking after drag. 2017-04-20 18:17:12 +09:00
02e406860b Merge remote-tracking branch 'upstream/master' into tooltips
# Conflicts:
#	osu.Game/Graphics/UserInterface/OsuSliderBar.cs
2017-04-20 18:02:38 +09:00
0de71ab24d Add basic tooltip support to OsuSliderBar. 2017-04-20 17:57:58 +09:00
c87657707f Add tooltip to sliderbars. Move interface. 2017-04-20 17:33:07 +09:00
ce5763ed97 Remove using. 2017-04-20 16:37:29 +09:00
9c8cd08927 Don't play sliderbar samples more than once when value has not changed. 2017-04-20 16:35:55 +09:00
9d975f202f Make background slightly transparent. 2017-04-20 16:29:05 +09:00
18bbbdad4c Reduce appear delay slightly. 2017-04-20 16:28:55 +09:00