Dean Herbert
|
f390e558c7
|
Combine and simplify beatmap change logic
|
2019-11-22 02:32:02 +09:00 |
|
Dean Herbert
|
a97d760afa
|
Merge remote-tracking branch 'upstream/master' into menu-background-modes
|
2019-11-22 02:23:02 +09:00 |
|
Dean Herbert
|
0d4854ac09
|
Add News Overlay skeleton and header (#5726)
Add News Overlay skeleton and header
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-11-22 00:14:31 +09:00 |
|
Dean Herbert
|
1a6b5e8714
|
Implement TotalCommentsCounter component for CommentsContainer (#6867)
Implement TotalCommentsCounter component for CommentsContainer
|
2019-11-21 23:45:23 +09:00 |
|
Dean Herbert
|
76722534ec
|
Fix cancel button animating when entering a dialog (#6825)
Fix cancel button animating when entering a dialog
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-11-21 23:22:17 +09:00 |
|
Dean Herbert
|
4475307707
|
Fix spacing
|
2019-11-21 22:55:31 +09:00 |
|
Dean Herbert
|
ac2dfffb23
|
Merge remote-tracking branch 'upstream/master' into sharpraven-deprecation
|
2019-11-21 22:52:45 +09:00 |
|
Dean Herbert
|
f173961def
|
Add some extra search keywords to settings (#6893)
Add some extra search keywords to settings
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-11-21 22:51:20 +09:00 |
|
Dean Herbert
|
d7cb23a909
|
Remove redundant keyword
|
2019-11-21 22:51:00 +09:00 |
|
Dean Herbert
|
8b1fb2d5a1
|
Standardise keyword specifications
|
2019-11-21 22:35:15 +09:00 |
|
Dean Herbert
|
201f32859a
|
Merge branch 'master' into slider-control-point-removal
|
2019-11-21 22:10:52 +09:00 |
|
Dean Herbert
|
2325f0382c
|
Cancel a potentially pending filter update when an update occurs
|
2019-11-21 13:46:45 +09:00 |
|
Dean Herbert
|
4d6904468d
|
Merge remote-tracking branch 'upstream/master' into multi-searching
|
2019-11-21 13:44:04 +09:00 |
|
Dean Herbert
|
0804d8d7a4
|
Replace all MathHelper.Clamp usages with Math.Clamp (#6891)
Replace all MathHelper.Clamp usages with Math.Clamp
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2019-11-21 11:14:34 +09:00 |
|
Dean Herbert
|
94009a22b8
|
Fix osu!direct previews muting game audio permanently (#6838)
Fix osu!direct previews muting game audio permanently
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-11-21 11:13:11 +09:00 |
|
Dan Balasescu
|
a7c074ff37
|
Merge branch 'master' into math_clamp
|
2019-11-21 11:08:56 +09:00 |
|
smoogipoo
|
0cbe29dbec
|
Refactor / cleanup debouncing
|
2019-11-21 11:05:18 +09:00 |
|
Dean Herbert
|
19dfbb0a45
|
Update obsolete usages
|
2019-11-21 10:55:31 +09:00 |
|
Dean Herbert
|
cf0f0f8a1b
|
Reword comment
|
2019-11-21 10:37:50 +09:00 |
|
Dean Herbert
|
7637e680d7
|
Merge remote-tracking branch 'upstream/master' into fix-preview-track-never-stopping
|
2019-11-21 10:27:32 +09:00 |
|
Dean Herbert
|
76e63722cc
|
Update framework
|
2019-11-21 10:26:10 +09:00 |
|
Dan Balasescu
|
ec35d92ec0
|
Merge branch 'master' into fix-song-select-scroll
|
2019-11-21 10:22:52 +09:00 |
|
iiSaLMaN
|
5391c752b4
|
Implement IAggregateAudioAdjustments properties for FallbackSampleStore
|
2019-11-21 03:20:08 +03:00 |
|
iiSaLMaN
|
ebae92db7b
|
Revert "Implement IAggregateAudioAdjustments properties for FallbackSampleStore"
This reverts commit 4a4f5ccbb2 .
|
2019-11-21 03:18:31 +03:00 |
|
iiSaLMaN
|
4a4f5ccbb2
|
Implement IAggregateAudioAdjustments properties for FallbackSampleStore
|
2019-11-21 02:35:58 +03:00 |
|
Andrei Zavatski
|
f066d8434c
|
Apply suggestions
|
2019-11-21 00:26:39 +03:00 |
|
Andrei Zavatski
|
6b3010535f
|
Simplify Keywords usage for SettingsSubsection
|
2019-11-20 21:03:31 +03:00 |
|
Andrei Zavatski
|
f3d9abc84a
|
Capitalize Bar for consistency
|
2019-11-20 19:57:02 +03:00 |
|
Andrei Zavatski
|
7d8252183e
|
CI fix
|
2019-11-20 19:42:57 +03:00 |
|
Andrei Zavatski
|
e820ddd3e8
|
Implement settings keywords
|
2019-11-20 19:27:34 +03:00 |
|
Berkan Diler
|
66a3837ff4
|
Fix CI
|
2019-11-20 14:25:44 +01:00 |
|
Berkan Diler
|
6cab517b2d
|
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
|
2019-11-20 13:37:47 +01:00 |
|
Dean Herbert
|
3ba9f840fd
|
Fix song select not always scrolling to the correct location
|
2019-11-20 19:39:13 +09:00 |
|
Dean Herbert
|
a81c26577d
|
Fix carousel filtering twice on startup due to unpopulated rule… (#6833)
Fix carousel filtering twice on startup due to unpopulated ruleset
|
2019-11-20 19:39:00 +09:00 |
|
Dean Herbert
|
8d7be98b8b
|
Move to .NET Standard 2.1 (#6837)
Move to .NET Standard 2.1
Co-authored-by: Shane Woolcock <samahnub@gmail.com>
|
2019-11-20 17:57:00 +09:00 |
|
Dean Herbert
|
8c9ed99b1b
|
Merge remote-tracking branch 'upstream/master' into fix-carousel-double-filter
|
2019-11-20 17:24:54 +09:00 |
|
Dean Herbert
|
5b416eb7ba
|
Move initial filter to run on entering
|
2019-11-20 17:24:43 +09:00 |
|
Dean Herbert
|
e0f59d8e24
|
Move method
|
2019-11-20 15:43:00 +09:00 |
|
smoogipoo
|
6288e6da56
|
Add null check
|
2019-11-20 13:42:54 +09:00 |
|
smoogipoo
|
76ed573c56
|
Fix crash when loading results after gameplay
|
2019-11-20 12:21:49 +09:00 |
|
Huo Yaoyuan
|
b5c20fecee
|
Merge branch 'master' into netstandard2.1
|
2019-11-19 21:40:12 +08:00 |
|
Huo Yaoyuan
|
608785b99a
|
Update .Net Standard projects to 2.1
|
2019-11-18 18:35:58 +08:00 |
|
Huo Yaoyuan
|
53bc2dcab7
|
Use costum displaying text for inherited references.
|
2019-11-18 15:29:18 +08:00 |
|
Huo Yaoyuan
|
4d1513cef6
|
Sadly, xmldoc doesn't support tuple elements.
|
2019-11-17 21:01:56 +08:00 |
|
Huo Yaoyuan
|
b04bca7db6
|
Reference elements in origin definition.
|
2019-11-17 20:55:40 +08:00 |
|
Huo Yaoyuan
|
b1b234c6fb
|
Use paramref.
|
2019-11-17 20:49:36 +08:00 |
|
Huo Yaoyuan
|
f05b83d7d4
|
Use typeparamref.
|
2019-11-17 20:48:23 +08:00 |
|
Andrei Zavatski
|
509440ea14
|
TotalCommentsCounter implementation
|
2019-11-16 18:02:34 +03:00 |
|
Dean Herbert
|
e9e37fc821
|
Add private setter for FilterControl
|
2019-11-15 18:23:35 +09:00 |
|
Dean Herbert
|
296fff9243
|
Merge remote-tracking branch 'upstream/master' into fix-carousel-double-filter
|
2019-11-15 18:20:36 +09:00 |
|