Commit Graph

52528 Commits

Author SHA1 Message Date
cdc2ae7991 Merge branch 'master' into m1-migration-information 2022-03-29 13:03:36 +03:00
1fb3d11591 Add ability to "migrate" data to another folder which has an existing install
Until now, migrating would always attempt to move files.

There's a chance that a user is reinstalling osu! but has their data at
a custom location. We want to allow the chance for them to continue
using the external data. This seems like the easiest way to make it
work.

Would be nice if we had a `Game.Restart()` method, but maybe this is
enough for now?

Note that further down the road we will probably prompt the user to
potentially select a custom install path (including one with existing
data) before osu! gets to writing anything.
2022-03-29 18:04:31 +09:00
10c23e3506 Merge pull request #17525 from peppy/remove-set-replay-mod-cinema
Remove unnecessary `SetReplayScore` call in `ModCinema`
2022-03-29 17:21:56 +09:00
4b2c01a8c1 Bring all mod implementations up-to-date 2022-03-29 16:59:03 +09:00
ea9495eb74 Update all existing calls to extension method with correct fallback handling 2022-03-29 16:51:30 +09:00
7d716adf39 Create new ICreateReplayData interface and obsolete ICreateReplay 2022-03-29 16:51:30 +09:00
3fc8c23fe4 Remove unnecessary SetReplayScore call in ModCinema 2022-03-29 16:51:30 +09:00
327477d050 Remove unnecessary SetReplayScore call in ModCinema 2022-03-29 16:50:05 +09:00
8948bcce19 Restructure transforms slightly 2022-03-29 13:18:31 +09:00
0433d2fe6a Add safety to realm instance retrieval in RealmAccess 2022-03-29 11:40:58 +09:00
375a752e24 Fix countdown timer not refreshing on new countdown 2022-03-29 11:27:26 +09:00
caf641e1ab Remove redundant ClearTransforms 2022-03-28 23:50:35 +02:00
981ef735cf Always start small pop out from its initial size 2022-03-28 19:57:59 +02:00
e3289bb080 Don't scale big pop out as much 2022-03-28 19:33:00 +02:00
265b2111ef Remove comment 2022-03-28 18:08:51 +02:00
001a98e069 Fix LegacyComboCounter not unsubscribing from skin 2022-03-28 18:08:35 +02:00
ea46e024c1 Avoid deadlock during migration failed exit process 2022-03-29 00:04:13 +09:00
b6ae0ebb6f Limit macOS specific log output to macOS platforms specifically 2022-03-28 23:46:07 +09:00
7059e4bf94 Add test coverage for autoplay avatar not being clickable 2022-03-28 23:37:39 +09:00
9ceceeca3d Merge pull request #17506 from peppy/fix-skin-editor-exit
Fix skin editor not exiting correctly when using the menu
2022-03-28 16:36:47 +02:00
05a978ce8c Update LegacyComboCounter layout and scaling 2022-03-28 16:36:37 +02:00
dc7dc7f65a Update UserProfileOverlay and ClickableAvatar to treat system users more correctly 2022-03-28 22:57:16 +09:00
d2d88015e3 Update all cinema/autoplay mods to specify the system user ID 2022-03-28 22:22:56 +09:00
a0692ce477 Add a const for system users which should never display a profile 2022-03-28 22:22:56 +09:00
b5834dabdb Fix skin editor not exiting correctly when using the menu
Closes https://github.com/ppy/osu/issues/17489.
2022-03-28 20:43:26 +09:00
a98aac3bf2 Better inform users of migration failure reason when running Apply Silicon build
As mentioned in https://github.com/ppy/osu/discussions/17409#discussioncomment-2445464?
2022-03-28 17:34:36 +09:00
ebf5209215 Reword issue searching note
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-03-27 21:38:55 +03:00
f847f9a315 Exclude "open osu! folder" logs procedure from mobile platforms 2022-03-27 20:57:00 +03:00
de1fbda648 Clarify that searching includes both issues and Q&A discussions 2022-03-27 20:54:56 +03:00
8c5594b3ea Update fastlane (fix authorization failure) 2022-03-27 14:38:06 +09:00
01980effe2 Merge pull request #17449 from smoogipoo/countdown-button-ux
Improve multiplayer ready button/countdown button UX
2022-03-27 13:42:10 +09:00
1edf1d8f40 Merge pull request #17464 from smoogipoo/fix-logo-thread-safety
Fix LogoVisualisation draw thread safety
2022-03-27 09:50:42 +09:00
e198d71818 Merge pull request #17466 from bdach/multi-settings-z-ordering
Fix multiplayer match settings overlay dropdown Z-ordering
2022-03-27 09:50:21 +09:00
c7abf2fd7f Merge pull request #17459 from peppy/clock
Add toolbar clock (and game runtime) display
2022-03-27 09:49:38 +09:00
b68c3265f6 Merge branch 'master' into clock 2022-03-26 20:55:08 +01:00
86a1f49697 Merge pull request #17468 from bdach/skin-editor-test-failures 2022-03-26 22:22:39 +03:00
69cc863611 Fix test failures in skin editor test scene 2022-03-26 19:28:07 +01:00
f400249f32 Fix multiplayer match settings overlay dropdown Z-ordering 2022-03-26 18:28:38 +01:00
6384531317 Fix LogoVisualisation draw thread safety 2022-03-27 01:43:47 +09:00
b6822f8190 Remove redundant/outdated Origin line 2022-03-26 14:55:19 +03:00
9b7b897b3c Adjust padding to fit better 2022-03-26 20:34:50 +09:00
ab8db3b7dc Move nested classes to own files 2022-03-26 20:34:17 +09:00
4ddf3cb1d9 Add ability to cycle between clock display modes 2022-03-26 19:18:41 +09:00
97e9049a2c Adjust metrics and colours to better match the actual toolbar 2022-03-26 18:56:40 +09:00
622458e857 Allow scaling display in the test scene 2022-03-26 18:56:28 +09:00
252d1924e7 Adjust metrics for better legibility at small sizes 2022-03-26 18:13:33 +09:00
999ae88af2 Show game time display in clock 2022-03-26 18:13:20 +09:00
e8f5a8e3d6 Refactor hands for legibility (visual and code) 2022-03-26 18:13:13 +09:00
0d8a7246dd Add basic implementation of clock 2022-03-26 18:13:13 +09:00
c3a0f0d6b8 Update tests in line with new button behaviour 2022-03-26 14:43:41 +09:00