Commit Graph

31955 Commits

Author SHA1 Message Date
4df63a4900 Prevent scores being calculated twice 2022-03-30 13:15:41 +09:00
bd9c0076df Fix scores sometimes shown with incorrect scoring mode 2022-03-30 13:03:12 +09:00
e869b7286a Merge pull request #17547 from frenzibyte/m1-ignore-realm-migration
Ignore EF-to-realm migration tests on M1 ARM architectures
2022-03-30 11:47:29 +09:00
555e127bc2 Merge pull request #17510 from Wieku/combo-counter
Adjust legacy combo counter appearance to closer match stable
2022-03-30 11:17:30 +09:00
cb62d3d4b9 Remove skin dependency as component is reinitialized on skin change 2022-03-30 01:09:05 +02:00
7582c943a4 Use In/Out instead of {In/Out}Quad 2022-03-30 00:48:59 +02:00
986aad4bd5 Fix potential nullref on OsuGameTestScene.TearDownSteps 2022-03-30 01:15:24 +03:00
9a09c97457 Fix "Barrel Roll" tooltip not limiting decimal places for spin speed 2022-03-29 16:11:44 +03:00
cdc2ae7991 Merge branch 'master' into m1-migration-information 2022-03-29 13:03:36 +03: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
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
05a978ce8c Update LegacyComboCounter layout and scaling 2022-03-28 16:36:37 +02: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
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
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
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
5725cc36ff Add animation to countdown button when countdown is active 2022-03-26 14:29:53 +09:00
03f24c8b58 Merge branch 'master' into countdown-button-ux 2022-03-26 10:34:51 +09:00
a30d6256f4 Merge pull request #17447 from peppy/countdown-button-icon
Use more appropriate icon on countdown button (and give tooltip)
2022-03-26 10:20:07 +09:00
f92a31cd39 Merge pull request #17402 from smoogipoo/multiplayer-auto-countdown
Add multiplayer auto-start countdown timer
2022-03-25 20:31:14 +09:00
6c172bac3c Merge pull request #17448 from peppy/fix-skin-component-crash-on-instantiation-failure
Avoid crashing if a skin component cannot be instantiated correctly
2022-03-25 19:41:52 +09:00
1ff5fc98f5 Merge pull request #17445 from peppy/fix-test-realm-failures
Fix visual test crashes due to local realm not having update thread
2022-03-25 19:41:13 +09:00
11ee78b395 Merge branch 'master' into countdown-button-icon 2022-03-25 19:40:25 +09:00
3986dfd160 Merge pull request #17444 from peppy/fix-countdown-counting
Update multiplayer countdown button text more often
2022-03-25 19:40:04 +09:00
ed239d7016 Merge pull request #17421 from peppy/skin-nullable
Apply `nullable` to skin classes
2022-03-25 19:39:04 +09:00
f989158a31 Add back playlist availability control (because it's hooked up half way?) 2022-03-25 19:20:16 +09:00
9963efce51 Improve ready/countdown button UX 2022-03-25 18:40:32 +09:00
320110f179 Remove "room visibility" from playlists settings to match 2022-03-25 18:37:46 +09:00
b13408aed0 Add back "room visibility" control commented out for now 2022-03-25 18:37:20 +09:00
a0a3bba46e Avoid crashing if a skin component cannot be instantiated correctly 2022-03-25 18:31:26 +09:00