Dean Herbert
|
b0dcab81ab
|
Merge pull request #15555 from nekodex/songselect-audio-improvements
Audio feedback improvements for song select
|
2021-11-12 20:21:11 +09:00 |
|
Dean Herbert
|
d2d66766d4
|
Merge branch 'master' into songselect-audio-improvements
|
2021-11-12 19:40:04 +09:00 |
|
Dan Balasescu
|
930a636d9e
|
Merge pull request #15595 from peppy/rename-online-ids
Rename `OnlineID` storage to match interface
|
2021-11-12 19:39:25 +09:00 |
|
Dean Herbert
|
d2c1bc1072
|
Update resources
|
2021-11-12 19:33:35 +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
|
5e88d59a26
|
Switch BeatmapInfo.OnlineID delegation to use property getter for conformity
|
2021-11-12 19:06:12 +09:00 |
|
Dan Balasescu
|
a76247603f
|
Merge pull request #15564 from apollo-dw/sliderend-sr
Nerf dropped sliders in osu! difficulty calculation
|
2021-11-12 18:16:28 +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
|
7323f6a50c
|
Merge pull request #15590 from peppy/fix-failed-imports-thinking-correct
Fix failed imports being incorrectly considered as successfully importing for notification purposes
|
2021-11-12 09:34:53 +01:00 |
|
Dan Balasescu
|
9fb2402781
|
Remove unnecessary parens
|
2021-11-12 17:31:25 +09:00 |
|
Bartłomiej Dach
|
9d8b317dee
|
Merge branch 'master' into fix-failed-imports-thinking-correct
|
2021-11-12 09:08:04 +01:00 |
|
Bartłomiej Dach
|
3e5f3a1c0a
|
Merge pull request #15589 from peppy/display-string-on-null-reference
Add fallback case for `GetDisplayString` if called on a null reference
|
2021-11-12 09:03:06 +01:00 |
|
Bartłomiej Dach
|
e2416d6f3b
|
Merge branch 'master' into display-string-on-null-reference
|
2021-11-12 08:37:40 +01:00 |
|
Bartłomiej Dach
|
d81a435a1a
|
Merge pull request #15587 from peppy/pp-counter-fixed-width
Use fixed width font for performance points counter
|
2021-11-12 08:33:40 +01:00 |
|
Dean Herbert
|
5345018d4c
|
Add test coverage of failed imports
|
2021-11-12 16:12:44 +09:00 |
|
Dean Herbert
|
ad8a710a69
|
Fix failed imports being incorrectly considered as successfully importing for notification purposes
|
2021-11-12 16:10:46 +09:00 |
|
Bartłomiej Dach
|
759450502f
|
Merge branch 'master' into pp-counter-fixed-width
|
2021-11-12 08:05:56 +01:00 |
|
Dean Herbert
|
98dcf487da
|
Add fallback case for GetDisplayString if called on a null reference
|
2021-11-12 16:02:51 +09:00 |
|
Dean Herbert
|
1458aa6092
|
Merge pull request #15582 from bdach/editor-gameplay-test
Add method of testing gameplay from editor
|
2021-11-12 15:11:04 +09:00 |
|
Dean Herbert
|
54ae307a3d
|
Trigger test via button click when using keyboard shortcut
|
2021-11-12 14:42:33 +09:00 |
|
Jamie Taylor
|
113c95f3f5
|
Only apply high-pass temporarily
|
2021-11-12 14:22:43 +09:00 |
|
Dean Herbert
|
62600f1390
|
Merge branch 'master' into editor-gameplay-test
|
2021-11-12 14:14:06 +09:00 |
|
Dean Herbert
|
e891c0ce53
|
Add keyboard shortcut to start test mode in editor
|
2021-11-12 14:13:11 +09:00 |
|
Dean Herbert
|
321aa456a7
|
Adjust button size slightly
|
2021-11-12 14:04:34 +09:00 |
|
Dan Balasescu
|
512094c17b
|
Update tests
|
2021-11-12 14:00:36 +09:00 |
|
Dean Herbert
|
b9f9c27770
|
Standardise spacing and padding between UR and PP counters
|
2021-11-12 13:59:22 +09:00 |
|
Dean Herbert
|
a754b40a8a
|
Merge pull request #15583 from bdach/convert-to-stream
Add slider-to-stream conversion operation to osu! editor
|
2021-11-12 13:56:11 +09:00 |
|
Dean Herbert
|
3d57aebf0c
|
Merge pull request #15579 from bdach/pp-counter-initial-update
Fix PP counter not updating until next judgement when shown for the first time
|
2021-11-12 13:22:07 +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 |
|
apollo-dw
|
cdfe022805
|
Fix potential NaN values
|
2021-11-12 00:56:08 +00:00 |
|
Bartłomiej Dach
|
8aa04864ce
|
Add support for converting sliders with repeats to streams
|
2021-11-11 23:25:49 +01:00 |
|
Bartłomiej Dach
|
0cd3f98598
|
Ensure samples & sample points are carried over during conversion
|
2021-11-11 21:43:06 +01:00 |
|
Bartłomiej Dach
|
d9494d405e
|
Add test coverage for slider-to-stream conversion
|
2021-11-11 21:01:30 +01:00 |
|
Bartłomiej Dach
|
27707d52ec
|
Implement slider-to-stream conversion
|
2021-11-11 21:01:30 +01:00 |
|
Bartłomiej Dach
|
459ec7b3bf
|
Fix test failures due to missing dependencies
|
2021-11-11 20:54:37 +01:00 |
|
Bartłomiej Dach
|
c465bcb821
|
Ensure track is stopped on player completion
|
2021-11-11 20:54:36 +01:00 |
|
Bartłomiej Dach
|
385df51b06
|
Ensure editor test player is exited on completion
|
2021-11-11 20:54:36 +01:00 |
|
Bartłomiej Dach
|
6ce1a78723
|
Add test coverage for basic gameplay testing scenarios
|
2021-11-11 20:54:36 +01:00 |
|
Bartłomiej Dach
|
59727ce836
|
Add minimal implementation of gameplay testing from editor
|
2021-11-11 20:54:35 +01:00 |
|
Bartłomiej Dach
|
b66758dac7
|
Fix missing unsubscribe from JudgementReverted
|
2021-11-11 18:11:18 +01:00 |
|
Bartłomiej Dach
|
32b5a736c8
|
Add preview gameplay button to bottom editor bar
|
2021-11-11 17:12:21 +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
|
dbdbfc4723
|
Add failing test case for PP counter not initially updating
|
2021-11-11 16:33:31 +01:00 |
|
apollo-dw
|
c330093476
|
Add clamp back in
|
2021-11-11 14:42:54 +00:00 |
|
apollo-dw
|
1ba01a7e9a
|
Fix circle-only map NaN values
|
2021-11-11 14:37:50 +00:00 |
|
Dean Herbert
|
3b7a8f9d58
|
Merge pull request #15576 from bdach/unstable-rate-not-receiving-past-judgements
Fix unstable rate counter not including judgements before show in calculations
|
2021-11-11 22:47:08 +09:00 |
|
apollo-dw
|
95bfb2c69b
|
Clamp slider end estimate to 0
|
2021-11-11 12:46:22 +00: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 |
|