Commit Graph

27233 Commits

Author SHA1 Message Date
cef682aa03 Make WorkingBeatmap non-disposable 2020-02-10 17:02:01 +09:00
51e2a934bd Fix possible beatmap nullref in logo visualisation 2020-02-10 17:02:00 +09:00
a988a53d69 Better handle beatmap task cancel exception 2020-02-10 17:02:00 +09:00
2252f79084 Bump Sentry from 2.0.1 to 2.0.2
Bumps [Sentry](https://github.com/getsentry/sentry-dotnet) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Commits](https://github.com/getsentry/sentry-dotnet/compare/2.0.1...2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 08:01:14 +00:00
66fb72cd8a Fix song select not showing active beatmap if it is filtered by local criteria 2020-02-10 16:59:54 +09:00
d61516e10c Add failing tests 2020-02-10 16:59:54 +09:00
f3c47dc8c9 Merge branch 'master' into seek-to-endtime-on-placement 2020-02-10 14:53:11 +09:00
36414e9a53 Merge pull request #7753 from peppy/placement-display-in-timeline
Show current placement blueprint in timeline
2020-02-10 14:47:39 +09:00
ea521b466f Switch numerical consts to an enum 2020-02-09 21:37:40 -08:00
bb15153f30 Merge branch 'master' into placement-display-in-timeline 2020-02-10 14:29:01 +09:00
28cf5c7a59 Add accessor 2020-02-10 14:28:43 +09:00
c7ef15f6cf Merge pull request #7768 from turbedi/string_cleanup
Minor cleanups for legacy beatmap decoders
2020-02-10 13:55:43 +09:00
1f3d4e1f72 Merge branch 'master' into string_cleanup 2020-02-10 13:37:17 +09:00
137181017b Naming consistency with osu!web 2020-02-09 20:36:54 -08:00
3627548389 Merge pull request #7776 from peppy/fix-virtual-track-beatsync
Fix BeatSyncContainer failing at song select
2020-02-10 13:31:29 +09:00
88a56d00bf Allow specifying order to SettingSource 2020-02-09 20:11:37 -08:00
f4657b8ea8 Merge branch 'master' into fix-virtual-track-beatsync 2020-02-10 13:11:06 +09:00
ed8cb1d6bf add missing eof newline 2020-02-09 23:46:06 +01:00
3e06324f61 fix formatting issue 2020-02-09 23:39:34 +01:00
867c733809 make score date hoverable 2020-02-09 23:19:32 +01:00
b45f1ef99a make timestamps hoverable 2020-02-09 22:27:37 +01:00
e6111a1888 Merge pull request #7773 from ProTheory8/mod-test-improvements
Improve mod settings tests
2020-02-10 00:47:21 +09:00
f6a346e036 Merge branch 'master' into mod-test-improvements 2020-02-09 19:19:50 +05:00
7e28f2fe6a Rename test to better reflect its purpose 2020-02-09 14:41:02 +01:00
404cb61342 Open mod select in a more reliable way 2020-02-09 14:39:27 +01:00
a0c6492ecf Merge pull request #7761 from jorolf/beat-caret
Make the caret blink to the beat
2020-02-09 21:50:17 +09:00
96574a98ad Use non-zero length for fallback virtual track (allows tests to work as expected) 2020-02-09 21:34:56 +09:00
c1f52ef594 Refactor BeatSyncContainer to handle zero length tracks 2020-02-09 21:25:28 +09:00
d73ef7c37e Change DummyBeatmap's track to be 0 length 2020-02-09 21:25:11 +09:00
590429b43b Now TestAutoOpenOnModSelect checks if customisation closes after deselecting mod 2020-02-09 14:15:32 +05:00
93ff25d2a4 Rename caret class 2020-02-09 15:36:44 +09:00
3865090fff Merge branch 'master' into beat-caret 2020-02-09 14:20:51 +09:00
c2e0c83724 change the hierarchy layout 2020-02-08 20:25:16 +01:00
5b452293d6 Minor cleanups for legacy beatmap decoders
Replaces some string.StartsWith(string, StringComparison.Ordinal) calls with ring.StartsWith(char) , when only one char is compared. Possible since .NET-Standard 2.1

And another LegacyStoryboardDecoder.handleEvents() cleanup, saves some MB of allocations.
2020-02-08 18:05:27 +01:00
30e0a34e50 Wrap Content into a container for animating visibility. 2020-02-08 17:11:31 +01:00
7ca9f4dc20 Apply review suggestions 2020-02-08 17:11:31 +01:00
d3dc0b63ff Remove string concatenation from ctor 2020-02-08 17:07:26 +01:00
6d51b344ab Display a loading animation when the user is connecting 2020-02-08 17:07:20 +01:00
63696bff74 Merge pull request #7766 from Joehuu/update-background-dim
Update default background dim to 80% to match stable
2020-02-08 17:40:12 +09:00
e0de60a277 Update default background dim to 80% to match stable 2020-02-07 21:03:33 -08:00
023c807530 Merge pull request #7763 from TheWildTree/fix-accuracy-format
Make accuracy formatting more consistent
2020-02-08 12:24:26 +09:00
84d9e3eda7 Merge branch 'master' into fix-accuracy-format 2020-02-08 11:37:03 +09:00
68d4b419e1 Merge pull request #7760 from TheWildTree/sorted-hitresults
Fix beatmap overlay scoreboards having their statistics columns unsorted
2020-02-08 11:36:50 +09:00
801e39a543 Improve xmldoc for PlacementObject 2020-02-08 11:35:27 +09:00
5c3880d712 Merge branch 'master' into placement-display-in-timeline 2020-02-08 11:35:17 +09:00
7c89e93da5 Merge branch 'master' into sorted-hitresults 2020-02-08 11:19:18 +09:00
6758c19625 Merge pull request #7758 from EVAST9919/user-graphs-data
Receive historical monthly user playcounts from API
2020-02-08 10:19:39 +09:00
9bfd3a1a63 Make PercentageBreakInfoLine use FormatAccuracy 2020-02-08 00:11:19 +01:00
393b566966 Make PercentageCounter use FormatAccuracy 2020-02-07 22:16:06 +01:00
8c10d31af9 Make accuracy formatting more consistent 2020-02-07 22:09:45 +01:00