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

30826 Commits

Author SHA1 Message Date
Dean Herbert
d70384a571 Merge branch 'perfect-mod-combo-objects-only' into add-spinner-bonus-score 2020-07-21 17:08:14 +09:00
Dean Herbert
c1442568b9 Make perfect mod ignore all non-combo-affecting hitobjects 2020-07-21 17:04:45 +09:00
Dan Balasescu
557daadd4a
Merge pull request #9610 from EVAST9919/friends_brick
Implement brick friends view for DashboardOverlay
2020-07-21 15:24:00 +09:00
smoogipoo
60069e64d0 Merge branch 'master' into friends_brick 2020-07-21 14:48:12 +09:00
Dan Balasescu
d79ab12c8f
Merge pull request #9631 from Joehuu/fix-focused-textbox-absorbing-input-when-unfocused
Fix focused textbox absorbing input when unfocused
2020-07-21 14:47:32 +09:00
Dan Balasescu
cba500045b
Merge branch 'master' into fix-focused-textbox-absorbing-input-when-unfocused 2020-07-21 14:07:11 +09:00
Dean Herbert
72b5b9e211
Merge pull request #9627 from smoogipoo/fix-holdnote-lenient-press 2020-07-21 13:56:58 +09:00
Dean Herbert
581155c719
Merge branch 'master' into fix-holdnote-lenient-press 2020-07-21 13:25:52 +09:00
Salman Ahmed
35ad409da6 Fix spinner bonus ticks samples not actually playing 2020-07-21 06:59:29 +03:00
Dean Herbert
4dd40542d5 Rename rotation set method to match others 2020-07-21 11:31:29 +09:00
Dean Herbert
f48984920d Change bonus volume logic to work 2020-07-21 11:31:29 +09:00
Dean Herbert
35d53139e7 Merge branch 'master' into add-spinner-bonus-score 2020-07-21 11:21:17 +09:00
Dean Herbert
7087020f21
Merge pull request #9629 from ppy/dependabot/nuget/Microsoft.Build.Traversal-2.0.52
Bump Microsoft.Build.Traversal from 2.0.50 to 2.0.52
2020-07-21 10:17:52 +09:00
Andrei Zavatski
5cdccd96fe Merge remote-tracking branch 'refs/remotes/ppy/master' into friends_brick 2020-07-20 22:12:14 +03:00
Joehu
f71ed47e66 Fix focused textbox absorbing input when unfocused 2020-07-20 11:52:02 -07:00
dependabot-preview[bot]
72722d4c72
Bump Microsoft.Build.Traversal from 2.0.50 to 2.0.52
Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 2.0.50 to 2.0.52.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/master/RELEASE.md)
- [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.2.0.50...Microsoft.Build.Traversal.2.0.52)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 17:18:26 +00:00
smoogipoo
f044c06d08 Fix hold notes accepting presses during release lenience 2020-07-20 22:26:58 +09:00
Dan Balasescu
89d04f797f
Merge pull request #9611 from EVAST9919/remove-social
Remove SocialOverlay component as never being used
2020-07-20 19:56:25 +09:00
Dan Balasescu
55a42ee439
Merge pull request #9626 from peppy/improve-spinner-experience
Marginally improve spinner visuals
2020-07-20 19:35:27 +09:00
Dean Herbert
e06d3c5812 Minor adjustments to tick clearance 2020-07-20 17:52:59 +09:00
Dean Herbert
4cbc176cb6 Add less fill and more transparency 2020-07-20 17:50:11 +09:00
Dean Herbert
33e58bb7db Fix sizing and colour not correct on hit 2020-07-20 17:22:30 +09:00
Dean Herbert
55d921ef85 Improve feel of animation 2020-07-20 17:22:30 +09:00
Dan Balasescu
d0aa30680f
Merge pull request #9603 from peppy/control-point-less-construction
Use static instances in all fallback ControlPoint lookups to reduce allocations
2020-07-20 14:09:23 +09:00
Dan Balasescu
aa6b070418
Merge pull request #9614 from peppy/fix-null-notification
Fix hard crash on notifications firing before NotificationOverlay is ready
2020-07-20 14:04:26 +09:00
Dean Herbert
3823bd8343 Add back missing default implementations for lookup functions 2020-07-19 14:11:21 +09:00
Dean Herbert
a7fcce0bf7 Fix hard crash on notifications firing before NotificationOverlay is ready 2020-07-19 11:52:30 +09:00
Dean Herbert
72ace508b6 Reduce memory allocations in MenuCursorContainer 2020-07-19 11:41:54 +09:00
Dean Herbert
648e414c14 Update InputHandlers in line with framework changes 2020-07-19 11:39:11 +09:00
Andrei Zavatski
2025e5418c Minor visual adjustments 2020-07-19 04:10:35 +03:00
Fabian
56b0094d43 Update slider labels & descriptions 2020-07-18 23:10:05 +02:00
Andrei Zavatski
a6562be3eb Remove unused classes from social namespace 2020-07-18 23:27:33 +03:00
Andrei Zavatski
3e773fde27 Remove SocialOverlay component as never being used 2020-07-18 23:15:22 +03:00
Andrei Zavatski
753b1f3401 Make ctor protected 2020-07-18 20:26:15 +03:00
Andrei Zavatski
81d95f8584 Implement UserBrickPanel component 2020-07-18 20:24:38 +03:00
Dean Herbert
7250bc351d Remove unnecessary new() specification 2020-07-18 12:06:41 +09:00
Dean Herbert
2f16b448ea Set beatLength inline 2020-07-18 12:03:49 +09:00
Dean Herbert
8147e67f53 Use static instances in all fallback ControlPoint lookups to reduce allocations 2020-07-18 11:53:04 +09:00
Dean Herbert
20096f9aea Remove remaining per-Update transform in OsuLogo to reduce allocations 2020-07-18 11:44:18 +09:00
Fabian
0975610bf7 Increased maximum start modifier higher (15x -> 25x)
Tried playing around with higher values and personally had quite fun when the circles covered the whole screen so I raised the max modifier to 25. Works best with an AR of <6.
2020-07-18 02:21:55 +02:00
Fabian
a6cf77beae Clarified what the slider value is 2020-07-17 17:53:20 +02:00
Fabian
9857779d42 Added slider for the grow/deflate mod 2020-07-17 16:12:01 +02:00
Dean Herbert
c803d88e22
Merge branch 'master' into Issue#9170 2020-07-17 19:33:22 +09:00
Dan Balasescu
fb5a54d242
Merge pull request #9593 from peppy/editor-show-selected-count
Show count of selected objects in selection box
2020-07-17 19:23:24 +09:00
Dean Herbert
8b1e19a936
Merge branch 'master' into Issue#9170 2020-07-17 19:19:09 +09:00
Dean Herbert
77143952a9 Add test coverage 2020-07-17 19:17:48 +09:00
Dean Herbert
a39c4236c7 Fix multiple issues and standardise transforms 2020-07-17 19:08:50 +09:00
Dean Herbert
aa992f2e34 Merge branch 'master' into Issue#9170 2020-07-17 18:29:40 +09:00
Dean Herbert
56480d1665
Merge pull request #9538 from LastExceed/mania-fadein 2020-07-17 18:22:13 +09:00
Dean Herbert
6bbc2f603b
Merge pull request #9592 from smoogipoo/skin-texture-wrapping-support 2020-07-17 18:02:58 +09:00