Commit Graph

9980 Commits

Author SHA1 Message Date
d2d66766d4 Merge branch 'master' into songselect-audio-improvements 2021-11-12 19:40:04 +09:00
338e5a78b8 Adjust easing of logo to better match the sound
I'm sure we can come up with something better, but giving it a bit more
speed definitely feels closer to what the sound is portraying.
2021-11-12 19:30:35 +09:00
692e846acd Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface 2021-11-12 17:52:44 +09:00
6a098a8634 Rename BeatmapInfo.OnlineBeatmapID to OnlineID to match interface 2021-11-12 17:46:24 +09:00
759450502f Merge branch 'master' into pp-counter-fixed-width 2021-11-12 08:05:56 +01:00
54ae307a3d Trigger test via button click when using keyboard shortcut 2021-11-12 14:42:33 +09:00
113c95f3f5 Only apply high-pass temporarily 2021-11-12 14:22:43 +09:00
62600f1390 Merge branch 'master' into editor-gameplay-test 2021-11-12 14:14:06 +09:00
e891c0ce53 Add keyboard shortcut to start test mode in editor 2021-11-12 14:13:11 +09:00
321aa456a7 Adjust button size slightly 2021-11-12 14:04:34 +09:00
b9f9c27770 Standardise spacing and padding between UR and PP counters 2021-11-12 13:59:22 +09:00
e31ea49dd4 Use fixed width font for performance points counter
Matches all other display counters for in-game metrics.

As mentioned in https://github.com/ppy/osu/discussions/15584.
2021-11-12 13:18:47 +09:00
c465bcb821 Ensure track is stopped on player completion 2021-11-11 20:54:36 +01:00
385df51b06 Ensure editor test player is exited on completion 2021-11-11 20:54:36 +01:00
59727ce836 Add minimal implementation of gameplay testing from editor 2021-11-11 20:54:35 +01:00
b66758dac7 Fix missing unsubscribe from JudgementReverted 2021-11-11 18:11:18 +01:00
32b5a736c8 Add preview gameplay button to bottom editor bar 2021-11-11 17:12:21 +01:00
2e3acffd1d Perform initial update of PP counter value on load complete 2021-11-11 16:33:33 +01:00
576417947e Round unstable rate in counter rather than truncating 2021-11-11 13:36:06 +01:00
69809390d3 Fix HUD unstable rate counter not including judgements before load complete
Also unifies UR calculation logic with the results screen statistic item
to reduce duplication.
2021-11-11 13:36:05 +01:00
069ee6980f Add debounce to sample playback 2021-11-11 19:20:50 +09:00
4db2ad1cb3 Merge branch 'master' into rename-ef-model-properties 2021-11-11 19:12:54 +09:00
51a353e12d Rename BeatmapInfo.Version to DifficultyName to match underlying interface 2021-11-11 17:20:53 +09:00
ebe58cee11 Rename BeatmapInfo.StarDifficulty to StarRating to match underlying interface 2021-11-11 17:19:46 +09:00
9664b9a97c Fix being able to switch own team by clicking other players' team indicators 2021-11-11 09:01:50 +01:00
e33c1f9a41 Lower filter cutoff frequency 2021-11-11 11:00:55 +09:00
8371307709 Merge branch 'master' into editor-clipboard-refactor 2021-11-11 01:09:39 +09:00
30efc589d1 Fix logo sample always playing in main menu when initially logged out 2021-11-10 14:03:34 +01:00
b25ad8dfcb Copy editor timestamp to OS clipboard even when triggered via menu bar
Would only work when triggered via Ctrl+C before, and not work at all
for Ctrl+X.
2021-11-10 12:49:10 +01:00
5e31e890ae Extract class for clipboard contents for DI purposes 2021-11-10 12:36:23 +01:00
b13d020a49 Don't re-use confim-selection sample for the skip intro button 2021-11-10 17:15:08 +09:00
5f462b6441 Move beatmap/difficulty change sample playback to outside of debounce 2021-11-10 17:15:08 +09:00
8d0f5b0d82 Add high-pass filter when song selection is confirmed 2021-11-10 17:15:08 +09:00
6dc13ef396 Use default hover sample instead of song-ping (they're the same sample anyway) 2021-11-10 17:14:20 +09:00
328c72c358 Fix TeamDisplay not showing after changing to team versus 2021-11-10 13:44:31 +09:00
52c740b377 Add failing test showing team display display failure 2021-11-10 13:44:31 +09:00
042b05a250 Move clipboard action availability logic down to editor screens 2021-11-09 19:54:37 +01:00
286754f6f7 Move clipboard operation implementation down to current screen 2021-11-09 19:54:37 +01:00
74c37e248d Merge branch 'master' into master 2021-11-09 08:40:52 +01:00
d5ad776c33 Remove decimal part of UR Counter and rename methods 2021-11-08 06:27:25 -07:00
78aef9ce86 Merge branch 'master' into remove-stupid-weak-reference-bindable-events 2021-11-08 13:35:49 +09:00
da0d9726f5 Merge pull request #15466 from peppy/user-class-cleanup
Clean up `User` class
2021-11-08 13:27:26 +09:00
8dbe69dec5 Merge pull request #15515 from Joehuu/fix-statistics-loading-spinner
Fix loading spinner potentially showing on statistics unavailable message
2021-11-08 13:02:39 +09:00
62600b47b1 Merge branch 'master' into user-class-cleanup 2021-11-08 12:51:12 +09:00
9e13c20bd4 Move spinner hiding before newScore null check 2021-11-07 19:35:30 -08:00
ac5d9853d3 Fix loading spinner potentially showing on statistics unavailable message 2021-11-07 17:25:33 -08:00
a8c9ad73c1 Make UR Counter isValid into a bindable boolean 2021-11-07 18:06:13 -07:00
cc0bcf6b2c Clean up judgement checks and clean up setter/getter for UR counter Text 2021-11-07 17:44:50 -07:00
6d30248cef Merge branch 'master' into use-class-rename 2021-11-07 15:41:00 +01:00
0ecf5f201c Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00