Andrei Zavatski
|
315a2b8314
|
Refactor MonthDropdown to decouple autosized logic
|
2021-05-12 20:50:20 +03:00 |
|
Andrei Zavatski
|
13a956f6fc
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into news-sidebar-new
|
2021-05-12 20:08:17 +03:00 |
|
Dan Balasescu
|
4e7c079560
|
Merge pull request #12753 from peppy/health-bar-hud-overlay-dependency
Remove downwards dependency from `HUDOverlay` to `HealthDisplay`
|
2021-05-12 19:27:02 +09:00 |
|
Dean Herbert
|
c6f0a6aed3
|
Merge pull request #12538 from smoogipoo/multiplayer-spectator-screen
Implement the multiplayer spectator screen
|
2021-05-12 17:24:35 +09:00 |
|
smoogipoo
|
e1dacde314
|
Add combo to test streaming client
|
2021-05-12 14:22:15 +09:00 |
|
smoogipoo
|
273cd18b8a
|
Use test streaming client in gameplay leaderboard test
|
2021-05-12 14:19:36 +09:00 |
|
Dean Herbert
|
87dfd9672d
|
Merge pull request #12748 from smoogipoo/fix-mania-sample-crash
Fix mania crashing on playing samples after skin change
|
2021-05-12 14:10:08 +09:00 |
|
Dean Herbert
|
90affa62cc
|
Merge pull request #12761 from smoogipoo/mania-hp-lenience
Increase mania HP lenience
|
2021-05-12 14:09:09 +09:00 |
|
smoogipoo
|
05c21fb5b3
|
Increase mania HP lenience
|
2021-05-12 13:27:30 +09:00 |
|
smoogipoo
|
672108edcf
|
Use container instead of array for field
|
2021-05-12 13:27:12 +09:00 |
|
smoogipoo
|
f4c96b2675
|
Only update playing user states when users are watched
|
2021-05-12 13:10:59 +09:00 |
|
smoogipoo
|
e0e8f5ab80
|
Fix ordering + threading issues
|
2021-05-12 13:06:28 +09:00 |
|
smoogipoo
|
ad11818868
|
Remove watched users on stop watching
|
2021-05-12 13:05:02 +09:00 |
|
smoogipoo
|
21fc0ba43b
|
Combine test spectator streaming client implementations
|
2021-05-12 13:05:02 +09:00 |
|
Dean Herbert
|
3428056113
|
Remove unnecessary usage of ChildrenEnumerable for array assignment
|
2021-05-12 13:00:02 +09:00 |
|
Dean Herbert
|
bf44c09a91
|
Add name identifying container and rename index variable
|
2021-05-12 12:59:46 +09:00 |
|
Dean Herbert
|
7f015ee1d0
|
Merge branch 'master' into fix-mania-sample-crash
|
2021-05-12 12:56:53 +09:00 |
|
Dean Herbert
|
184dbaf202
|
Improve safety of bindings in HealthDisplay
|
2021-05-12 12:53:30 +09:00 |
|
smoogipoo
|
9b09361cc9
|
Add testable spectator streaming client
|
2021-05-12 12:16:41 +09:00 |
|
Bartłomiej Dach
|
d706073e01
|
Trim empty remarks xmldoc tag
|
2021-05-11 23:08:50 +02:00 |
|
Andrei Zavatski
|
20a6903a40
|
Use GridContainer to distribute buttons in YearsPanel
|
2021-05-11 23:43:01 +03:00 |
|
Andrei Zavatski
|
085c3d067f
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into news-sidebar-new
|
2021-05-11 23:41:45 +03:00 |
|
Bartłomiej Dach
|
f13ef09f1f
|
Merge pull request #12752 from peppy/health-display-composite
|
2021-05-11 22:18:25 +02:00 |
|
Andrei Zavatski
|
f4801c08ff
|
Refactor MonthDropdown to ensure all the posts are within a given month
|
2021-05-11 22:34:01 +03:00 |
|
Andrei Zavatski
|
b0297c6324
|
Fix incorrect no posts handling and add corresponding test
|
2021-05-11 20:52:11 +03:00 |
|
Andrei Zavatski
|
822d99e69f
|
Remove pointless test scenes
|
2021-05-11 20:42:13 +03:00 |
|
Dean Herbert
|
8e226319e2
|
Remove downwards dependency from HUDOverlay to HealthDisplay
|
2021-05-11 23:18:23 +09:00 |
|
Dean Herbert
|
048677846b
|
Change HealthDisplay to be a CompositeDrawable
|
2021-05-11 23:10:30 +09:00 |
|
Andrei Zavatski
|
b79a0237a3
|
Fix TestSceneNewsYearsPanel error
|
2021-05-11 16:54:19 +03:00 |
|
Andrei Zavatski
|
c2ba16f977
|
Use relative sizing for MonthDropdown
|
2021-05-11 16:51:59 +03:00 |
|
Andrei Zavatski
|
1c0b0996cf
|
Rename DropdownButton to DropdownHeader
|
2021-05-11 16:42:18 +03:00 |
|
Andrei Zavatski
|
208224cc0d
|
CI fixes
|
2021-05-11 16:08:09 +03:00 |
|
Andrei Zavatski
|
01f5c77dac
|
Add better comments explaining empty actions
|
2021-05-11 15:56:50 +03:00 |
|
Andrei Zavatski
|
705aad262a
|
Rename MonthPanel to MonthDropdown
|
2021-05-11 15:42:40 +03:00 |
|
Andrei Zavatski
|
0a9c3c9413
|
Move metadata change logic to it's own method
|
2021-05-11 15:39:50 +03:00 |
|
Andrei Zavatski
|
9603712aa1
|
Cache metadata in NewsSideBar
|
2021-05-11 15:33:27 +03:00 |
|
Andrei Zavatski
|
e736240a06
|
Use lookup instead of dictionary to distribute posts
|
2021-05-11 15:12:04 +03:00 |
|
Andrei Zavatski
|
711e7ba860
|
Apply suggestions for MonthPanel
|
2021-05-11 14:43:23 +03:00 |
|
Andrei Zavatski
|
69f01e82db
|
Add bottom padding for NewsSideBar content
|
2021-05-11 14:42:56 +03:00 |
|
Andrei Zavatski
|
82436334b2
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into news-sidebar-new
|
2021-05-11 13:52:51 +03:00 |
|
smoogipoo
|
f5bc389998
|
Fix flaky tests
|
2021-05-11 19:31:32 +09:00 |
|
smoogipoo
|
bc4213eea1
|
Add test for changing back to idle on deletion
|
2021-05-11 19:26:58 +09:00 |
|
smoogipoo
|
9ad1e5067e
|
Fix spectate being entered while not having the beatmap
|
2021-05-11 19:22:09 +09:00 |
|
smoogipoo
|
7fe8737d94
|
Add failing tests
|
2021-05-11 19:21:44 +09:00 |
|
smoogipoo
|
811282a975
|
Add failing test
|
2021-05-11 19:01:41 +09:00 |
|
Dan Balasescu
|
4be15cfc5a
|
Merge pull request #12636 from peppy/skin-components-list
Add initial implementation of skin editor component list
|
2021-05-11 18:03:28 +09:00 |
|
smoogipoo
|
10a4a5decb
|
Merge branch 'master' into multiplayer-spectator-screen
|
2021-05-11 17:33:09 +09:00 |
|
Dan Balasescu
|
7d9cdd3bc2
|
Merge branch 'master' into skin-components-list
|
2021-05-11 17:27:48 +09:00 |
|
smoogipoo
|
713c169332
|
Fix mania crashing on playing samples after skin change
|
2021-05-11 16:21:21 +09:00 |
|
Dan Balasescu
|
a8be7499e9
|
Merge pull request #12744 from Joehuu/global-actions-idle-tracker
Fix idle tracker not accounting global actions
|
2021-05-11 15:17:12 +09:00 |
|