1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 20:57:19 +08:00

72135 Commits

Author SHA1 Message Date
Bartłomiej Dach
7772656107
Merge pull request #32249 from smoogipoo/fix-multi-freestyle
Fix initial multiplayer room items not having freestyle
2025-03-06 13:47:24 +01:00
Dean Herbert
1506037247
Merge pull request #32240 from bdach/discard-unsaved-changes
Add "discard unsaved changes" operation to beatmap editor
2025-03-06 20:15:41 +09:00
Dean Herbert
d9b7d034ba
Move to file menu 2025-03-06 19:34:20 +09:00
Dan Balasescu
6e38776130
Fix initial multiplayer room items not having freestyle 2025-03-06 18:55:40 +09:00
Dean Herbert
64830e2c31
Use localisation 2025-03-06 18:51:32 +09:00
Bartłomiej Dach
62e0ad7be8
Merge pull request #32220 from peppy/song-select-flows
Add ability to start gameplay from carousel v2
2025-03-06 10:47:55 +01:00
Dean Herbert
332512756c
Merge pull request #32248 from bdach/fix-submission-crash
Fix differential submission process crashing when no files have changed
2025-03-06 18:45:59 +09:00
Bartłomiej Dach
0f0dd58b69
Fix differential submission process crashing when no files have changed
Closes https://github.com/ppy/osu/issues/32247.
2025-03-06 09:45:44 +01:00
Dan Balasescu
97749e188d
Merge pull request #32222 from zihadmahiuddin/feat/window-title-current-map
Add current beatmap info to window title
2025-03-06 17:09:42 +09:00
Bartłomiej Dach
356281792a
Merge pull request #32246 from peppy/bump-diffcalc-dates
Bump difficulty calculator versions in preparation for release
2025-03-06 09:05:10 +01:00
Dean Herbert
bdd2808fb5
Bump difficulty calculator versions in preparation for release 2025-03-06 16:05:51 +09:00
Dean Herbert
975f4e4c7d
Simplify code and don't set title if already correct 2025-03-06 15:48:36 +09:00
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
Zihad
02d19eaa55
Update window title changes to match osu! stable
It shows beatmap metadata during gameplay, spectating, and watching replays but shows beatmap filename during editng
2025-03-06 01:36:59 +06:00
Zihad
d33a8dfc3b
Skip updating window title for protected mapsets 2025-03-05 22:47:39 +06:00
Zihad
4ae5f239cb
Remove unnecessary comment 2025-03-05 21:41:11 +06:00
Zihad
5feddae6c7
Revert "Update window title in input thread"
This reverts commit 14b5c0bf10389b924fa8ca515c2e27457fdcc119.
This is not necessary as the title update is already scheduled on the correct thread by the framework.
2025-03-05 21:40:29 +06: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
3f461c0734
Add "discard unsaved changes" operation to beatmap editor
Apparently useful in modding workflows when you want to test out a few
different variants of a thing.

Re-uses `Ctrl-L` binding from stable. Some folks may argue that the
dialog makes the hotkey pointless, but I really do want to protect
users from accidental data loss, and also if you want to power through
it quickly, you can hit the 1 key when the dialog shows, which will
bypass the hold-to-activate period (which wasn't intentional, but so
many people want a bypass at this point that we're probably keeping that
behaviour for power users).
2025-03-05 14:34:44 +01: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
Zihad
8ce6003a3e
Skip updating window title in headless mode 2025-03-04 20:36:53 +06:00
Zihad
14b5c0bf10
Update window title in input thread 2025-03-04 19:56:48 +06:00
Dean Herbert
dff354247e
Change ModSelectOverlay.ShowPresets to init 2025-03-04 22:32:13 +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
Zihad
2abe75629e
Skip window title update for dummy beatmap 2025-03-04 18:28:03 +06:00
Zihad
b5696f97a0
Show current beatmap info in window title 2025-03-04 17:15:35 +06:00
Dean Herbert
21d35f9dae
Use alternative method of offsetting X that conveys flow better 2025-03-04 19:40:31 +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
Dean Herbert
1be3b990e7
Add transition for selecting a beatmap 2025-03-04 18:09:58 +09:00
Dean Herbert
f0d6641adf
Add basic subclassing and implement beatmap-start flow 2025-03-04 17:44:48 +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