Bartłomiej Dach
|
7975c301a8
|
Try to fix test
|
2025-03-05 12:32:58 +01:00 |
|
Bartłomiej Dach
|
097dd70139
|
Add another failing test
|
2025-03-05 09:39:52 +01:00 |
|
Bartłomiej Dach
|
abc4955e81
|
Add failing test coverage
|
2025-03-05 09:21:47 +01:00 |
|
Dan Balasescu
|
f6cf63edae
|
Merge pull request #32199 from bdach/negative-leaderboard-position
Fix playlists results screens potentially displaying negative score positions
|
2025-03-05 16:13:12 +09:00 |
|
Dean Herbert
|
9ca1274495
|
Rename test scene to match new RoomListing class name
|
2025-03-05 13:51:56 +09:00 |
|
Dean Herbert
|
c31a5dcdae
|
Merge branch 'master' into remove-selectedroom
|
2025-03-04 19:21:05 +09:00 |
|
Dean Herbert
|
918315aa65
|
Split out methods so retrieving the room is not a callback function
|
2025-03-04 19:19:53 +09:00 |
|
Dean Herbert
|
43259075ec
|
Merge pull request #32218 from peppy/fix-editor-creation-test-failures
|
2025-03-04 18:22:13 +09:00 |
|
Dan Balasescu
|
5b0e54a77d
|
Remove duplicated assert
|
2025-03-04 17:22:19 +09:00 |
|
Dan Balasescu
|
b19c2c7f9f
|
Update recently-added test
|
2025-03-04 17:01:41 +09:00 |
|
Dan Balasescu
|
cf3664349d
|
Merge branch 'master' into remove-selectedroom
|
2025-03-04 17:00:43 +09:00 |
|
Dean Herbert
|
a0888a7f2c
|
Attempt to fix common editor test failures
See
https://github.com/ppy/osu/actions/runs/13623586844/job/38143232417?pr=32180
for one example.
Arguably the bindable usage in
[`ControlPointPart`](2365b065a4/osu.Game/Screens/Edit/Components/Timelines/Summary/Parts/ControlPointPart.cs (L24-L26) )
is dangerous, but it's only dangerous in tests (because control points
aren't mutated outside the editor) so I'm willing to turn a blind eye
for now to favour async loading support.
|
2025-03-04 15:51:08 +09:00 |
|
Dean Herbert
|
9e8a611728
|
Rename RoomsContainer and scope down bindables
|
2025-03-04 15:05:12 +09:00 |
|
Dean Herbert
|
0696cfa4f2
|
LoungePollingComponent -> LoungeListingPoller
|
2025-03-04 14:40:55 +09:00 |
|
Dean Herbert
|
f3e9d1931c
|
Merge branch 'master' into remove-roommanager
|
2025-03-04 14:23:51 +09:00 |
|
Dan Balasescu
|
b73a872b94
|
Fix broken test
|
2025-03-04 14:14:42 +09:00 |
|
Dean Herbert
|
57ec2f7228
|
Merge pull request #32196 from bdach/disallow-negative-drain-length
Fix drain length calculation helper method being able to return negative durations
|
2025-03-04 13:35:52 +09:00 |
|
Dan Balasescu
|
446718f929
|
Merge branch 'master' into remove-roommanager
|
2025-03-04 13:17:04 +09:00 |
|
Dean Herbert
|
58a671decb
|
Merge pull request #31637 from smoogipoo/room-management-lio
Create, join, and part multiplayer rooms only via the multiplayer server
|
2025-03-04 13:13:55 +09:00 |
|
Dan Balasescu
|
963df165df
|
Add failing test
|
2025-03-04 12:34:11 +09:00 |
|
Dan Balasescu
|
df25734834
|
Fix intermittent score panel test
|
2025-03-04 11:38:25 +09:00 |
|
Bartłomiej Dach
|
d7d5eec58c
|
Update failing assertions
Change in behaviour is expected in this case.
|
2025-03-03 13:53:42 +01:00 |
|
Bartłomiej Dach
|
28f9e734f0
|
Add failing test case
|
2025-03-03 12:32:27 +01:00 |
|
Bartłomiej Dach
|
0a50fb1dfa
|
Add failing test case
|
2025-03-03 09:32:27 +01:00 |
|
Dan Balasescu
|
9c28ac4a72
|
Merge pull request #32152 from peppy/song-select-v2-test
Make `TestSceneSongSelect` work with local database
|
2025-03-03 16:21:11 +09:00 |
|
Bartłomiej Dach
|
c4e37a1566
|
Merge pull request #32109 from smoogipoo/results-beatmap-lookup
Fix multiplayer results screen displaying same beatmap for all users
|
2025-02-28 12:36:28 +01:00 |
|
Dean Herbert
|
8fc744e9dc
|
Make TestSceneSongSelect work with local database
It was pointless before.
|
2025-02-28 17:55:21 +09:00 |
|
Dan Balasescu
|
306b30cb12
|
Add failing test
|
2025-02-28 15:51:54 +09:00 |
|
Dan Balasescu
|
a33aff9bbd
|
Merge branch 'master' into room-management-lio
|
2025-02-27 14:14:19 +09:00 |
|
Bartłomiej Dach
|
e48d36ad1e
|
Add failing encoder test case for too many combo colours
|
2025-02-26 11:10:33 +01:00 |
|
Bartłomiej Dach
|
76bf03b05d
|
Add failing decoder test case for too many combo colours
|
2025-02-26 10:56:28 +01:00 |
|
Dan Balasescu
|
c280c8fa1c
|
Add support to tests
Somewhat informal because it isn't super easy to handle.
|
2025-02-26 18:31:06 +09:00 |
|
Dan Balasescu
|
3b5bf391da
|
Arrays instead of enumerables
|
2025-02-25 22:55:55 +09:00 |
|
Dan Balasescu
|
13ca8c20f6
|
Make results screens use tasks to fetch scores
|
2025-02-25 21:54:16 +09:00 |
|
Dean Herbert
|
b3965f0dd0
|
Merge pull request #32077 from bdach/double-click-difficulty-slider-nub
Fix double-clicking difficulty adjust sliders not resetting the value to default correctly
|
2025-02-25 21:08:46 +09:00 |
|
Bartłomiej Dach
|
e8f7bcb6e6
|
Only show team channel section when there is a team channel
|
2025-02-24 15:06:02 +01:00 |
|
Bartłomiej Dach
|
4ac4b308e1
|
Add visual test coverage of team channels
|
2025-02-24 09:48:03 +01:00 |
|
Bartłomiej Dach
|
f4b427ee66
|
Add failing test case
|
2025-02-24 09:15:21 +01:00 |
|
Dean Herbert
|
4c934dae51
|
Merge pull request #31774 from frenzibyte/carousel-v2-implement-designs
Implement designs for beatmap carousel v2
|
2025-02-20 17:56:40 +09:00 |
|
Dean Herbert
|
df5fe07995
|
Merge pull request #31941 from bdach/fix-multi-spectator-freestyle
Fix multiplayer spectator not working with freestyle
|
2025-02-20 16:25:09 +09:00 |
|
Dean Herbert
|
4da3752f95
|
Update flag test resources in line with web rename
|
2025-02-20 14:42:26 +09:00 |
|
Bartłomiej Dach
|
a274b9a1fd
|
Fix test
|
2025-02-19 15:24:58 +01:00 |
|
Dean Herbert
|
88ec204d26
|
User inheritance to avoid Piece structural nightmare
|
2025-02-18 16:52:18 +09:00 |
|
Dean Herbert
|
40cae4f0a5
|
Merge branch 'master' into carousel-v2-implement-designs
|
2025-02-18 15:49:34 +09:00 |
|
Dean Herbert
|
db4a4a1723
|
Minor bump some packages
|
2025-02-17 15:23:26 +09:00 |
|
Salman Alshamrani
|
1b333ad51c
|
Add sample team to user profile test scene
|
2025-02-16 17:53:34 -05:00 |
|
Dean Herbert
|
4c851a327e
|
Merge pull request #31880 from peppy/team-logo-support
Add basic display support for team logos
|
2025-02-14 22:59:57 +09:00 |
|
Bartłomiej Dach
|
ef2f482d04
|
Fix skin deserialisation test
|
2025-02-14 12:40:54 +01:00 |
|
Dean Herbert
|
071a4ba9b0
|
Merge pull request #31821 from Layendan/playlist-collection
Add playlist to new collection button present on playlist room
|
2025-02-14 18:03:54 +09:00 |
|
Dean Herbert
|
8ce28d56bb
|
Fix tests not waiting enough
|
2025-02-14 14:58:04 +09:00 |
|