Dean Herbert
|
ee094e3a85
|
Rewrite tests
|
2022-09-08 19:05:13 +09:00 |
|
Dan Balasescu
|
b559d4ecdf
|
Rename GameplayAdjustments -> AdjustmentsFromMods
|
2022-09-08 17:14:06 +09:00 |
|
Dean Herbert
|
ed81297611
|
Fix playlist items showing download button briefly during initial local presence checks
|
2022-09-08 17:10:45 +09:00 |
|
Dean Herbert
|
7b079c134e
|
Update test to actually test what was intended
|
2022-09-08 15:48:04 +09:00 |
|
Dean Herbert
|
3d9bf25c8a
|
Apply NRT to TestScenePlaySongSelect
Very mess.
|
2022-09-08 14:49:57 +09:00 |
|
Dean Herbert
|
6aac0bd4e9
|
Update test to account for the fact that SSDQ is not zero anymore
|
2022-09-08 13:43:37 +09:00 |
|
Dan Balasescu
|
208bd0f391
|
Give OnlinePlaySongSelect a reference PlaylistItem
|
2022-09-07 21:34:29 +09:00 |
|
Dean Herbert
|
6a03b4e0de
|
Merge branch 'master' into true-gameplay-rate
|
2022-09-07 20:01:03 +09:00 |
|
Dean Herbert
|
770c1ade2f
|
Add test coverage of track rate adjusting during multi spectator
|
2022-09-07 20:00:24 +09:00 |
|
Dean Herbert
|
75d0deef72
|
Apply proposed changes to remove inheritance from MasterGameplayClockContainer
|
2022-09-07 17:49:05 +09:00 |
|
Dan Balasescu
|
f8e37af2e0
|
Merge pull request #20171 from peppy/beatmap-carousel-nrt
Fix missing null checks on `selectedBeatmap` fields in `BeatmapCarousel`
|
2022-09-07 17:15:00 +09:00 |
|
Dan Balasescu
|
264c9bfaf6
|
Merge pull request #20173 from peppy/test-scene-storyboard-tidy
Tidy up `TestSceneStoryboard`
|
2022-09-07 17:07:19 +09:00 |
|
Dean Herbert
|
68c27522e7
|
Merge pull request #20158 from smoogipoo/taiko-geki-katu
Decode taiko Geki/Katu from legacy scores into `LargeBonus`
|
2022-09-07 17:06:42 +09:00 |
|
Dean Herbert
|
cb1bb99208
|
Tidy up test logic
|
2022-09-07 16:43:48 +09:00 |
|
Dean Herbert
|
5b758afd09
|
Merge branch 'master' into taiko-geki-katu
|
2022-09-07 16:22:47 +09:00 |
|
Dean Herbert
|
b50116e9e4
|
Add missing null check in BeatmapCarousel tests
|
2022-09-07 16:22:11 +09:00 |
|
Dean Herbert
|
258b8f015c
|
Add test coverage of storyboard using zero VectorScale
|
2022-09-07 15:39:19 +09:00 |
|
Dean Herbert
|
866bc553fe
|
Tidy up TestSceneStoryboard
|
2022-09-07 15:38:49 +09:00 |
|
Dan Balasescu
|
dc71abdf56
|
Merge pull request #20144 from peppy/fix-notification-overlay-presence
Fix completion toasts sometimes not displaying
|
2022-09-07 14:55:33 +09:00 |
|
Acid Chicken (硫酸鶏)
|
3003fc1061
|
refactor(osu.Game): improve code quality
|
2022-09-07 02:29:15 +09:00 |
|
Salman Ahmed
|
90207b6032
|
Merge branch 'master' into feature/EditorDeleteDiff
|
2022-09-06 18:48:06 +03:00 |
|
Dan Balasescu
|
7c0e99c5a8
|
Decode Geki/Katu from legacy taiko scores into LargeBonus
|
2022-09-07 00:12:34 +09:00 |
|
Dean Herbert
|
c2107bd322
|
Fix test failures due to notifications being forwarded before player finishes loading
|
2022-09-06 23:36:27 +09:00 |
|
Dean Herbert
|
bc1212f4e6
|
Change NonGameplayAdjustments to GameplayAdjustments and convert TrueGameplayRate to extension method
|
2022-09-06 22:26:46 +09:00 |
|
Dean Herbert
|
579e7e1f17
|
Fix deleting a difficulty not updating the beatmap set hash
|
2022-09-06 18:12:47 +09:00 |
|
Dean Herbert
|
9f2ea54e40
|
Tidy up TestSceneLeadIn constant for loop offset to read better
|
2022-09-06 17:45:53 +09:00 |
|
Dean Herbert
|
fa0a4614f8
|
Add failing test for second incorrect case of start time handling
|
2022-09-06 16:40:59 +09:00 |
|
Dean Herbert
|
abf0242686
|
Add failing test for incorrect start time of storyboard elements
|
2022-09-06 16:16:58 +09:00 |
|
Mk-56spn
|
cfa1ebd0cb
|
Test fix
|
2022-09-06 03:00:13 +02:00 |
|
Dean Herbert
|
9e3228aa65
|
Fix completion notification not being posted if completion occurs during NotificationOverlay load
|
2022-09-06 04:07:49 +09:00 |
|
Dean Herbert
|
0514c96191
|
Fix incorrect count tracking when notification is manually disposed
|
2022-09-05 19:26:40 +09:00 |
|
Dean Herbert
|
229e1a8ef7
|
Fix notification overlay being present when it doesn't need to
|
2022-09-05 19:13:58 +09:00 |
|
Dan Balasescu
|
2923c10cd8
|
Rewrite rooms to store multiple active countdowns
Update test to the new structure
|
2022-09-05 19:03:26 +09:00 |
|
Dean Herbert
|
56886fed09
|
Add test coverage of progress notification completions showing
|
2022-09-05 18:39:11 +09:00 |
|
Acid Chicken (硫酸鶏)
|
6946015d17
|
style(osu.Game): fix multiple blank lines
|
2022-09-05 07:49:29 +00:00 |
|
Mk-56spn
|
aace334fb3
|
Fix some test issues
|
2022-09-05 04:49:48 +02:00 |
|
Acid Chicken (硫酸鶏)
|
19ab1433c6
|
test(osu.Game): add more test cases for HitTimingDistributionGraph
|
2022-09-05 03:46:23 +09:00 |
|
Dean Herbert
|
bc5340e33a
|
Merge branch 'master' into fix_progress_bar_info
|
2022-09-02 18:00:35 +09:00 |
|
Dean Herbert
|
dc02b59a05
|
Add extra coverage to tests
Also fixes a potential failure due to test beatmap having two difficulties with same name.
|
2022-09-02 17:57:20 +09:00 |
|
HiddenNode
|
7a8fa5c2e4
|
Fix filenames mismatch
|
2022-09-02 09:56:00 +01:00 |
|
Dean Herbert
|
65baf73d97
|
Add test scene
|
2022-09-02 16:50:28 +09:00 |
|
Dean Herbert
|
a70fc10d06
|
Fix mock track construction failure
|
2022-09-02 16:30:04 +09:00 |
|
Dean Herbert
|
6a35b233e5
|
Merge branch 'master' into remove-dispose-updates
|
2022-09-01 23:03:19 +09:00 |
|
Dean Herbert
|
148e487c02
|
Add failing test of date submitted search failing
|
2022-09-01 19:59:27 +09:00 |
|
HiddenNode
|
921a9ef895
|
clean up
|
2022-08-31 22:18:52 +01:00 |
|
HiddenNode
|
a548b28158
|
Added test scene for SizePreservingSpriteText
|
2022-08-31 22:05:46 +01:00 |
|
Dean Herbert
|
ba20044af4
|
Fix missing nullability consideraition
|
2022-08-31 23:24:39 +09:00 |
|
Dan Balasescu
|
837b19ab24
|
Merge pull request #19919 from khang06/nan-sv
Emulate osu!stable's NaN slider velocity behavior
|
2022-08-31 19:06:49 +09:00 |
|
Dan Balasescu
|
6cadcc206b
|
Merge pull request #20032 from peppy/toast-notification-tray
Add toast notification tray
|
2022-08-31 16:57:37 +09:00 |
|
Dan Balasescu
|
000412c50f
|
Merge pull request #20014 from peppy/fix-resume-skip-forward
Fix gameplay skipping forward during resume operation
|
2022-08-31 16:30:37 +09:00 |
|