1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 23:27:24 +08:00
Commit Graph

18820 Commits

Author SHA1 Message Date
naoey
ab27d82cd5
Make beatmap download buttons inherit BeatmapDownloadTrackingComposite
- Move DownloadTrackingComposite into the online namespace
2019-06-11 23:01:01 +05:30
naoey
4a6074865e
Create interfaces for DownloadTrackingComposite to consume 2019-06-11 22:42:57 +05:30
naoey
d903ad2186
Fix order 2019-06-11 21:30:25 +05:30
naoey
06a558c4b7
Remove unecessary third generic and change usages to match 2019-06-11 21:11:30 +05:30
naoey
f4dab4da85
Add method to check if model exists locally already 2019-06-11 20:53:44 +05:30
naoey
709ca03a08
Remove unused usings 2019-06-11 20:21:06 +05:30
naoey
802f48712d
Add ability to perform a download request with options 2019-06-11 20:14:36 +05:30
naoey
8ff26a8fbc
Add license headers and xmldoc 2019-06-11 19:49:10 +05:30
naoey
341d137f5c
Make BeatmapManager inherit from new base class 2019-06-11 19:36:08 +05:30
naoey
b4de51b612
Create a generic base archive download manager class 2019-06-11 18:29:33 +05:30
Dean Herbert
5c2c4f0ada
Merge pull request #4878 from HoLLy-HaCKeR/expose-skills
Expose skills in DifficultyAttributes
2019-06-11 18:47:56 +09:00
Dean Herbert
6973e1af4d
Fix incorrect xmldoc in OsuAnimatedButton (#4984)
Fix incorrect xmldoc in OsuAnimatedButton
2019-06-11 18:45:23 +09:00
Dean Herbert
8faca7c9ef
Load results pages asynchronously (#4983)
Load results pages asynchronously
2019-06-11 18:45:11 +09:00
Dean Herbert
591be33fc2
Merge branch 'master' into async-results-pages 2019-06-11 18:45:06 +09:00
Dean Herbert
86b6070ae8
Tween track frequency on pause (#4973)
Tween track frequency on pause
2019-06-11 18:44:56 +09:00
Dean Herbert
c07e1088c6
Fix checkboxes with long labels overlapping nub (#4970)
Fix checkboxes with long labels overlapping nub

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-06-11 18:44:27 +09:00
smoogipoo
a9758ba813 Merge remote-tracking branch 'origin/master' into fix-checkbox-overlap 2019-06-11 18:26:42 +09:00
smoogipoo
e5417416a2 Remove braces 2019-06-11 18:24:50 +09:00
Dean Herbert
dc566f3477
Fix all "Maintainability" CodeFactor issues (#4990)
Fix all "Maintainability" CodeFactor issues
2019-06-11 17:40:26 +09:00
Arphox
07e17518e9 Fix all "Maintainability" CodeFactor issues 2019-06-11 10:28:16 +02:00
Dean Herbert
71e15fe0f1 Fix incorrect xmldoc in OsuAnimatedButton 2019-06-11 01:21:01 +09:00
Dean Herbert
e87123342c Load results pages asynchronously
Reduces performance burden when first displaying pages. Closes #4977.
2019-06-10 23:51:09 +09:00
Dean Herbert
5c2ea0b1a7 Move dispose to end of file 2019-06-10 01:14:46 +09:00
Dean Herbert
59b624d4ba Fix test regression 2019-06-10 01:08:39 +09:00
Dean Herbert
d964f6ba9e Tween track frequency on pause 2019-06-10 00:56:35 +09:00
Dean Herbert
164b05abd6
Update rank graphics (#4967)
Update rank graphics

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-06-09 23:10:13 +09:00
Dean Herbert
a5007b94db Update resources 2019-06-09 22:31:02 +09:00
iiSaLMaN
3979dab573
Merge branch 'master' into rename-f-to-d 2019-06-09 16:04:26 +03:00
Dean Herbert
9bc7f5e21d
Access WindowModes via IBindableList (#4971)
Access WindowModes via IBindableList
2019-06-09 17:38:58 +09:00
Shane Woolcock
807d434be0 Access WindowModes via IBindableList 2019-06-09 17:52:02 +09:30
Dean Herbert
cd89633dee Rename variable to match 2019-06-09 17:07:23 +09:00
Dean Herbert
d500f3605e Fix checkboxes with long labels overlapping nub 2019-06-09 16:48:03 +09:00
Dean Herbert
3567bf3863
Highlight major changes on the changelog overlay (#4954)
Highlight major changes on the changelog overlay

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-06-09 16:26:07 +09:00
Dean Herbert
a7472344d6
Merge branch 'master' into changelog-highlight-major-changes 2019-06-09 16:15:19 +09:00
iiSaLMaN
a2b9dba92c
Remove ScoreRank.F 2019-06-08 19:35:29 +03:00
iiSaLMaN
fc8644a73e
Use ScoreRank.D instead of F 2019-06-08 19:34:52 +03:00
iiSaLMaN
d3ff2c6dd5
Use ScoreRank.D instead of F 2019-06-08 19:34:03 +03:00
iiSaLMaN
dfbc652803
Use ScoreRank.D instead of F 2019-06-08 19:32:26 +03:00
iiSaLMaN
772db10f50
Merge branch 'master' into rename-f-to-d 2019-06-08 19:14:39 +03:00
Dean Herbert
9a5d0695e9
Merge pull request #4966 from yousef157/master
Fix typo
2019-06-09 01:12:31 +09:00
Ludde
17362a368e
Fix typo 2019-06-08 20:10:52 +04:00
iiSaLMaN
383b937a7e
Rename F grade to D 2019-06-08 19:10:00 +03:00
Dean Herbert
3182f88ea8
Merge pull request #4960 from smoogipoo/fix-ios-resources
Update resources for iOS
2019-06-08 16:47:05 +09:00
Lucas A
e8c73f3127 Make APIChangelogEntry.Major a non-nullable property 2019-06-08 09:45:34 +02:00
smoogipoo
d058f77793 Update resources for iOS 2019-06-08 16:36:48 +09:00
Lucas A
342e39776a Move ChangelogEntries populating logic from constructor to BDL load() to use OsuColour palette +apply review suggestions. 2019-06-07 20:59:56 +02:00
Lucas A
e5b64bfa39 Highlight major changes in changelog overlay 2019-06-07 18:51:43 +02:00
Dean Herbert
e73807caab
Update framework (#4949)
Update framework
2019-06-07 21:33:53 +09:00
Dean Herbert
cd4648a647 Update framework 2019-06-07 21:09:59 +09:00
Dan Balasescu
45957bdc82
Merge pull request #4906 from peppy/fail-animation
Add animation on failing
2019-06-07 21:02:30 +09:00