Commit Graph

2100 Commits

Author SHA1 Message Date
060d80efbe Continue showing progress bar on direct panels when importing
Previously the progrress bar would fade out once downloads completed, which felt unintuitive.
2018-01-22 13:05:07 +09:00
596044e19d show beatmapsets with pending deletion in osu!direct 2018-01-19 17:25:32 +01:00
652f273961 Ensure previews stop playing when they are removed from the draw hierarchy 2018-01-19 15:46:42 +09:00
250e936099 Merge branch 'master' into preview-fixes 2018-01-19 00:03:47 +09:00
56619ae926 use ternary expression 2018-01-18 15:53:53 +01:00
a94ea7025e Register/Unregister -> BeginTracking/StopTracking and add exceptions 2018-01-18 18:45:48 +09:00
dee298c395 No more statics + better unregistration 2018-01-18 17:40:05 +09:00
7ceed8b5eb Stop any playing preview when closing the direct overlay
Resolves #1925
2018-01-18 17:28:56 +09:00
c2c478750d Remove generics from OSD registration methods 2018-01-18 16:57:32 +09:00
09dfea7e29 Use tracked settings from ConfigManager changes 2018-01-18 15:26:03 +09:00
65bac6d31a return preview instead of nothing if it exists already
allows listening to it again after reaching the end
2018-01-17 20:36:47 +01:00
f86cb30e47 prevent negative width on progress bar 2018-01-17 20:35:28 +01:00
e7524445ee Use Restart() 2018-01-17 21:33:19 +09:00
54ed608ddb Mute global track volume when a beatmap preview is playing 2018-01-17 21:26:12 +09:00
783ca40c64 Update with upstream changes 2018-01-17 16:51:47 +09:00
54b0f4b912 Merge branch 'master' into url-parsing-support 2018-01-17 16:16:55 +09:00
5e1cd8ddc4 Apply conditionals directly rather than using an in-between property 2018-01-16 20:34:40 +09:00
9b33499fe7 Merge remote-tracking branch 'upstream/master' into RefactorInputQueues 2018-01-16 20:04:34 +09:00
3c11978cfa Use local functions 2018-01-15 21:42:17 +03:00
ae1adfd2f2 remove unnecessary empty lines
codefactor.io \(o.o)/
also one unnecessary semicolon
2018-01-12 19:30:34 +01:00
1c5b3d009c remove volume reduction on preview
it doubles with global reduction
2018-01-12 17:09:57 +01:00
45301d07fd Merge branch 'master' into url-parsing-support 2018-01-12 19:34:44 +09:00
73aa56a8a7 Merge branch 'master' into sliderbar-tooltip-precision 2018-01-12 18:58:30 +09:00
188b26472c Merge remote-tracking branch 'upstream/master' into sliderbar-tooltip-precision 2018-01-12 18:54:36 +09:00
ff725f0e32 Fix incorrect online conditional check in social browser logic 2018-01-12 18:20:46 +09:00
29c8400ec7 Merge branch 'master' into scrolling-hitobjects-rewrite 2018-01-12 17:35:24 +09:00
0a06f8069f Remove panel fade out for now
Should be implemented at one level above using a dedicated container.
2018-01-12 17:22:51 +09:00
441e8aced5 Better namings for the speed change "algorithms" 2018-01-12 17:18:34 +09:00
8f7c048c4e Merge branch 'master' into expand-social-tab 2018-01-12 15:54:42 +09:00
712d586d41 Revert "Add OSD + config value for scroll speed"
This reverts commit a6d8b28221.
2018-01-12 12:28:43 +09:00
174fdf5037 Nicer code to remove non-existent channels from links 2018-01-11 18:51:20 +01:00
a6d8b28221 Add OSD + config value for scroll speed 2018-01-11 13:40:46 +09:00
6a5a3b01b2 Fix license headers 2018-01-11 12:39:06 +09:00
312f52072b enable query
change Avatar animation too
add forgotten usings
2018-01-10 16:46:55 +01:00
86b5591583 Merge remote-tracking branch 'origin/master' into scrolling-hitobjects-rewrite 2018-01-10 18:02:49 +09:00
c010b48b29 Remove number format specified from OsuSliderBar, override ToolTipText
Better/cleaner solution.
2018-01-10 17:29:16 +09:00
17e7f75aca More osu!-side bindable fixes 2018-01-10 15:41:13 +09:00
4ce125478a remove unnecessary Schedules
one was bugging out when rapidly switching display styles and the other was... unnecessary
2018-01-09 19:03:23 +01:00
44d821172a tidying up 2018-01-09 16:29:12 +01:00
3bf9901dd2 Fixed bugs and added tests 2018-01-09 16:11:45 +01:00
c2fadcfc1f Merge branch 'master' into background-blur 2018-01-09 21:20:05 +09:00
1c9e9cb8af Merge branch 'master' into expand-social-tab 2018-01-09 21:08:26 +09:00
72624aea18 Use a better method of link compilation
Adds word wrap back, simplifies a lot.
2018-01-09 20:33:20 +09:00
b035a92bda Merge branch 'master' into url-parsing-support 2018-01-09 14:28:20 +09:00
f6c168be27 add skip cutscene as "in game" keybinding 2018-01-08 18:22:43 +01:00
c4d1922c8b Add scrolling algorithm to global settings 2018-01-08 11:34:37 +09:00
ae032cbf23 Support HandleKeyboardInput, HandleMouseInput, CanReceiveKeyboardInput, CanReceiveMouseInput properties 2018-01-07 23:40:00 +03:00
d9866a2052 fix hover effects on social panels 2018-01-06 11:27:17 +01:00
a61666d2a7 update licence headers 2018-01-06 10:54:53 +01:00
e6b581e259 Merge branch 'master' into expand-social-tab 2018-01-06 10:48:27 +01:00