Bartłomiej Dach
|
e2cc401c12
|
Move BDL above LoadComplete()
|
2020-12-19 15:05:59 +01:00 |
|
Bartłomiej Dach
|
d392e0f27e
|
Extract shared rank-formatting helper
|
2020-12-19 15:04:22 +01:00 |
|
Bartłomiej Dach
|
22a2c3efdf
|
Add back xmldoc of AddPlayer
|
2020-12-19 15:04:18 +01:00 |
|
Bartłomiej Dach
|
28ca21b432
|
Seal banned method & throw better exception
|
2020-12-19 14:50:09 +01:00 |
|
Salman Ahmed
|
228acf25a7
|
Add test case creating leaderboard scores with existing users
|
2020-12-18 13:13:31 +03:00 |
|
Salman Ahmed
|
030dce5559
|
Increase leaderboard score width a bit
|
2020-12-18 13:09:50 +03:00 |
|
Salman Ahmed
|
c9e75e7908
|
Add user avatar to leaderboard scores
|
2020-12-18 13:09:05 +03:00 |
|
Dean Herbert
|
fdad5e86d3
|
Remove stray newline
|
2020-12-18 17:33:18 +09:00 |
|
Dean Herbert
|
615352c1e4
|
Fix shear offset not being included in GameplayLeaderboard's own size
|
2020-12-18 17:30:11 +09:00 |
|
Dean Herbert
|
668536ce56
|
Fix vertical size potentially changing during relayout
|
2020-12-18 17:25:48 +09:00 |
|
Dean Herbert
|
e82986b763
|
Fix panel x positions getting weird duration relayouts
Also adjust the transitions a bit to feel better.
|
2020-12-18 17:19:55 +09:00 |
|
Dean Herbert
|
4cf013c005
|
Fix animation replacing itself even when score position hasn't changed
|
2020-12-18 17:19:55 +09:00 |
|
Dean Herbert
|
bca4d83af7
|
Revert previous player add flow via interface
|
2020-12-18 17:19:55 +09:00 |
|
Dean Herbert
|
99f2032fdf
|
Merge branch 'master' into gameplay-leaderboard-update
|
2020-12-18 16:44:52 +09:00 |
|
Dean Herbert
|
9618f512d7
|
Merge pull request #11190 from frenzibyte/api-friends-list
Add global friends list to API providers
|
2020-12-18 16:44:29 +09:00 |
|
Dean Herbert
|
c84807ed5c
|
Refactor implementation
|
2020-12-18 16:20:54 +09:00 |
|
Dean Herbert
|
ceb2e4762d
|
Add test covering a more consistent spread of player scores
|
2020-12-18 16:20:42 +09:00 |
|
Dean Herbert
|
91fbdc3aed
|
Merge branch 'api-friends-list' into gameplay-leaderboard-update
|
2020-12-18 15:43:24 +09:00 |
|
Dean Herbert
|
a749dca20b
|
Remove left over using statement
|
2020-12-18 15:43:15 +09:00 |
|
Dean Herbert
|
4af508235e
|
Rename long variable
|
2020-12-18 15:35:18 +09:00 |
|
Dean Herbert
|
20175a884a
|
Merge branch 'api-friends-list' into gameplay-leaderboard-update
|
2020-12-18 15:28:07 +09:00 |
|
Dean Herbert
|
99b670627a
|
Remove unused placeholder friend in DummyAPI implementation
|
2020-12-18 15:25:12 +09:00 |
|
Dean Herbert
|
57c5d45c02
|
Standardise and extract common connection failure handling logic
|
2020-12-18 15:19:38 +09:00 |
|
Dean Herbert
|
d36169f697
|
Move friend request to a more understandable place in connection flow
|
2020-12-18 15:16:48 +09:00 |
|
Dean Herbert
|
206bf3713e
|
Make IAPIProvider read-only bindables into IBindables
|
2020-12-18 15:16:36 +09:00 |
|
Dean Herbert
|
2969500743
|
Merge pull request #11171 from peppy/add-bundle-header
Add summary scoring data to replay FrameBundle headers
|
2020-12-18 11:13:24 +09:00 |
|
Salman Ahmed
|
92bf74ba29
|
localUser -> localOrReplayPlayer
|
2020-12-18 03:37:24 +03:00 |
|
Salman Ahmed
|
a8abefcd66
|
Make GameplayLeaderboardScore a model class
|
2020-12-18 03:34:33 +03:00 |
|
Salman Ahmed
|
8a01e567a1
|
Fix API potentially getting stuck in connecting state
|
2020-12-18 03:06:28 +03:00 |
|
Salman Ahmed
|
9c22753f3f
|
Remove unnecessary inheritance to OverlayView
|
2020-12-18 02:51:19 +03:00 |
|
Salman Ahmed
|
5e4f667cff
|
Revert "Allow OverlayView fetching with no API requests required"
This reverts commit 449b9a21ae .
|
2020-12-18 01:27:58 +03:00 |
|
Bartłomiej Dach
|
569caa9500
|
Merge branch 'master' into add-bundle-header
|
2020-12-17 20:55:24 +01:00 |
|
Dean Herbert
|
bb586f3175
|
Merge pull request #11193 from smoogipoo/add-multiplayer-beatmap-checksum
Add beatmap checksum to MultiplayerRoomSettings
|
2020-12-17 23:55:38 +09:00 |
|
smoogipoo
|
c15bb6b928
|
Add beatmap hash to MultiplayerRoomSettings
|
2020-12-17 22:04:24 +09:00 |
|
Salman Ahmed
|
0faf3fdfd3
|
Update gameplay leaderboard scores with the new design
|
2020-12-17 15:19:10 +03:00 |
|
Salman Ahmed
|
5d180753fa
|
Complete connection once friends list is succesfully fetched
|
2020-12-17 13:44:30 +03:00 |
|
Salman Ahmed
|
904a4daa98
|
Add todo comment reminding of updating friends list along
|
2020-12-17 13:33:49 +03:00 |
|
Salman Ahmed
|
94175d0532
|
Use global friends list instead of always fetching
|
2020-12-17 13:33:17 +03:00 |
|
Salman Ahmed
|
449b9a21ae
|
Allow OverlayView fetching with no API requests required
|
2020-12-17 13:31:57 +03:00 |
|
Salman Ahmed
|
78ce6f1cd2
|
Add friends list to API providers
|
2020-12-17 13:30:55 +03:00 |
|
Dean Herbert
|
76ffe31855
|
Merge pull request #11138 from smoogipoo/stanr-nf-multiplier
Port StanR's NF multiplier changes
|
2020-12-17 18:59:46 +09:00 |
|
Dean Herbert
|
3ff70d331a
|
Mark recordingScore as nullable
|
2020-12-17 16:17:13 +09:00 |
|
Dean Herbert
|
81b0db0401
|
Remove double construction of empty replay object
|
2020-12-17 16:17:08 +09:00 |
|
Dean Herbert
|
fe76a00621
|
Merge branch 'master' into add-bundle-header
|
2020-12-17 16:13:40 +09:00 |
|
Dean Herbert
|
b9a8d1e455
|
Merge pull request #11187 from smoogipoo/multiplayer-int-userids
Use ints for userid parameters
|
2020-12-16 20:44:42 +09:00 |
|
smoogipoo
|
9571157841
|
Use ints for userid parameters
|
2020-12-16 20:04:36 +09:00 |
|
Dan Balasescu
|
7321e59c4b
|
Merge pull request #11186 from peppy/mania-clamp-hit-position-offset
Clamp osu!mania's HitPosition offset to match osu-stable implementation
|
2020-12-16 18:52:59 +09:00 |
|
Dean Herbert
|
39957382f7
|
Merge pull request #11099 from Game4all/android-add-import-support
Add support for importing files on Android
|
2020-12-16 18:25:08 +09:00 |
|
Dean Herbert
|
c002184768
|
Clamp osu!mania's HitPosition offset to match osu-stable implementation
Closes #11184.
|
2020-12-16 18:08:19 +09:00 |
|
Dean Herbert
|
72d296f412
|
Add received timestamp and basic xmldoc for header class
|
2020-12-16 16:19:53 +09:00 |
|