Dan Balasescu
|
3f51effe98
|
Merge pull request #8149 from peppy/add-load-delay-for-avatars
Add a short load delay for avatars to avoid unnecessary fetching
|
2020-03-06 22:31:16 +09:00 |
|
Dan Balasescu
|
092c02c3b3
|
Merge pull request #8148 from peppy/fix-tournament-screen-aspect-in-tests
Ensure tournament screens respect aspect ratio in tests
|
2020-03-06 22:18:01 +09:00 |
|
Dan Balasescu
|
28c665e7a6
|
Merge branch 'master' into add-load-delay-for-avatars
|
2020-03-06 22:09:47 +09:00 |
|
Dan Balasescu
|
fa8ee0ca0d
|
Merge branch 'master' into fix-tournament-screen-aspect-in-tests
|
2020-03-06 21:59:42 +09:00 |
|
Dean Herbert
|
b6a695ec11
|
Update framework (#8152)
Update framework
|
2020-03-06 19:19:51 +09:00 |
|
Dean Herbert
|
16cc49daa0
|
Update framework
|
2020-03-06 18:47:31 +09:00 |
|
Dean Herbert
|
fd16d24362
|
Make KeyCounter not count key presses during breaks (#8059)
Make KeyCounter not count key presses during breaks
|
2020-03-06 18:42:22 +09:00 |
|
Dean Herbert
|
a59c3d997d
|
Refactor implementation to better match what already existed
|
2020-03-06 18:00:17 +09:00 |
|
Dean Herbert
|
0ccf691c97
|
Remove unnecessary interpolation
|
2020-03-06 18:00:07 +09:00 |
|
Dean Herbert
|
3b0e3cd71a
|
Remove using statements
|
2020-03-06 17:55:57 +09:00 |
|
Dean Herbert
|
40074f10db
|
Remove unnecessary override
|
2020-03-06 17:55:05 +09:00 |
|
Dean Herbert
|
90dbb90470
|
Merge branch 'master' into disable-keycounter-breaks
|
2020-03-06 17:53:10 +09:00 |
|
Dean Herbert
|
8ff3370273
|
Add a short load delay for avatars to avoid unnecessary fetching
|
2020-03-06 16:27:38 +09:00 |
|
Dean Herbert
|
ac88ba717b
|
Ensure screens respect aspect ratio in tests
|
2020-03-06 16:13:07 +09:00 |
|
Dan Balasescu
|
aafdfbca1f
|
Merge pull request #8129 from peppy/fix-dummy-track-completion-feedback
Fix DummyWorkingBeatmap's track completion attempting to change game-wide beatmap
|
2020-03-05 17:57:57 +09:00 |
|
Dan Balasescu
|
8a4bfb90d7
|
Merge pull request #8135 from mcendu/vscode-ld-library-path
Remove LD_LIBRARY_PATH from vscode launch.json
|
2020-03-05 17:57:49 +09:00 |
|
Dan Balasescu
|
07a54a10b5
|
Merge pull request #8066 from voidedWarranties/mod-testscene
Add base test scene allowing different player initialisation per test method
|
2020-03-05 17:40:08 +09:00 |
|
Dan Balasescu
|
71cea29b09
|
Merge branch 'master' into vscode-ld-library-path
|
2020-03-05 17:14:12 +09:00 |
|
smoogipoo
|
0c1775b522
|
Fix incorrect condition and add test
|
2020-03-05 17:12:14 +09:00 |
|
Dan Balasescu
|
f12a515ca5
|
Merge branch 'master' into mod-testscene
|
2020-03-05 17:10:24 +09:00 |
|
Dan Balasescu
|
f7777ecb01
|
Merge pull request #8142 from peppy/add-star-difficulty-max-migration
Fix song select max displayable star difficulty getting stuck at wrong maximum
|
2020-03-05 17:10:10 +09:00 |
|
smoogipoo
|
9307caa3bf
|
Fix typos
|
2020-03-05 16:58:07 +09:00 |
|
Dan Balasescu
|
98929a65d4
|
Merge pull request #8140 from peppy/less-test-players
Centralise TestPlayer implementations as much as possible
|
2020-03-05 16:54:25 +09:00 |
|
Dan Balasescu
|
f0fd2a86e3
|
Merge branch 'master' into add-star-difficulty-max-migration
|
2020-03-05 16:30:38 +09:00 |
|
Dan Balasescu
|
5368f5214b
|
Merge branch 'master' into less-test-players
|
2020-03-05 16:30:38 +09:00 |
|
Dan Balasescu
|
0487440f53
|
Merge pull request #8141 from peppy/centralise-update-managers
Centralise creation of UpdateManagers
|
2020-03-05 16:02:05 +09:00 |
|
Dean Herbert
|
646c8fe077
|
Add note about version override
|
2020-03-05 15:40:48 +09:00 |
|
Dean Herbert
|
5b8037ea7d
|
Add note about early migration return on non-release transitions
|
2020-03-05 15:36:36 +09:00 |
|
Dean Herbert
|
507af4fa72
|
Add comment about rationale behind always updating version in config
|
2020-03-05 15:35:27 +09:00 |
|
Dean Herbert
|
d3786a9382
|
Merge branch 'centralise-update-managers' into add-star-difficulty-max-migration
|
2020-03-05 15:07:20 +09:00 |
|
Dean Herbert
|
a311ace626
|
Add migration test
|
2020-03-05 15:07:00 +09:00 |
|
Dean Herbert
|
1e1e8cbcb5
|
Always update version
|
2020-03-05 14:46:38 +09:00 |
|
Dean Herbert
|
1e6710020e
|
Remove minor version for now
|
2020-03-05 13:46:25 +09:00 |
|
Dean Herbert
|
74b5e76c0e
|
Fix dependency initialisation ordering
|
2020-03-05 13:39:55 +09:00 |
|
Dean Herbert
|
6477a7b73e
|
Centralise creation of UpdateManagers
|
2020-03-05 13:34:04 +09:00 |
|
Dean Herbert
|
7229131d36
|
Fix song select max displayable star difficulty getting stuck at wrong maximum
|
2020-03-05 13:18:42 +09:00 |
|
Dean Herbert
|
e78c238ecd
|
Merge pull request #8131 from recapitalverb/fix-searchable-list-padding
Fix searchable list padding
|
2020-03-05 12:23:33 +09:00 |
|
Dean Herbert
|
9a12909f09
|
Test ModDifficultyAdjust is actually taking effect
|
2020-03-05 11:55:20 +09:00 |
|
Dean Herbert
|
26ce0d05d6
|
Use autoplay mod rather than local replay provider
|
2020-03-05 11:33:30 +09:00 |
|
Dean Herbert
|
77fddcd2c2
|
Merge branch 'less-test-players' into mod-testscene
|
2020-03-05 11:26:33 +09:00 |
|
Dean Herbert
|
5200633f9f
|
Centralise TestPlayer implementations as much as possible
|
2020-03-05 11:25:07 +09:00 |
|
Dean Herbert
|
fadebcdc03
|
Move all sets to object initialiser for code formatting reasons
|
2020-03-05 10:21:25 +09:00 |
|
Dean Herbert
|
3b19467ead
|
ModTestCaseData -> ModTestData
|
2020-03-05 10:19:42 +09:00 |
|
Dean Herbert
|
0f1f1d1a6b
|
Remove unused "name" parameter
|
2020-03-05 10:18:37 +09:00 |
|
Dean Herbert
|
2a581ef247
|
Remove required types
|
2020-03-05 10:15:17 +09:00 |
|
Dean Herbert
|
ce3786cfd9
|
Rename to ModTestScene (is no longer a sandbox)
|
2020-03-05 10:11:27 +09:00 |
|
Dean Herbert
|
3f7e2e2159
|
Merge pull request #8138 from bdach/fix-user-panel-tests
Fix user panel tests
|
2020-03-05 09:42:52 +09:00 |
|
Bartłomiej Dach
|
b8889318db
|
Pass rulesets to solo game status
|
2020-03-04 22:13:31 +01:00 |
|
Bartłomiej Dach
|
afa3ce494d
|
Set online status in activity test
The test would check nothing otherwise.
|
2020-03-04 22:07:02 +01:00 |
|
Bartłomiej Dach
|
5fa2638e81
|
Rename tests to adhere to convention
|
2020-03-04 22:05:48 +01:00 |
|