Dan Balasescu
|
6ebe54b183
|
Merge pull request #15494 from Tollii/beatmap-cancellation-token
Add support for cancellation tokens for beatmap difficulty calculation
|
2021-11-19 10:54:32 +09:00 |
|
Dean Herbert
|
66c307e0ee
|
Remove usage of key repeat helper method
|
2021-11-18 13:13:36 +09:00 |
|
Dean Herbert
|
3de8125eac
|
Update UI cases where repeat should not be handled
|
2021-11-18 13:13:36 +09:00 |
|
Bartłomiej Dach
|
8b134914cf
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-17 21:52:30 +01:00 |
|
Dean Herbert
|
7c2e79f911
|
Update all simple cases of switching to IWorkingBeatmap
|
2021-11-17 20:56:57 +09:00 |
|
Dean Herbert
|
0715d40ea0
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-17 11:16:10 +09:00 |
|
Dean Herbert
|
13f3e2eea9
|
Add back default timeout to GetPlayableBeatmap
|
2021-11-17 11:06:31 +09:00 |
|
Dean Herbert
|
6cca657a2d
|
Standardise naming of CancellationToken parameters
|
2021-11-16 14:45:51 +09:00 |
|
Dean Herbert
|
53c0682a08
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-16 14:43:13 +09:00 |
|
Dean Herbert
|
369b4ba789
|
Update DifficultyCalculator to take an IRulesetInfo
|
2021-11-15 19:16:48 +09:00 |
|
Dean Herbert
|
a4aa008793
|
Fix frequency ramping a second time incorrectly after fail
|
2021-11-14 14:41:17 +09:00 |
|
Bartłomiej Dach
|
b47c0b63f4
|
Tweak loader transition when testing gameplay in editor
|
2021-11-13 13:39:18 +01:00 |
|
Dean Herbert
|
d2d66766d4
|
Merge branch 'master' into songselect-audio-improvements
|
2021-11-12 19:40:04 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
692e846acd
|
Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface
|
2021-11-12 17:52:44 +09:00 |
|
Dean Herbert
|
6a098a8634
|
Rename BeatmapInfo.OnlineBeatmapID to OnlineID to match interface
|
2021-11-12 17:46:24 +09:00 |
|
Bartłomiej Dach
|
759450502f
|
Merge branch 'master' into pp-counter-fixed-width
|
2021-11-12 08:05:56 +01:00 |
|
Jamie Taylor
|
113c95f3f5
|
Only apply high-pass temporarily
|
2021-11-12 14:22:43 +09:00 |
|
Dean Herbert
|
b9f9c27770
|
Standardise spacing and padding between UR and PP counters
|
2021-11-12 13:59:22 +09:00 |
|
Dean Herbert
|
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 |
|
Bartłomiej Dach
|
b66758dac7
|
Fix missing unsubscribe from JudgementReverted
|
2021-11-11 18:11:18 +01:00 |
|
Bartłomiej Dach
|
2e3acffd1d
|
Perform initial update of PP counter value on load complete
|
2021-11-11 16:33:33 +01:00 |
|
Bartłomiej Dach
|
576417947e
|
Round unstable rate in counter rather than truncating
|
2021-11-11 13:36:06 +01:00 |
|
Bartłomiej Dach
|
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 |
|
Dean Herbert
|
51a353e12d
|
Rename BeatmapInfo.Version to DifficultyName to match underlying interface
|
2021-11-11 17:20:53 +09:00 |
|
Jamie Taylor
|
e33c1f9a41
|
Lower filter cutoff frequency
|
2021-11-11 11:00:55 +09:00 |
|
Jamie Taylor
|
b13d020a49
|
Don't re-use confim-selection sample for the skip intro button
|
2021-11-10 17:15:08 +09:00 |
|
Jamie Taylor
|
8d0f5b0d82
|
Add high-pass filter when song selection is confirmed
|
2021-11-10 17:15:08 +09:00 |
|
Bartłomiej Dach
|
74c37e248d
|
Merge branch 'master' into master
|
2021-11-09 08:40:52 +01:00 |
|
Chinmay Patil
|
d5ad776c33
|
Remove decimal part of UR Counter and rename methods
|
2021-11-08 06:27:25 -07:00 |
|
Dean Herbert
|
97345ac9e6
|
Remove unnecessary TimeSpan timeout parameter (CancellationToken can now be used)
|
2021-11-08 14:33:32 +09:00 |
|
Dean Herbert
|
e338340c6a
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-08 14:32:56 +09:00 |
|
Dean Herbert
|
62600b47b1
|
Merge branch 'master' into user-class-cleanup
|
2021-11-08 12:51:12 +09:00 |
|
Chinmay Patil
|
a8c9ad73c1
|
Make UR Counter isValid into a bindable boolean
|
2021-11-07 18:06:13 -07:00 |
|
Chinmay Patil
|
cc0bcf6b2c
|
Clean up judgement checks and clean up setter/getter for UR counter Text
|
2021-11-07 17:44:50 -07:00 |
|
Bartłomiej Dach
|
6d30248cef
|
Merge branch 'master' into use-class-rename
|
2021-11-07 15:41:00 +01:00 |
|
Dean Herbert
|
0ecf5f201c
|
Rename User to APIUser and move to correct namespace
|
2021-11-07 11:26:01 +09:00 |
|
Tollii
|
cf0b757b16
|
Fix PR comments.
Nitpick, more cancellation token checks.
|
2021-11-06 16:03:53 +01:00 |
|
Tollii
|
f0caa10066
|
Add support for a provided cancellation token for GetPlayableBeatmap()
|
2021-11-05 23:53:48 +01:00 |
|
Chinmay Patil
|
77e853ce25
|
Optimized UR Counter and removed redundant code
|
2021-11-05 12:16:58 -06:00 |
|
Dean Herbert
|
6399c695e8
|
Update usages of BufferedContainer in line with framework changes
|
2021-11-05 15:54:49 +09:00 |
|
Chinmay Patil
|
8bfcb89221
|
Fixed issue where UR counter was always invalid
|
2021-11-04 21:24:25 -06:00 |
|
Chinmay Patil
|
0ffd41bb70
|
Slight logical error in the setValid method
|
2021-11-04 14:32:28 -06:00 |
|
Chinmay Patil
|
8923561b05
|
Removed Unnessicary class in the Test file, and optimized UR counter
|
2021-11-04 14:27:48 -06:00 |
|
Chinmay Patil
|
a76878e053
|
A bit more formatting
|
2021-11-04 09:52:16 -06:00 |
|
Chinmay Patil
|
c568888500
|
Edited to remove unessicary blank lines
|
2021-11-04 09:47:52 -06:00 |
|
Dean Herbert
|
ed07ee8c61
|
Update all existing usages of AuthorString /AuthorId
Unfortunately the getters need to be left in place else EF breaks.
|
2021-11-04 18:59:37 +09:00 |
|
Dean Herbert
|
b9983add15
|
Rename User to APIUser and move to correct namespace
|
2021-11-04 18:21:31 +09:00 |
|
Dean Herbert
|
0df339d0b8
|
Fix incorrect invocation of download method in SoloSpectator
|
2021-11-04 13:50:04 +09:00 |
|
Dean Herbert
|
05f1fd4bc9
|
Remove unnecessary properties and parameters
|
2021-11-04 13:33:54 +09:00 |
|