f753f138c6
Add counter to most played beatmaps section in user overlay
2020-11-12 03:11:29 +03:00
7df9484458
Merge branch 'master' into add-random-skin-hotkey
2020-11-11 15:48:12 +09:00
09324c4598
Merge pull request #3652 from WebFreak001/shuffle-skin
...
Add "random skin" option to skin setting dropdown
2020-11-11 15:47:00 +09:00
8ad84d6640
Merge branch 'master' into osd-custom-bindings-display
2020-11-11 15:12:31 +09:00
f78f2fb59e
Merge branch 'osd-custom-bindings-display' into add-random-skin-hotkey
2020-11-11 13:53:49 +09:00
324626e097
Move default config tracking calls out of OnScreenDisplay itself
2020-11-11 13:53:09 +09:00
8d38d9cc93
Add hotkey to select random skin
2020-11-11 13:05:03 +09:00
6674628bc7
Only include user skins in random choices
2020-11-11 12:03:38 +09:00
6b548ef5e4
Split out SkinInfo ID constants and fix random logic
2020-11-11 11:54:40 +09:00
6593aac3f2
Merge pull request #7762 from EVAST9919/history-graph
2020-11-11 11:35:34 +09:00
a5e13e4d2c
Merge branch 'master' into shuffle-skin
2020-11-11 11:34:48 +09:00
53c968e137
Fix user profile best performance weighting being out of order
2020-11-11 10:19:59 +09:00
6c428d8b11
Merge master with conflicts resolved
2020-11-11 01:37:01 +03:00
dd873dbd85
Merge branch 'master' into fix-profile-graph-crash
2020-11-10 12:17:12 +01:00
833c0b223e
Clamp index to valid bounds
2020-11-10 18:08:12 +09:00
2e3dc6fc46
Merge branch 'master' into fix-profile-graph-crash
2020-11-10 18:06:51 +09:00
28daff1716
Stop mod select overlay hotkeys handling input when control is pressed
...
Closes https://github.com/ppy/osu/issues/10766 in about the best way we
can for now.
2020-11-10 17:57:59 +09:00
5221a34929
Only handle keys which create characters
2020-11-10 16:32:58 +09:00
a2ef3aa21a
Force beatmap listing overlay's textbox back on screen when a key is pressed
...
Not the cleanest solution, but works for now. Will eventually be
replaced after the header is updated to reflect the latest designs
(which keeps it on screen in all cases).
Closes https://github.com/ppy/osu/issues/10703 .
2020-11-10 16:26:30 +09:00
e464e719ef
Merge remote-tracking branch 'refs/remotes/ppy/master' into history-graph
2020-11-10 10:22:57 +03:00
4af390a168
Move hierarchy init to load and remove unnecessary field storage
2020-11-10 12:33:07 +09:00
670d6d8719
Make button field readonly
2020-11-09 18:59:54 -08:00
c671d97e6f
Disable watch button on the local user
2020-11-09 18:39:35 -08:00
37feedae7a
Fix potential crash due to stale index
2020-11-10 07:27:38 +09:00
1548c0dc25
Ensure graph hover state is updated after data changes
2020-11-10 07:27:27 +09:00
690e69bcc6
Reforamt for legibility
2020-11-09 12:22:54 +09:00
90ce1bd5f0
Add missing async suffix
2020-11-09 10:40:16 +09:00
f94ac1cbc7
Merge branch 'master' into efficient-user-retrieval
2020-11-07 00:07:29 +09:00
c3c288145a
Ignore null results for now
2020-11-06 17:55:29 +09:00
1ca8b03aa5
Never disable pause button on now playing overlay
2020-11-06 17:26:23 +09:00
c97c6bbf52
Add and consume user cache class
2020-11-06 17:00:29 +09:00
2457083d8b
Add padding to currently playing view
2020-11-06 17:00:29 +09:00
db039da668
Add and consume multi-lookup API endpoint
2020-11-06 17:00:29 +09:00
07166ec819
Fix a couple of remaining unnecessary casts
2020-11-06 13:29:47 +09:00
1e1569eb53
Use int instead of long for user_id fields for now
2020-11-06 12:59:46 +09:00
487a5ecdba
Replace all usage of IBindableList.GetBoundCopy
2020-11-04 15:29:14 +09:00
211510fe9a
Fix undesirable vertical spacing in currently playing display
2020-11-03 19:12:03 +01:00
86d283ebf4
Adjust layout slightly to avoid specifying width twice
2020-11-03 19:03:48 +01:00
a3c67aabe2
Merge branch 'master' into spectator-listing
2020-11-03 19:56:25 +09:00
c1d9a0c92c
Move click action out of user panel
2020-11-02 21:09:47 +09:00
ed30756c19
Add test coverage for new display (and remove live version for now)
2020-11-02 20:41:14 +09:00
c6de0544d2
Disable display for not
2020-11-02 20:21:23 +09:00
5cbfaf3589
Revert "Add (temporary) local user cache to avoid re-querying API each display"
...
This reverts commit 4e17634ee2
.
2020-11-02 20:19:38 +09:00
4e17634ee2
Add (temporary) local user cache to avoid re-querying API each display
2020-11-02 17:31:04 +09:00
6f623d8cca
Rename IsUserPaused -> UserPauseRequested
2020-11-02 16:08:59 +09:00
8f2cd0e8c5
Add matching requestedByUser parameter to Play method
2020-11-02 15:01:30 +09:00
d2f6303988
Change default value of requestedByUser to false
2020-11-02 14:56:50 +09:00
941e8525af
Add flag parameter to allow non-user-pause via music controller
2020-10-31 16:07:54 +01:00
f0b80d245e
Merge branch 'master' into spectator-listing
2020-10-31 16:22:49 +09:00
a088151e58
Merge branch 'spectator-replay-watcher' into spectator-listing
2020-10-31 16:22:10 +09:00