Commit Graph

56221 Commits

Author SHA1 Message Date
888c4c8e08 Merge pull request #19662 from peppy/startup-correct-username
Use a placeholder user with the correct username during login process
2022-08-10 13:09:37 +09:00
8c7ede6111 Add proper toggling 2022-08-09 14:43:37 -04:00
7ed489b56d Add hotkey to Toolbar 2022-08-09 14:10:38 -04:00
b4fc2a0fc8 Merge branch 'master' into open-profile-hotkey 2022-08-09 13:41:21 -04:00
a83f7202ec Merge pull request #19670 from peppy/update-framework
Update framework
2022-08-09 20:28:24 +03:00
ad410fc88b Update resources 2022-08-10 01:50:23 +09:00
e8fef6e05c Update framework 2022-08-10 01:36:39 +09:00
abca3d1b2a Prefix common strings for context 2022-08-10 00:35:19 +10:00
a5081826b7 Handle cancellation at more points during Player initialisation
As discussed in discord, this will help avoid null references during
cancellation which can otherwise be quite confusing to debug.
2022-08-09 23:25:19 +09:00
d59f4720f1 Merge pull request #19664 from peppy/test-assertions
Update multiple tests to use new assert output for easier to understand failures
2022-08-09 23:15:16 +09:00
1392395ea0 Merge pull request #19668 from smoogipoo/fix-ended-room-status
Fix host room status showing ended after playing
2022-08-09 23:02:38 +09:00
4107049b08 Fix host room status showing ended after playing 2022-08-09 21:43:10 +09:00
41af03dec5 Merge pull request #19597 from frenzibyte/hotfix-multi-spectator-results-screen
Fix multi-spectator potentially getting stuck for passed players (hotfix)
2022-08-09 21:11:10 +09:00
2367dc9610 Improved KeepUprightAndUnscaled 2022-08-09 13:06:11 +01:00
2de9e5f40f Fix test failure 2022-08-09 20:23:45 +09:00
551e1cf7ff Revert ordering and reword comment 2022-08-09 19:26:24 +09:00
1270ee9624 Update multiple tests to use new assert output for easier to understand failures 2022-08-09 19:19:54 +09:00
940629f2f1 Fix database storing order being changed by previous changes 2022-08-09 18:18:03 +09:00
106932b906 Add null check in TestPlayer's disposal code to avoid cascading test failure 2022-08-09 18:15:50 +09:00
efc4a129d9 Merge pull request #19658 from peppy/user-button-better-display
Display connecting / failing states on toolbar user display
2022-08-09 17:59:28 +09:00
4a312d5658 Use a placeholder user with the correct username during connecting process
This allows for various components (like gameplay) to obtain a correct
username even if the API is not yet in a connected state. The most
common case is during startup, where a connection may not have been
established yet, but the user's username was restored from their config
file.

By making the change, local scores will now have the correct username
(although avatar etc. will be missing, which I think it fine) even if
the API is not yet connected. Previously, they would show up as "Guest".
2022-08-09 17:13:09 +09:00
f9d0cc3c4e Change APIAccess.IsLoggedIn to also return true when connecting
All usages of this are made with the intention of showing data when an
api is going to eventually become available. In the case of a login
failure, components are also able to display a correct state.

With this change, it makes online components display in a more correct
state during startup or initial logging in phase.
2022-08-09 17:11:44 +09:00
beb3d41f0c Fix unsafe usage of APIAccess.LocalUser in BeatmapListingOverlay 2022-08-09 17:11:44 +09:00
ce67820d87 Merge branch 'master' into open-profile-hotkey 2022-08-09 04:10:27 -04:00
aee18135a9 Switch to toggle 2022-08-09 04:09:22 -04:00
961f5d4acc Reorganise global bindings section to be easier to find things 2022-08-09 17:08:31 +09:00
d80db2aee7 Merge pull request #19639 from peppy/fix-fps-damping
Fix incorrect FPS damping implementation
2022-08-09 17:03:55 +09:00
a71c2bbe28 Split overlay toggles into own section in key bindings
Things were getting hard to find..
2022-08-09 17:01:38 +09:00
6903ce1bcc Merge branch 'master' into open-profile-hotkey 2022-08-09 03:25:41 -04:00
a705c4f5d2 Moved ShowProfile to the bottom of the enum 2022-08-09 03:17:55 -04:00
04108a749e Rename translation key 2022-08-09 03:03:14 -04:00
47ca812faf Merge pull request #19656 from smoogipoo/fix-gameplay-test-rerun
Fix gameplay tests crashing when run multiple times
2022-08-09 16:01:39 +09:00
32852e5b21 Fix potentially thread-unsafe LocalUser usage 2022-08-09 16:01:04 +09:00
ededaed5ef Remove unused import 2022-08-09 02:58:28 -04:00
5d8bd1de28 Share localised strings with expanded display message 2022-08-09 15:57:16 +09:00
3473347f35 Lowercase "p" 2022-08-09 02:56:12 -04:00
3f8cedff3a Add tooltips showing current connecting status 2022-08-09 15:51:27 +09:00
4da9482a3e Add ability for loading layer to not block input 2022-08-09 15:51:11 +09:00
c35b4ef914 Display connecting / failing states on toolbar user display 2022-08-09 15:51:10 +09:00
aa9ced7f04 Add test coverage of ToolbarUserButton 2022-08-09 15:51:10 +09:00
f65b7ef058 Add keybind for showing profile 2022-08-09 02:49:53 -04:00
c7313ac371 Allow LoadingLayer's spinning circle to scale smaller than before 2022-08-09 15:34:11 +09:00
2f0e80e726 Merge pull request #19642 from peppy/barline-less-present
Adjust visuals of osu!mania barlines to be less present
2022-08-09 15:10:01 +09:00
00bdd52cff Move to TestPlayer and add null check 2022-08-09 15:05:40 +09:00
e79052c8a0 Merge pull request #19651 from bdach/mod-select/mod-preset-buggy-sounds
Fix spurious sample playbacks from already-removed mod preset panels
2022-08-09 15:00:47 +09:00
6c671434ec Fix gameplay tests crashing when run multiple times 2022-08-09 14:41:36 +09:00
a52fa8eb8b Rename const 2022-08-09 13:20:20 +09:00
edb8e5e33e Temporarily emptying TestSceneKeysPerSecondCounter until a good test can be found 2022-08-09 02:43:41 +02:00
b52a07c16a Use DI to provide dependencies for KPS Calculator and improve input
gathering

KPS Calculator now uses DI to retrieve the clocks. Using `HUDOverlay` it
is now cached for `KeysPerSecondCounter`s to resolve it. This also
allows to make an "Attach" flow like `KeyCounter`.
2022-08-08 21:54:06 +02:00
fbd645f06e Merge pull request #19638 from peppy/fix-collection-import-notification
Fix collection import not showing progress notification
2022-08-08 21:37:53 +02:00