Dean Herbert
|
66b84d02cb
|
Add note about TestGameplayExitFlow failure, and ignore for now
See:
https://github.com/ppy/osu/actions/runs/6695995685/job/18194110641
https://github.com/ppy/osu/actions/runs/6700910613/job/18208272419
|
2023-10-31 14:27:55 +09:00 |
|
Dean Herbert
|
89444d5544
|
Fix export test still occasionally failing due to file write in progress
https://github.com/ppy/osu/actions/runs/6701591401/job/18209826074
Basically, `File.Move` may not be an atomic operation.
|
2023-10-31 14:00:49 +09:00 |
|
Dean Herbert
|
37ec10d4f5
|
Fix TestSongSelectScrollHandling not waiting for VolumeOverlay to load
See https://github.com/ppy/osu/actions/runs/6701786492/job/18210372721.
|
2023-10-31 13:49:53 +09:00 |
|
Dean Herbert
|
fa220d34de
|
Merge pull request #25272 from frenzibyte/use-scale-adjust-for-player-max-dimensions-test-scene
Fix `TestScenePlayerMaxDimensions` texture loading process bottlenecking CI
|
2023-10-31 13:36:30 +09:00 |
|
Dean Herbert
|
a3dc9a73b1
|
Revert behaviour changes of MaxDimensions test and ignore instead
|
2023-10-31 13:36:10 +09:00 |
|
Dean Herbert
|
3060cf1438
|
Merge pull request #25286 from frenzibyte/search-text-box-select-all
Automatically select existing search text when opening settings
|
2023-10-31 12:14:00 +09:00 |
|
Bartłomiej Dach
|
06508d08fe
|
Delete outdated test
|
2023-10-30 20:22:41 +01:00 |
|
Bartłomiej Dach
|
b2d3aa982d
|
Merge branch 'master' into fix-click-through-timeline
|
2023-10-30 12:52:00 +01:00 |
|
Dean Herbert
|
8828562512
|
Merge pull request #25277 from Susko3/fix-cut-in-filter-textbox
Fix cut and copy not working in song select search filter textbox
|
2023-10-30 18:18:46 +09:00 |
|
Dean Herbert
|
63e6eaf538
|
Fix failing tests
|
2023-10-30 18:06:11 +09:00 |
|
Dean Herbert
|
6be02966b9
|
Add test coverage of failing context menu display
|
2023-10-30 18:06:11 +09:00 |
|
Dean Herbert
|
caddbacfe8
|
Merge branch 'master' into gameplay-hud-redesign/counters
|
2023-10-30 16:35:10 +09:00 |
|
Salman Ahmed
|
c7bc8e6865
|
Move behaviour to settings search text box only
|
2023-10-30 06:41:01 +03:00 |
|
Salman Ahmed
|
af10dbb76c
|
Add test case with many tournament banners
|
2023-10-30 06:20:01 +03:00 |
|
Salman Ahmed
|
ec9ae12bbd
|
Update API response model to accept array of tournament banners
|
2023-10-29 01:43:49 +03:00 |
|
Salman Ahmed
|
31c6973bb6
|
Add test coverage
|
2023-10-29 01:03:45 +03:00 |
|
Susko3
|
cfc0520481
|
Add failing test
|
2023-10-28 12:13:13 +02:00 |
|
Salman Ahmed
|
a53c0adae0
|
Remove unused using directive
|
2023-10-28 06:56:12 +03:00 |
|
Salman Ahmed
|
51b7c97cab
|
Fix TestScenePlayerMaxDimensions bottlenecking CI
|
2023-10-28 06:07:49 +03:00 |
|
Dean Herbert
|
5a9d4170e8
|
Merge pull request #24794 from bdach/score-encoding-cleanup
Correctly handle multiple online score ID types
|
2023-10-28 02:29:56 +09:00 |
|
Dean Herbert
|
4ed30342db
|
Merge pull request #25264 from bdach/quick-retry-f-rank
Fix quick retry immediately after completion marking score as failed
|
2023-10-28 02:29:21 +09:00 |
|
Bartłomiej Dach
|
b5cb538004
|
Add failing test case for skin editor freeze
|
2023-10-27 14:23:41 +02:00 |
|
Bartłomiej Dach
|
6789a522d6
|
Rename test to distinguish it from test-to-come
|
2023-10-27 14:15:30 +02:00 |
|
Bartłomiej Dach
|
32fc19ea0d
|
Fix results screen test failure
|
2023-10-27 13:22:17 +02:00 |
|
Bartłomiej Dach
|
96d784e06b
|
Delete ScoreInfo.HasReplay as no longer needed
|
2023-10-27 12:39:54 +02:00 |
|
Bartłomiej Dach
|
3944b045ed
|
Add extra test coverage for marking score as failed
|
2023-10-27 12:17:03 +02:00 |
|
Bartłomiej Dach
|
7140eee870
|
Add failing test coverage for quick retry after completion not changing rank
|
2023-10-27 12:17:03 +02:00 |
|
Dean Herbert
|
a463c37320
|
Merge pull request #25243 from bdach/song-select-volume-scroll-blocked
Fix left side of carousel blocking volume adjust hotkeys
|
2023-10-27 00:23:47 +09:00 |
|
Bartłomiej Dach
|
5d6a58d443
|
Add failing test scene for scroll handling in song select
|
2023-10-26 16:24:16 +02:00 |
|
Bartłomiej Dach
|
89fec95b01
|
Fix cross-test data dependency by recreating slider every time
|
2023-10-26 12:11:26 +02:00 |
|
Bartłomiej Dach
|
96437c4518
|
Fix tests specifying float precision for double bindable
Would cause assignments to `.Value` to become imprecise even if the
underlying bindable could represent the value 100% accurately.
|
2023-10-26 12:06:03 +02:00 |
|
Bartłomiej Dach
|
910d74fdda
|
Add failing test coverage for double-click on disabled sliders
|
2023-10-26 11:59:38 +02:00 |
|
Salman Ahmed
|
df80b4dcab
|
Update "Argon" health display specifications to match design
Also adds a little white bar next to the display to match with the
components below it (score/accuracy/combo counters).
|
2023-10-26 09:12:05 +03:00 |
|
Salman Ahmed
|
56eeb117ce
|
Add "Argon" performance points counter
|
2023-10-26 09:10:10 +03:00 |
|
Salman Ahmed
|
0aa0562dc0
|
Add "Argon" combo counter
|
2023-10-26 09:09:55 +03:00 |
|
Salman Ahmed
|
1f36acca1a
|
Add "Argon" accuracy counter
|
2023-10-26 09:09:52 +03:00 |
|
Salman Ahmed
|
9ca672d689
|
Add "Argon" total score counter
|
2023-10-26 08:58:25 +03:00 |
|
Dean Herbert
|
6934e045df
|
Fix editor not prompting before saving beatmap for export
|
2023-10-25 14:39:46 +09:00 |
|
Andrei Zavatski
|
1dbdbd6de6
|
Merge branch 'master' into comments-image-size
|
2023-10-23 13:22:31 +03:00 |
|
Bartłomiej Dach
|
dcfd6a0a8a
|
Remove DistancedHitObjectComposer inheritance from osu! composer
|
2023-10-19 11:46:30 +02:00 |
|
Joseph Madamba
|
1a3a81c33b
|
Add slider nub double click revert to default test
|
2023-10-17 21:41:03 -07:00 |
|
Dean Herbert
|
e081fa48a2
|
Fix various other inspections
|
2023-10-17 17:48:51 +09:00 |
|
Dean Herbert
|
5341a335a6
|
Bypass Parent nullability checks for now
|
2023-10-17 17:48:45 +09:00 |
|
Bartłomiej Dach
|
9b474b656d
|
Fix key binding panel test failures from introducing placeholder text
Whoops.
|
2023-10-13 15:03:41 +02:00 |
|
Dean Herbert
|
6358a5e210
|
Merge pull request #25105 from bdach/multiple-keys-one-binding
Disallow binding multiple bindings in a single section to one key
|
2023-10-13 20:01:33 +09:00 |
|
Bartłomiej Dach
|
5f51b8a7c9
|
Merge pull request #25097 from peppy/results-screen-progress-fast
Show results immediately if user hits "back" key after finishing gameplay
|
2023-10-13 11:54:34 +02:00 |
|
Dean Herbert
|
17b6ebbfbf
|
Avoid using a bindable in KeyBindingConflictPopover where data is never mutated
|
2023-10-13 18:40:21 +09:00 |
|
Bartłomiej Dach
|
d5557bbbfb
|
Merge pull request #25005 from minetoblend/multiplayer-invites
Add ability to invite players to multiplayer rooms
|
2023-10-13 11:09:28 +02:00 |
|
Dean Herbert
|
37411f923e
|
Merge branch 'master' into multiple-keys-one-binding
|
2023-10-13 15:07:12 +09:00 |
|
Dean Herbert
|
aabed8b6e5
|
Merge pull request #25093 from Joehuu/mod-switch-tiny-extended-info
Add extended info support to tiny mod switches
|
2023-10-13 13:40:24 +09:00 |
|