Commit Graph

27558 Commits

Author SHA1 Message Date
3fec213c92 Added separate scrolling track to display drum roll notes 2020-04-07 16:40:32 +08:00
7c3c198212 Added judgement forwarder to drumroll tick object 2020-04-07 16:40:18 +08:00
2705de70a2 Added arbitrary hit handler to drum roll object 2020-04-07 16:40:01 +08:00
ccc764eace Added “instant fly” variant of hit notes 2020-04-07 16:39:41 +08:00
f676052528 Merge pull request #8415 from Joehuu/fix-keypad-autoplay-shortcut
Fix autoplay keyboard shortcut not working with keypad enter key
2020-03-24 13:54:03 +09:00
6279c78e3c Merge branch 'master' into fix-keypad-autoplay-shortcut 2020-03-24 13:34:31 +09:00
191c972e63 Merge pull request #8409 from peppy/fix-song-select-play-crash
Fix crash when holding a key down while entering player
2020-03-24 13:27:57 +09:00
d574fabf7d Merge branch 'master' into fix-song-select-play-crash 2020-03-24 12:54:10 +09:00
96d962ab30 Fix autoplay keyboard shortcut not working with keypad enter key 2020-03-23 11:25:40 -07:00
133a3d3e0f Merge pull request #8410 from ppy/dependabot/nuget/Sentry-2.1.1
Bump Sentry from 2.1.0 to 2.1.1
2020-03-23 18:21:21 +09:00
66f2a52dd2 Bump Sentry from 2.1.0 to 2.1.1
Bumps [Sentry](https://github.com/getsentry/sentry-dotnet) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Commits](https://github.com/getsentry/sentry-dotnet/compare/2.1.0...2.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 08:59:47 +00:00
47c7673c9e Fix crash when holding a key down while entering player 2020-03-23 17:04:54 +09:00
c2413543ca Merge pull request #8288 from EVAST9919/friends-layout-split
Implement FriendDisplay component
2020-03-23 16:00:45 +09:00
98e6896e93 Rename test class 2020-03-23 15:37:34 +09:00
680d058f3f Merge branch 'master' into friends-layout-split 2020-03-23 15:36:04 +09:00
ffd3ae4191 Merge pull request #8405 from smoogipoo/remove-hit-abstraction
Remove taiko CentreHit/RimHit hitobject abstraction
2020-03-23 14:54:46 +09:00
a98885a172 Merge pull request #8408 from peppy/fix-settings-double-dim
Fix some pieces of SettingsItem getting dimmed twice when disabled
2020-03-23 14:31:09 +09:00
b5488bdecf Merge pull request #8403 from peppy/chroma-key-width
Add ability to adjust (and save) chroma-key area width
2020-03-23 13:54:56 +09:00
37ad787d90 Merge pull request #8404 from peppy/remove-tournament-chat-scrollbars
Hide scrollbars in tournament chat display
2020-03-23 13:54:49 +09:00
9a0dfebd60 Merge pull request #8394 from peppy/fix-long-spinner-performance
Fix very long spinners degrading in performance
2020-03-23 13:49:21 +09:00
b01c10e1f1 Merge pull request #8389 from peppy/increase-sample-concurrency
Increase sample concurrency to better match stable
2020-03-23 13:46:16 +09:00
3a3df06e0b Fix some pieces of SettingsItem getting dimmed twice when disabled 2020-03-23 13:11:40 +09:00
c281ccd590 Merge branch 'master' into fix-long-spinner-performance 2020-03-23 12:39:59 +09:00
6e0cafa7a0 Merge branch 'master' into increase-sample-concurrency 2020-03-23 12:39:58 +09:00
aefd2fd847 Merge pull request #8370 from peppy/fix-carousel-root-selects-from-nothing
Fix selection not occurring when switching away from empty ruleset
2020-03-23 12:39:43 +09:00
5106d275ca Remove CentreHit/RimHit hitobject abstraction 2020-03-23 12:08:15 +09:00
1b6342438f Hide scrollbars in tournament chat display 2020-03-23 12:05:16 +09:00
27ae2d29aa Add ability to adjust (and save) chroma-key area width 2020-03-23 11:47:24 +09:00
d0c7b49376 Merge branch 'master' into fix-carousel-root-selects-from-nothing 2020-03-23 11:34:04 +09:00
4fbf94f963 Merge pull request #8368 from peppy/fix-carousel-restore-previous-selection
Fix carousel not returning to previous selection after filter
2020-03-23 11:27:07 +09:00
448e5c0deb Merge branch 'master' into fix-carousel-root-selects-from-nothing 2020-03-23 11:15:22 +09:00
bf70276496 Fix test re-using the same beatmap sets 2020-03-23 11:12:36 +09:00
2e9fc80a72 Merge pull request #8172 from peppy/tournament-mappool-flow-logic
Add better flow logic to map pool layout when few beatmaps are present
2020-03-23 11:10:56 +09:00
fb21c7d82d Merge branch 'master' into fix-carousel-restore-previous-selection 2020-03-23 11:01:18 +09:00
bfd643dd16 Rename classes 2020-03-23 10:47:27 +09:00
296a594d0c Merge branch 'master' into tournament-mappool-flow-logic 2020-03-23 10:33:58 +09:00
754d0ca14d Fix crashes due to ladder re-use 2020-03-23 10:28:17 +09:00
55496399f6 Merge pull request #8402 from iiSaLMaN/fix-tests-using-framework-mimts
Fix test scene potentially missing dependencies
2020-03-23 10:26:29 +09:00
0b728f483f Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
97076325c4 Fix test scenes using framework-testing-specifc test scene 2020-03-23 01:45:13 +03:00
9482fc5b99 Refactor grouping logic 2020-03-22 20:13:54 +03:00
19b6e496ef Fix (very) long spinners degrading in performance due to high transform count 2020-03-22 04:18:03 +09:00
2b0c267cb9 Expose Fetch method 2020-03-21 20:37:21 +03:00
d241f7c55f Better variable naming 2020-03-21 20:32:55 +03:00
f8169e9712 Merge remote-tracking branch 'refs/remotes/ppy/master' into friends-layout-split 2020-03-21 20:31:38 +03:00
febf9adabd Merge pull request #8329 from Fuewburvpoa/MyBranch
Fix beat divisor control selecting invalid divisors on drag end
2020-03-22 02:21:13 +09:00
d8041a0dcb Increase sample concurrency to better match stable 2020-03-22 02:16:28 +09:00
29009c85c0 Fix typo in comment
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-03-22 00:32:53 +09:00
29775ae27e Merge pull request #8374 from uzervlad/patch-1
Don't open profile if it's Autoplay
2020-03-20 23:54:37 +09:00
157f05c3e5 Update osu.Game/Users/Drawables/DrawableAvatar.cs
Co-Authored-By: Dean Herbert <pe@ppy.sh>
2020-03-20 14:35:27 +03:00