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

30130 Commits

Author SHA1 Message Date
Dan Balasescu
04fe29d7be
Merge pull request #9396 from LumpBloom7/StatsExcludeEmptyHitWindow
Exclude hit objects with an EmptyHitWindow from being considered in TimingDistributionGraph
2020-06-29 21:40:38 +09:00
Derrick Timmermans
bb81f908fb
Exclude EmptyHitWindow from being considered in TimingDistributionGraph 2020-06-29 15:53:56 +08:00
Dean Herbert
0423b4406e
Merge pull request #9394 from smoogipoo/improve-taiko-hittarget-quality
Improve quality of taiko hit target
2020-06-29 15:11:02 +09:00
smoogipoo
5db103dc61 Improve quality of taiko hit target 2020-06-29 14:42:20 +09:00
Dean Herbert
f7d74c138f
Merge pull request #9391 from MiraiSubject/intro-loop 2020-06-29 12:56:10 +09:00
Shivam
0c4b06b485 Add visualtest to check if Track loops in Welcome 2020-06-29 02:16:19 +02:00
Shivam
444504f2b9 Expose MainMenu Track as internal get private set 2020-06-29 02:10:40 +02:00
Shivam
24dceb9f84 Make only "Welcome" loop 2020-06-29 01:41:47 +02:00
Shivam
270384e71e Remove redundant get set 2020-06-29 00:59:44 +02:00
Shivam
5689f27987 Make sure it only loops for themed intros if true 2020-06-29 00:54:06 +02:00
Shivam
ffbce61ca8 Add the option to loop the intro in the main menu 2020-06-29 00:42:47 +02:00
Dean Herbert
6547e07e56
Merge pull request #9377 from smoogipoo/fix-unsafe-mod-deserialisation
Fix crash due to unsafe mod deserialisation
2020-06-29 00:02:29 +09:00
Dean Herbert
c21b1e358c
Merge pull request #9316 from smoogipoo/results-screen-statistics-overlapping-transition 2020-06-28 22:47:54 +09:00
Dean Herbert
006adf0fb5 Change logic to ignore rooms completely after first error 2020-06-28 22:45:13 +09:00
Dean Herbert
43ac72da3d
Merge pull request #9384 from bdach/song-bar-masking 2020-06-28 22:35:58 +09:00
Dean Herbert
e5a901cec7
Merge branch 'master' into results-screen-statistics-overlapping-transition 2020-06-28 22:14:22 +09:00
Bartłomiej Dach
082c94f98d Temporarily disable masking of tournament song bar 2020-06-28 13:14:46 +02:00
smoogipoo
e8d36bc3cb Don't trigger the same exception multiple times 2020-06-27 00:23:23 +09:00
smoogipoo
c233dc4768 Add some global error handling 2020-06-27 00:16:16 +09:00
smoogipoo
bd1f38cc3e Fix crash due to unsafe mod deserialisation 2020-06-26 23:21:44 +09:00
Dean Herbert
a4254802c1
Merge pull request #9370 from peppy/song-select-key-repeat 2020-06-26 23:09:02 +09:00
smoogipoo
099416b4c3 Move check inside next difficulty selection 2020-06-26 21:03:34 +09:00
Dan Balasescu
77258659e4
Merge branch 'master' into song-select-key-repeat 2020-06-26 20:33:13 +09:00
smoogipoo
8f6d52550f Fix potential exception if button is pressed before selection 2020-06-26 20:32:13 +09:00
smoogipoo
1b4c31a84f Remove double schedule 2020-06-26 20:14:08 +09:00
smoogipoo
e3d654d33f Cleanup 2020-06-26 20:14:02 +09:00
Dan Balasescu
efd30dfceb
Merge pull request #9340 from bdach/layered-hit-sounds
Add support for layered hit sounds skin option
2020-06-26 19:30:41 +09:00
Dan Balasescu
7a6098bfb7
Merge branch 'master' into layered-hit-sounds 2020-06-26 18:38:32 +09:00
Dan Balasescu
f7301571bb
Merge pull request #9301 from H2n9/storyboard-sample-rate
Implement rate adjustment for storyboard samples
2020-06-26 18:32:25 +09:00
Dan Balasescu
1eaa25e75e
Merge branch 'master' into storyboard-sample-rate 2020-06-26 17:29:38 +09:00
Dean Herbert
d0787ddf99
Merge pull request #9369 from smoogipoo/fix-hyperdash-alpha 2020-06-26 14:46:46 +09:00
Ronnie Moir
65a2fc3bfc Revert access modifier 2020-06-25 17:53:14 +01:00
Dean Herbert
d704a4597d Use existing helper function for key repeat 2020-06-25 21:33:02 +09:00
Dean Herbert
c36d9d4fc3 Add test coverage 2020-06-25 20:01:29 +09:00
Dean Herbert
d7742766d0 Add key/press repeat support to carousel 2020-06-25 19:47:23 +09:00
Dean Herbert
c095753f24 Add better line smoothing 2020-06-25 19:02:04 +09:00
Dean Herbert
b077a2856d Merge branch 'master' into results-screen-statistics-overlapping-transition 2020-06-25 18:44:08 +09:00
Dean Herbert
fd13c0a6dd Standardise line thickness 2020-06-25 18:44:04 +09:00
smoogipoo
531a69650f Add test 2020-06-25 14:22:40 +09:00
smoogipoo
4ff9a91012 Adjust at parse time instead 2020-06-25 14:15:26 +09:00
Dan Balasescu
41d3de3fab
Merge pull request #9362 from peppy/tournament-test-standardisation
Standardise all tournament tests to use placeholder data
2020-06-25 13:45:34 +09:00
smoogipoo
8b84aa454d Fix incorrect upper bound 2020-06-25 13:43:56 +09:00
smoogipoo
4c601af207 Match condition 2020-06-25 13:43:14 +09:00
smoogipoo
ac5cd8f25a Fix colours with 0 alpha being invisible in legacy skins 2020-06-25 13:40:26 +09:00
Dan Balasescu
053be84eb4
Merge branch 'master' into tournament-test-standardisation 2020-06-25 13:07:39 +09:00
Dean Herbert
d43b1b2441
Merge pull request #9364 from smoogipoo/increase-parse-limit
Increase coordinate parsing limits
2020-06-25 10:48:19 +09:00
Dean Herbert
0a7871f99e
Merge pull request #9363 from vruss/clarify_import_behaviour
Add text explaining a second copy will be made on importing beatmaps
2020-06-25 00:39:39 +09:00
Ronnie Moir
f2a48a339e Remove unused usings 2020-06-24 16:33:19 +01:00
Ronnie Moir
992ada4670 Revert UserPlaybackRate changes 2020-06-24 16:18:46 +01:00
Ronnie Moir
4c28347686 Adjust sample rate by UserPlaybackRate 2020-06-24 15:34:20 +01:00