fb7ed08bab
move text creation to load method
2021-08-11 12:49:22 +07:00
ee3b373e8a
Correctly handle tied scores
2021-08-11 14:48:37 +09:00
cf82bca09c
Change logic to only handle the case of exactly two teams
2021-08-11 14:44:13 +09:00
6d763ca3c7
Merge branch 'master' into changelog-supporter
2021-08-11 10:47:51 +07:00
a3a9d0579f
Adjust checkbox / sliderbar animation speeds to match sound effects better
2021-08-11 12:33:14 +09:00
56b23fc765
Merge branch 'master' into context-menu-sounds
2021-08-11 11:46:10 +09:00
4268e4d750
Fix nested menus layering close samples if multiple menu levels are closed
2021-08-10 20:40:53 +02:00
58db6b758d
Update resources
2021-08-10 18:47:39 +09:00
60302e3daa
Update framework
2021-08-10 18:46:20 +09:00
a503274e1d
Pass through MultiplayerRoomUser
s instead of int
s to avoid re-retrieval
2021-08-10 18:39:20 +09:00
b8748a86c5
Merge pull request #14204 from peppy/fix-null-ref-online-tracking-component
...
Fix potential null reference in online status resolution in multiplayer match
2021-08-10 18:36:13 +09:00
33d4d635f2
Merge branch 'master' into fix-dho-state-overwrite
2021-08-10 17:55:18 +09:00
9cda5235a0
Merge branch 'master' into fix-dho-state-overwrite
2021-08-10 17:40:36 +09:00
b121d95400
Avoid potential null reference exception in OnlinePlayBeatmapAvailabilityTracker
2021-08-10 17:37:24 +09:00
d9b5f235d8
Add xmldoc explaining thread safety limitations of IModelManager
"events"
2021-08-10 17:36:59 +09:00
91c3396b24
Merge branch 'master' into add-playlist-item-download-progress
2021-08-10 17:25:27 +09:00
93408c636b
hide supporter promo section for supporter
2021-08-10 14:56:54 +07:00
3fb2ca4f4a
add border bottom
2021-08-10 14:55:57 +07:00
2b9168157d
Fix CurrentMatchPlayingItem
not being reset on leaving a multiplayer room
2021-08-10 16:53:03 +09:00
c63dfa21e1
Always initialize DHO transforms on LoadComplete
...
With the previous commit, the transform application is skipped when the state is already changed. But it turns out the previous commit breaks slider animation in the standard editor. This is probably due to the transforms are applied before nested hit objects are added.
2021-08-10 16:34:38 +09:00
f7a02219b8
fix font size description
2021-08-10 14:23:15 +07:00
b3fbf52571
add pippi and heart texture
2021-08-10 14:07:20 +07:00
49de8ce1df
fix up some layouting
2021-08-10 13:53:06 +07:00
7c8df57109
add description text
2021-08-10 13:21:23 +07:00
3aa72163f2
Add simple download progress display to download buttons on playlist items
2021-08-10 15:14:43 +09:00
a2b4f05ebe
add border radius and shadow
2021-08-10 12:11:21 +07:00
0b41731d0b
initial changelog supporter promo section
2021-08-10 11:43:11 +07:00
498daef998
Merge branch 'master' into multiplayer-team-vs-leaderboard
2021-08-10 13:09:15 +09:00
6da977f99a
Merge pull request #14178 from peppy/simplify-player-users-test-usage
...
Simplify method of marking players as playing in test scenes
2021-08-10 12:49:38 +09:00
c5b490c441
Use non linear colour interpolation for legacy health display
2021-08-10 11:29:31 +10:00
76e5a40b8e
Remove unnecessary "in" keyword
2021-08-09 20:53:02 +10:00
58714dbe71
Fix ordering of teams to match colours
2021-08-09 19:48:53 +09:00
490f9e1848
Fix overlap in spectator view
2021-08-09 19:45:16 +09:00
fe7c1d0181
Merge branch 'simplify-player-users-test-usage' into multiplayer-team-vs-leaderboard
2021-08-09 19:24:35 +09:00
ea6e441dec
Simplify method of marking players as playing in test scenes
2021-08-09 19:21:22 +09:00
551929cf5a
Simplify method of marking players as playing in test scenes
2021-08-09 19:18:13 +09:00
5f3d087101
Also add team score display to multiplayer spectator screen
2021-08-09 19:17:51 +09:00
121648b593
Add gameplay-specific team score display which can expand and contract
2021-08-09 19:17:51 +09:00
24accdcab0
Add LegacyUtils class with non linear colour interpolation method
2021-08-09 18:56:47 +10:00
ebbf6467e8
Support more than two teams
2021-08-09 17:23:02 +09:00
cdc173e867
Add tracking of team totals to leaderboard implementation
2021-08-09 17:08:32 +09:00
77c9aadd05
Add team colour support to multiplaye gameplay leaderboard panels
2021-08-09 17:06:25 +09:00
e1d4eee1d2
Add the ability to set custom overriding colours on GameplayLeaderboardScore
s
2021-08-09 17:06:21 +09:00
1e5d9003d3
Add the ability for tests to alter the room and user states which during testing
2021-08-09 16:58:36 +09:00
1f69c61fd8
Update framework
2021-08-09 16:38:21 +09:00
0fa1f085df
Store MultiplayerRoomUser
as part of tracked data
2021-08-09 16:31:18 +09:00
fcec714b4f
Add safeties to avoid MultiplayerPlayer
crashing when beatmap can't be loaded
2021-08-09 16:31:18 +09:00
aa4c6b9341
Bring across tournament score display for game usage
2021-08-09 16:30:37 +09:00
e08b1223ab
Move team colours to OsuColour
2021-08-09 16:30:37 +09:00
f4739d0118
Remove MaskingSmoothness
to avoid making sheered container blurry
2021-08-09 16:28:43 +09:00