Commit Graph

37513 Commits

Author SHA1 Message Date
cb51b9e350 Use existing ModdingBeatmap activity 2023-02-12 15:01:50 -08:00
bbeef53569 Add TestingBeatmap activity 2023-02-12 13:11:42 -08:00
afb66d8af4 Make user activity class names more specific 2023-02-12 12:32:17 -08:00
9d09141ab7 Move taiko-specific property out of DrawableHitObject 2023-02-12 16:09:28 +09:00
774eae98cc Merge branch 'master' into editor-select-timing-on-enter 2023-02-11 16:27:22 +01:00
a3cc0d23b3 Fix typo in xmldoc 2023-02-11 16:26:32 +01:00
7b2c5ab7eb Merge pull request #22608 from peppy/update-dependencies
Update realm and other dependencies
2023-02-11 12:37:02 +01:00
ebf469272f Merge pull request #22544 from peppy/fix-change-join-leave-loop
Attempt to fix channel join / leave loop
2023-02-11 12:26:26 +01:00
20f3ab167e Re-centralise BannedApiAnalysers nuget package 2023-02-11 19:36:40 +09:00
8292052dc2 Merge pull request #22598 from peppy/fix-skip-intro-replay
Fix "skip" key binding no longer working in replay playback
2023-02-11 11:27:10 +01:00
0c5dae5f26 Merge pull request #22529 from ItsShamed/dsc/presence
Add support for `Watching` and `Spectating` activities in `ReplayPlayer` and `SoloSpectatingPlayer`
2023-02-11 17:29:47 +09:00
86c8675910 Update realm and other dependencies 2023-02-11 13:52:24 +09:00
463e8221e0 Merge pull request #22600 from Terochi/song-progress-time-left-fix
Song progress incorrectly displaying `timeLeft` counter after rotation
2023-02-11 13:19:06 +09:00
bfd83768c1 Fix skin component previews on toolbox buttons having incorrect size for one frame 2023-02-10 17:58:34 -08:00
75e19bb89f Merge branch 'master' into fix-clickable-avatar-bloat 2023-02-10 21:30:40 +01:00
11296c4ffe Use better exception type 2023-02-10 21:25:19 +01:00
81c3e0da31 Fixed timeLeft counter in SongProgressInfo being out of bounds after rotation 2023-02-10 17:58:48 +01:00
5c795f492f Reorder game key bindings to allow skip overlay to have precedence over replay controls 2023-02-10 18:57:21 +09:00
96fbd04698 Add failing test coverage of skip no longer working in replay playback 2023-02-10 18:57:04 +09:00
4f7d26b776 Actually apply new parameter 2023-02-10 18:29:39 +09:00
6d876fdb9a Automatically select the closest timing point on entering the timing screen 2023-02-10 17:48:56 +09:00
03e623d1d2 Move ControlPointList to own file 2023-02-10 17:37:31 +09:00
ad8b01b478 Merge pull request #22589 from sw1tchbl4d3r/file_hitsample_additions
Always add to additions soundbank in `convertSoundType`
2023-02-10 17:14:29 +09:00
eccde923e5 Merge pull request #22554 from Walavouchey/ranking-accuracycircle-readability
Improve readability of `AccuracyCircle`
2023-02-10 17:03:46 +09:00
1df6fc6311 Use if statements rather than conditional case 2023-02-10 17:03:27 +09:00
199fb0fd85 Apply NRT to ClickableAvatar and UpdateableAvatar 2023-02-10 16:32:58 +09:00
5866b67a5b Simplify tooltip implementation 2023-02-10 16:24:44 +09:00
68c37585e5 Use string.Empty instead of default 2023-02-10 16:22:06 +09:00
a86f06df96 Add back Enabled checks to TooltipText and OnClick to fix guest case 2023-02-09 17:00:32 -08:00
96c1832af4 Fix grammar in xmldoc
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
2023-02-10 00:07:24 +01:00
f0d11f44fc Always add to additions soundbank in convertSoundType 2023-02-09 22:27:52 +01:00
0b41dbf579 Remove code bloat from ClickableAvatar 2023-02-09 12:59:26 -08:00
2c1154afc6 refactor: improve wording
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
2023-02-09 17:15:30 +00:00
ab81397119 Merge pull request #22553 from OpenSauce04/taiko-stable-snapping
Snap Taiko hit objects to match Stable
2023-02-09 23:28:21 +09:00
34d1890f1c Change snapping to only apply to classic mod 2023-02-09 18:22:14 +09:00
28897b6e18 Merge pull request #22566 from Joehuu/profile-tournament-banner
Display tournament banner on user profile
2023-02-09 16:06:36 +09:00
cf009432cc Centralise accuracy cutoff constants and add lookup helper methods 2023-02-09 15:41:58 +09:00
f1decb667e Address todos relating to init-only usages 2023-02-08 17:51:28 -08:00
57312279f0 adjust RankNotch gap size to match original value 2023-02-09 02:20:05 +01:00
3b5d573db1 Display tournament banner on user profile 2023-02-08 17:16:09 -08:00
fd93bd3f50 move rank accuracy requirements to class-local constants 2023-02-09 00:46:24 +01:00
ee40444fd3 use Precision.AlmostEquals for bounds check 2023-02-08 23:59:19 +01:00
0a5c4e04bf Merge branch 'master' into skin-editor-undo-support 2023-02-08 18:43:59 +01:00
0531c010eb display RankBadges on on their sector centres
the D `RankBadge` does this anyway. the A and S badges are slightly off
centre to prevent overlap with the SS badge
2023-02-08 14:01:40 +01:00
6ace6bfee1 ensure AccuracyCircle doesn't land in gaps created by RankNotches 2023-02-08 13:20:53 +01:00
0156ff732f Fix beatmap cards not showing context menu on user profile 2023-02-07 22:56:09 -08:00
17ca26ebee Remove unnecessary null check on targetScreen 2023-02-08 15:44:24 +09:00
3a3c2e78a1 Merge branch 'master' into skin-editor-undo-support 2023-02-08 15:41:58 +09:00
78eae171ed Merge pull request #22507 from Joehuu/fix-comment-padding
Fix comments having too much padding at the bottom
2023-02-08 15:01:05 +09:00
b6809e156b Merge pull request #22432 from mk56-spn/sheared_slider_implementation_clean_ii
Implement a sheared slider for the updated design
2023-02-08 15:01:00 +09:00