Commit Graph

4517 Commits

Author SHA1 Message Date
470c68d6a5 Merge branch 'gameplay-leaderboard-update' into spectator-driven-leaderboard 2020-12-18 17:30:21 +09:00
668536ce56 Fix vertical size potentially changing during relayout 2020-12-18 17:25:48 +09:00
bca4d83af7 Revert previous player add flow via interface 2020-12-18 17:19:55 +09:00
5e83605026 Merge branch 'gameplay-leaderboard-update' into spectator-driven-leaderboard 2020-12-18 17:07:43 +09:00
157a72ec5d Revert previous player add flow via interface 2020-12-18 17:07:38 +09:00
96f23a1135 Merge branch 'master' into gameplay-leaderboard-update 2020-12-18 16:56:21 +09:00
869cac819d Merge branch 'gameplay-leaderboard-update' into spectator-driven-leaderboard 2020-12-18 16:55:44 +09:00
07a8ffa4aa Fix failing tests due to ignoring the lookup ID 2020-12-18 16:50:25 +09:00
9226a67f16 Merge branch 'master' into spectator-driven-leaderboard 2020-12-18 16:47:46 +09:00
99f2032fdf Merge branch 'master' into gameplay-leaderboard-update 2020-12-18 16:44:52 +09:00
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
ceb2e4762d Add test covering a more consistent spread of player scores 2020-12-18 16:20:42 +09:00
20175a884a Merge branch 'api-friends-list' into gameplay-leaderboard-update 2020-12-18 15:28:07 +09:00
206bf3713e Make IAPIProvider read-only bindables into IBindables 2020-12-18 15:16:36 +09:00
a8abefcd66 Make GameplayLeaderboardScore a model class 2020-12-18 03:34:33 +03:00
9c22753f3f Remove unnecessary inheritance to OverlayView 2020-12-18 02:51:19 +03:00
0faf3fdfd3 Update gameplay leaderboard scores with the new design 2020-12-17 15:19:10 +03:00
cc3dddf59f Fix test scene crashing on second run of SetUp
Also correctly support LongRunningLoad
2020-12-17 16:02:07 +09:00
cda3bd2017 Rename test scene to match tested class name 2020-12-16 16:22:47 +09:00
6bce587b59 Pass users in via constructor and correctly unbind on disposal 2020-12-16 16:20:29 +09:00
c1ba0f4642 Use a local lookup cache for better usernames 2020-12-16 16:20:29 +09:00
09d0ceb766 Add testing setup to get a better visual idea of how scoreboard will work
fixup! Add method to ScoreProcessor to calculate score and accuracy from statistics
2020-12-16 16:20:29 +09:00
fb795f6bfd Add initial hook-up to spectator backend 2020-12-16 16:20:29 +09:00
88b3bf06e8 Merge branch 'master' into add-bundle-header 2020-12-16 13:40:15 +09:00
b5ab400ad7 Fix test filename not matching updated class name 2020-12-15 15:44:43 +09:00
8b68ccc0ff Rename class and move inside HUD namespace 2020-12-15 15:34:11 +09:00
8362ad37e3 Bring up-to-date with code changes 2020-12-15 15:22:14 +09:00
70e5d4495a Merge branch 'master' into ingame-leaderboard-general-implementation 2020-12-15 15:14:56 +09:00
64a2526678 Add header class and basic flow for propagating data updates 2020-12-14 17:33:23 +09:00
1793385e96 Pass a score to the replay recorder to allow reading more general scoring data 2020-12-14 16:52:14 +09:00
f9afb7f335 Merge branch 'master' into archive-model-manager-stream-import-support 2020-12-08 16:11:11 +09:00
f599427080 Implement TimeshiftFilterControl 2020-12-07 22:04:35 +09:00
8eb1076fd7 Add test coverage 2020-12-07 18:18:14 +09:00
eb38bc4b4c Add the ability to import into ArchiveModelManagers from a stream 2020-12-07 18:09:18 +09:00
15e0ea332b Check state instead of alpha in tests 2020-12-06 13:18:19 -08:00
08f23cc424 Revert leasing logic 2020-12-05 22:15:41 +01:00
15ce7bacf1 Add test coverage for confine functionality
Due to growing levels of complexity around confine logic.
2020-12-05 14:17:05 +01:00
71fa0da7f4 Add failing test cases 2020-12-03 23:13:48 +01:00
71a121389b Merge pull request #11033 from smoogipoo/immutable-hit-samples
Make HitSampleInfo immutable
2020-12-02 14:44:26 +09:00
5772a0811c Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.7.1 to 16.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.7.1...v16.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 00:56:09 +00:00
5760e1c1fc Make HitSampleInfo immutable 2020-12-01 15:37:51 +09:00
07e14b1267 Disable unnecessary inspection 2020-12-01 01:37:53 +09:00
b401259f84 Add test coverage 2020-12-01 01:19:39 +09:00
b56e832e83 Merge pull request #10950 from ekrctb/pool-scrolling
Support hit object pooling in ScrollingPlayfield
2020-11-30 18:29:34 +09:00
b0637cebd1 Merge branch 'master' into song-select-track-selected-better-2 2020-11-30 17:26:15 +09:00
31cfaefdeb Move private functions in line with others 2020-11-30 15:39:43 +09:00
809caaa44c Use standard switch syntax (preferred for now) 2020-11-30 15:39:08 +09:00
0c36a3c263 Merge branch 'master' into pool-scrolling 2020-11-30 14:04:54 +09:00
5a276f8577 Merge branch 'master' into fix-editor-reapply-same-state-change 2020-11-30 13:34:03 +09:00
6bea78619a Update comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-11-30 13:33:29 +09:00