Commit Graph

1608 Commits

Author SHA1 Message Date
ecd641c44a Merge branch 'master' into startup-load-improvements 2017-10-24 11:54:31 +09:00
00bb82215b Merge branch 'master' into revert-to-default-glow 2017-10-24 10:48:08 +09:00
9eab2deee7 Merge branch 'master' into config-slider-keyboardstep 2017-10-24 10:10:39 +09:00
0e04260b3c Move ToolbarUserArea initialisation to BDL 2017-10-24 10:08:42 +09:00
df20845fbb Share one context per file store for performance reasons
There is now a CreateContext method for retrieving a stand-alone context for threaded use.

We may want to add safety against this context being disposed (or just return a fresh one if it is).
2017-10-23 16:35:35 +09:00
ea2934d92c Add KeyboardStep values for configuration options 2017-10-23 16:06:08 +10:30
2e6a68d358 Rename indicator class, add colour/fade easing, and add tooltip 2017-10-22 16:12:30 +10:30
5785af9f6a Reenable revert indicator on audio device since the potential crash was addressed in #1101 2017-10-22 14:22:57 +10:30
59b10981dc CI fixes 2017-10-21 17:06:28 +10:30
f5946c0e07 Fix wrong license header 2017-10-21 16:28:03 +10:30
840ba9f48e Allow the default indicator colour to be specified, and fix bug where disabled bindables could be reset 2017-10-21 16:05:37 +10:30
b4d575fbcd Fix namespace and unnecessary using 2017-10-21 13:22:21 +10:30
290fac8990 Temporarily disable revert functionality for audio device, since it crashes 2017-10-21 13:17:03 +10:30
98044a17d3 Fix misaligned settings buttons 2017-10-21 13:16:06 +10:30
2c7343e965 Add revert-to-default glow for settings items 2017-10-21 12:44:47 +10:30
35ce6fd2bd Merge branch 'master' into notification-thread-safety 2017-10-20 11:48:14 +09:00
afaf3b4116 Merge branch 'master' into notification-thread-safety 2017-10-19 21:12:53 +09:00
518e5a2245 Make ProgressNotification's status and progress thread-safe
Quite regularly a task will hold a reference to a progress notification and udpate it as progress is made. Therefore these operations should be thread-safe.
2017-10-18 10:07:20 +09:00
9ee6d1e3f9 Correct and simplify KeyBindingStore 2017-10-16 18:42:49 +09:00
acc299c7b9 Correct and simplify RulesetStore 2017-10-16 17:02:31 +09:00
5a684f926f CI fixes. 2017-10-16 12:59:59 +09:00
c2836a8393 Use format string for double instead of Math.Round. 2017-10-16 12:59:59 +09:00
f837117495 Use localisation engine instead of asking current culture directly. 2017-10-16 12:59:59 +09:00
90592b0757 Construct DwarableScore using null weight. 2017-10-16 12:59:59 +09:00
06fe874594 CI fixes. 2017-10-15 16:53:30 +08:00
9b3676c562 Use format string for double instead of Math.Round. 2017-10-15 16:44:15 +08:00
192ebe776f Use localisation engine instead of asking current culture directly. 2017-10-15 16:30:52 +08:00
bed5a64ee2 Construct DwarableScore using null weight. 2017-10-15 16:15:35 +08:00
31b26e1d0a Merge branch 'master' into back-to-desktop 2017-10-14 16:18:28 +09:00
c5046f6b3c Add back osu.Desktop project
While it was nice having less projects to deal with, it meant hacks to get around circular dependencies between rulesets and osu.Game. For now, let's just restore the osu.Desktop project and call it a day.

This allows for the project to build again with default visual studio settings.
2017-10-14 14:33:05 +09:00
37ed710cbe Merge branch 'master' into fix-duplicate-user 2017-10-14 13:36:53 +09:00
9385fd1cfa Merge branch 'master' into better-medal-loading 2017-10-14 12:29:15 +09:00
c3b9644d77 Move infoFlow to local variable 2017-10-14 11:59:18 +09:00
1efb33210f Only update positions when the medalContainer is loaded. 2017-10-14 11:40:49 +09:00
cd722e4abb Fix beatmap author being stored in two different places 2017-10-14 11:39:55 +09:00
3644fa46be Make sure the loading overlay is hidden when preview is user cancelled 2017-10-14 10:53:39 +09:00
2938ca9488 fix loading animation not playing 2017-10-13 20:44:05 +02:00
c660957329 Hide (most) profile sections that aren't populated yet 2017-10-13 20:29:19 +09:00
15373c71b6 Allow scores to open beatmap overlay
Reshuffles depth of beatmap and profile overlays for now.
2017-10-13 20:09:03 +09:00
7550b461e3 Add individual beatmap set lookup request 2017-10-13 19:57:59 +09:00
ead88224c5 Move ModIcon tooltip to base implementation 2017-10-13 19:14:43 +09:00
146d800bda Make weight nullable rather than using weird negative defaults 2017-10-13 19:02:50 +09:00
520b806305 Merge remote-tracking branch 'upstream/master' into ranks-section 2017-10-13 18:49:05 +09:00
070aceef1e Move font and text size to class ProfileLink class 2017-10-13 17:03:31 +09:00
77c98a34e3 Merge remote-tracking branch 'upstream/master' into user_overlay_tooltip 2017-10-13 17:00:26 +09:00
5b16f5d3b5 Remove unused field 2017-10-13 14:19:25 +09:00
f9a1240325 Merge remote-tracking branch 'upstream/master' into direct-previews 2017-10-13 14:06:46 +09:00
abf5418080 Apply some renames and refactoring of loading logic
Reduced publicly facing properties where possible. Also fixes a potentially bad state issue when the beatmapset was changed while a load was in progress.
2017-10-13 14:06:34 +09:00
00f7007036 Merge remote-tracking branch 'upstream/master' into fix-medal-overlay 2017-10-12 16:56:40 +09:00
82b333740d Apply suggestions 2017-10-11 15:20:23 +03:00