Dan Balasescu
|
1c13c2daf0
|
Merge pull request #32180 from GioSDA/multiplayer-taskbar-flash
Add taskbar flashing when a multiplayer game is starting
|
2025-03-06 13:55:50 +09:00 |
|
Dan Balasescu
|
21a189fb4e
|
Merge pull request #32243 from SchiavoAnto/skin-management-buttons-localisation
Localise skin rename/export/delete buttons in settings
|
2025-03-06 12:37:57 +09:00 |
|
schiavoanto
|
5c3695673b
|
Remove delete string from CommonStrings
|
2025-03-06 00:22:47 +01:00 |
|
schiavoanto
|
ee2615da53
|
Use osu-web delete localisation
|
2025-03-05 23:51:29 +01:00 |
|
schiavoanto
|
574f2363ff
|
Add localisation for skin management buttons in settings
|
2025-03-05 23:31:35 +01:00 |
|
Dan Balasescu
|
3f211e33b8
|
Merge pull request #32235 from bdach/screw-this-feature-who-is-it-even-for
Fix "use these mods" context menu option doing broken things with system mods
|
2025-03-05 23:43:30 +09:00 |
|
Bartłomiej Dach
|
7975c301a8
|
Try to fix test
|
2025-03-05 12:32:58 +01:00 |
|
Bartłomiej Dach
|
0ac3a80406
|
Fix "use these mods" option showing if it can't do anything
Closes https://github.com/ppy/osu/issues/32230.
|
2025-03-05 09:40:11 +01:00 |
|
Bartłomiej Dach
|
097dd70139
|
Add another failing test
|
2025-03-05 09:39:52 +01:00 |
|
Bartłomiej Dach
|
d9a1dcf9b9
|
Fix "use these mods" option applying to system mods
Closes https://github.com/ppy/osu/issues/32229.
|
2025-03-05 09:25:56 +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
|
0d3e66fbfa
|
Merge pull request #31867 from smoogipoo/remove-selectedroom
Remove `SelectedRoom` from online play tests
|
2025-03-04 21:56:30 +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
|
d9162daac2
|
Merge pull request #32098 from bdach/dont-drop-green-line-sample-bank
Attempt to preserve sample control point bank when encoding beatmap
|
2025-03-04 18:32:16 +09:00 |
|
Dean Herbert
|
43259075ec
|
Merge pull request #32218 from peppy/fix-editor-creation-test-failures
|
2025-03-04 18:22:13 +09:00 |
|
Bartłomiej Dach
|
28be0e31c2
|
Merge pull request #32214 from smoogipoo/fix-multi-user-kick-threading
Fix thread safety when kicking multiplayer users
|
2025-03-04 09:24:08 +01:00 |
|
Dan Balasescu
|
5b0e54a77d
|
Remove duplicated assert
|
2025-03-04 17:22:19 +09:00 |
|
Dan Balasescu
|
e0e7d92e79
|
Merge pull request #32219 from peppy/lounge-minor-redesign
Adjust scale and display of rooms in multiplayer lounge
|
2025-03-04 17:19:58 +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
|
4a16b4bd98
|
Fix typo in xmldoc
2025.304.0
|
2025-03-04 16:15:40 +09:00 |
|
Dean Herbert
|
667bd6e8f1
|
Merge pull request #32217 from smoogipoo/fix-mp-channel
Fix multiplayer not joining correct chat channel
|
2025-03-04 16:15:20 +09:00 |
|
Dean Herbert
|
c9a492a6eb
|
Merge pull request #32075 from Gennadiyev/patch-result-screen-volume-adjust
Add Alt + mousewheel volume adjustment on result screens
|
2025-03-04 16:06:46 +09:00 |
|
Dean Herbert
|
4085ee805a
|
Adjust scale and display of rooms in multiplayer lounge
Just a quick pass because the rooms were definitely larger than they
should be.
|
2025-03-04 15:55:44 +09:00 |
|
Dean Herbert
|
5318c370d4
|
Merge pull request #31866 from smoogipoo/remove-roommanager
Remove `RoomManager`, centralise listing management to lounge
|
2025-03-04 15:52:59 +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 |
|
Dan Balasescu
|
77d5b1d5dd
|
Fix multiplayer not joining correct chat channel
|
2025-03-04 14:45:23 +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 |
|
Dean Herbert
|
6ba9491cea
|
Merge branch 'master' into fix-multi-user-kick-threading
|
2025-03-04 14:21:38 +09:00 |
|
Dean Herbert
|
45e0446e19
|
Merge pull request #32215 from smoogipoo/fix-broken-test
Fix broken test
|
2025-03-04 14:20:55 +09:00 |
|
Dan Balasescu
|
b73a872b94
|
Fix broken test
|
2025-03-04 14:14:42 +09:00 |
|
Dan Balasescu
|
4a00662092
|
Fix thread safety when kicking multiplayer users
|
2025-03-04 14:02:45 +09:00 |
|
Dean Herbert
|
3fe92fb83c
|
Merge pull request #32158 from bdach/scaling-crash
Fix possible crash when scaling objects in editor
|
2025-03-04 13:40:41 +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 |
|
Dan Balasescu
|
8c13a86ad1
|
Merge pull request #32200 from andy840119/remove-handle-scale-base-method
Remove unused virtual method after refactor the scale handling.
|
2025-03-04 13:14:14 +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 |
|
Dean Herbert
|
118f9a3a72
|
Merge pull request #32210 from smoogipoo/fix-multi-join-many-users
Fix being unable to join multiplayer rooms with many users
|
2025-03-04 13:13:15 +09:00 |
|
Dean Herbert
|
63cd93a9a8
|
Merge pull request #32208 from smoogipoo/diffcalc-timed-cancellation
Cancel difficulty calculation after 10 seconds by default
|
2025-03-04 12:52:18 +09:00 |
|
Dan Balasescu
|
b1069048bb
|
Merge pull request #32204 from Joehuu/team-label-web-string
Use web localisable string for team channel label
|
2025-03-04 12:37:21 +09:00 |
|
Dan Balasescu
|
3024a98658
|
Fix unable to join multiplayer rooms with many users
|
2025-03-04 12:34:11 +09:00 |
|
Dan Balasescu
|
963df165df
|
Add failing test
|
2025-03-04 12:34:11 +09:00 |
|
Dean Herbert
|
a9bf096201
|
Merge pull request #32209 from smoogipoo/fix-intermittent-test
Fix intermittent score panel test
|
2025-03-04 12:23:17 +09:00 |
|
Dan Balasescu
|
df25734834
|
Fix intermittent score panel test
|
2025-03-04 11:38:25 +09:00 |
|
Dan Balasescu
|
550ff85550
|
Cancel difficulty calculation after 10 seconds by default
|
2025-03-04 11:22:47 +09:00 |
|