Commit Graph

30814 Commits

Author SHA1 Message Date
22862256c1 Increase time between polls 2020-02-27 19:42:19 +09:00
fe10a64137 Improve participants list transforms 2020-02-27 19:37:07 +09:00
97c07281d8 Make ParticipantsList use the new participants property 2020-02-27 19:24:13 +09:00
99442ec9c3 Implement single-room multiplayer room polling 2020-02-27 19:23:50 +09:00
ffa8a50c6b Make User IEquatable 2020-02-27 19:21:59 +09:00
3f5c4633bc Remove workarounds for CreateRoomRequest shortcomings 2020-02-27 16:41:00 +09:00
101a587641 Disable triangles in triangles intro 2020-02-27 15:51:55 +09:00
7ad6ad0bb0 Remove hacks that bypassed layout shortcomings 2020-02-27 13:32:23 +09:00
7c0e823b95 Merge pull request #8021 from peppy/remove-legacy-state
Remove legacy DrawableHitObject state management
2020-02-27 12:27:30 +09:00
c06db5a54a Remove legacy DrawableHitObject state management 2020-02-27 11:28:29 +09:00
c0b09ece64 Merge pull request #8020 from smoogipoo/fix-ios-crashes
Fix iOS/Android lockups by disabling LLVM
2020-02-27 11:05:10 +09:00
a4edd3b8a1 Fix iOS/Android lockups by disabling LLVM 2020-02-27 09:24:54 +09:00
8686d7cd40 Merge pull request #8014 from EVAST9919/comments-vote-pill-recolour
Use overlay theme colours for comment vote button
2020-02-27 08:17:05 +09:00
397e35d0a0 Hide pp column if map is loved or qualified 2020-02-26 21:36:52 +01:00
54d83eff94 Use OverlayColourProfider for VotePill component 2020-02-26 19:35:20 +03:00
f1c97451d9 Merge pull request #8007 from peppy/fix-hidden-ui-performance
Fix stutter when showing game HUD after being hidden for a while
2020-02-26 21:33:53 +09:00
4d51218470 Merge branch 'master' into fix-hidden-ui-performance 2020-02-26 20:58:30 +09:00
b5306d16cf Merge pull request #8005 from peppy/fix-catcher-dropping-streams
Fix catcher dropping juice streams due to it considering ignored judgements
2020-02-26 20:58:22 +09:00
ed2bdd7106 Fix stutter when showing game HUD after being hidden for a while 2020-02-26 20:45:57 +09:00
b11e4f0f1a Merge pull request #8004 from peppy/fix-hyperdash-display
Fix hyperdash red glow not being visible
2020-02-26 20:27:46 +09:00
2aa649e073 Fix catcher dropping juice streams due to it considering ignored judgements 2020-02-26 19:31:49 +09:00
e5927447fc Fix hyperdash fruit not visible on custom skins 2020-02-26 19:22:46 +09:00
83495eb648 Add testing support for hyperdash fruits 2020-02-26 19:22:31 +09:00
015a39abc7 Fix hyperdash fruit not visible on default skin 2020-02-26 19:22:31 +09:00
da89798765 Merge remote-tracking branch 'origin/master' into layout-rework 2020-02-26 15:06:40 +09:00
334ec7bbd4 Apply further framework changes 2020-02-26 15:06:30 +09:00
2c0b8ab95f Merge pull request #7997 from smoogipoo/adjust-hp-values
Increase HP awarded for GOODs from 1.5% to 2.5%
2020-02-26 13:15:30 +09:00
fab49fb1ba Slightly increase HP awarded for 100s 2020-02-26 12:18:46 +09:00
1cb91b2427 Merge pull request #7940 from EVAST9919/changelog-retouch
Adjust ChangelogOverlay appearance to match web
2020-02-26 11:57:10 +09:00
1dbc92eed1 Merge branch 'master' into changelog-retouch 2020-02-26 11:23:31 +09:00
627870fa07 Merge pull request #7951 from EVAST9919/beatmapset-comments
Add CommentsContainer to BeatmapSetOverlay
2020-02-26 11:23:15 +09:00
6e8a9fdd2d Merge branch 'master' into beatmapset-comments 2020-02-26 10:45:56 +09:00
045355786a Merge pull request #7983 from EVAST9919/user-list-toolbar
Implement UserListToolbar component
2020-02-26 10:35:14 +09:00
37e9c2a683 Merge branch 'master' into user-list-toolbar 2020-02-26 10:11:21 +09:00
8bdeac248c Merge pull request #7955 from Game4all/chart-button-rankings
Open Rankings when clicking on charts button
2020-02-26 09:30:55 +09:00
92bbd71e60 Merge branch 'master' into chart-button-rankings 2020-02-26 09:10:39 +09:00
db512e5469 Merge pull request #7995 from bdach/fix-catch-judgement-crash
Fix crashes in catch upon ending combo with banana shower or juice stream
2020-02-26 08:14:34 +09:00
bf36dc10a5 Fix invalid cast
Since introduction of IgnoreJudgement and its usage in JuiceStream
and BananaShower the hard cast in CatcherArea that was used to check
if the drawable hit object should cause the fruits on the plate explode
at the end of combo caused a hard crash instead, since IgnoreJudgement
was no longer deriving from CatchJudgement.

Replace the hard cast with a soft pattern-matched cast.
2020-02-25 23:21:54 +01:00
88ec31c262 Add tests demonstrating crash 2020-02-25 22:48:47 +01:00
535a7989d6 Open rankings overlay on spotlights page. 2020-02-25 20:57:15 +01:00
d77420d58b Merge pull request #7977 from peppy/expose-editor-save-to-mobil
Expose save option in editor to non-desktop platforms
2020-02-25 21:24:38 +09:00
efa81c9f7f Merge pull request #7974 from peppy/fix-barline-lifetimes
Fix bar lines in osu!taiko and osu!mania not correctly being cleaned up
2020-02-25 21:15:27 +09:00
9557a2cd96 Use object initialiser 2020-02-25 20:52:33 +09:00
d564440fe7 Merge branch 'master' into fix-barline-lifetimes 2020-02-25 20:41:04 +09:00
ff063b229b Merge pull request #7973 from peppy/fix-dho-lifetimes-via-judgements
Fix hitobjects with unknown lifetimes by enforcing non-null judgement
2020-02-25 20:38:29 +09:00
e44ddbeb40 Merge pull request #7989 from peppy/update-framework
Update framework
2020-02-25 20:37:03 +09:00
61af80c1af Merge pull request #7982 from EVAST9919/comments-crash-fix
Fix potential crash when clicking on show more button in comments
2020-02-25 20:14:58 +09:00
b872f782e7 Update framework 2020-02-25 20:04:39 +09:00
8136f91ac9 Merge pull request #7969 from peppy/fix-loading-animation
Fix scale of loading animation on player loading screen
2020-02-25 19:27:43 +09:00
90aa89b2e3 Merge branch 'master' into fix-loading-animation 2020-02-25 19:26:45 +09:00