This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-28 11:50:15 +08:00
Code
Issues
Releases
Wiki
Activity
42,436
Commits
4
Branches
799
Tags
84b67deb4d2fc53a97df4e2b87b38d575e7c673a
Commit Graph
336 Commits
Allow confirming room password by pressing Enter
Bartłomiej Dach
·
2021-07-21 00:04:51 +02:00
db9cf443c7
Revert unintended changes
Dean Herbert
·
2021-07-20 16:44:51 +09:00
26cc4af87c
Add test coverage of fail scenario
Dean Herbert
·
2021-07-20 16:37:13 +09:00
4113eae6ad
Move initial content into step
smoogipoo
·
2021-07-19 22:31:53 +09:00
7956f73f62
Fix password icon not disappearing when no password
smoogipoo
·
2021-07-19 22:31:01 +09:00
57a99886d5
Add room joining tests
smoogipoo
·
2021-07-19 20:55:14 +09:00
05295241b8
Fix password not copied from multiplayer client
smoogipoo
·
2021-07-19 20:20:08 +09:00
2eec524f27
Add test
smoogipoo
·
2021-07-19 20:08:29 +09:00
1b9d297911
Simplify popover hide logic and add test coverage
Dean Herbert
·
2021-07-17 22:31:47 +09:00
c6bc95767d
Remove unused using statements
Dean Herbert
·
2021-07-17 15:35:08 +09:00
567a94a28b
Fix test not working due to popover container being too global
Dean Herbert
·
2021-07-17 15:04:00 +09:00
d609839ff6
Merge branch 'master' into add-password-support
Dean Herbert
·
2021-07-14 23:53:03 +09:00
b5dd9403b1
Add test
smoogipoo
·
2021-07-13 17:31:28 +09:00
28ff92e34e
Add test flow for joining passworded rooms via UI
Dean Herbert
·
2021-07-12 18:25:04 +09:00
947460c3c5
Update tests
Dean Herbert
·
2021-07-12 18:25:04 +09:00
a3e0168a46
Add lock overlay for rooms which are password protected
Dean Herbert
·
2021-07-12 18:22:52 +09:00
3c49b46c5f
Add multiplayer lounge test coverage
Dean Herbert
·
2021-07-12 15:49:19 +09:00
84b0a3290c
Fix intermittent spectate button test failures
smoogipoo
·
2021-07-06 20:28:55 +09:00
6bc0020825
Fix another potential failure
smoogipoo
·
2021-07-06 17:57:24 +09:00
b209868d96
Fix intermittent ready button test failures
smoogipoo
·
2021-07-06 17:52:27 +09:00
8b12ec9586
Merge pull request
#13786
from peppy/multiplayer-test-fixes
Fix multiplayer test failures due to leaderboard load process
Dan Balasescu
·
2021-07-06 16:33:41 +09:00
32e6c9c5d3
Remove redundant arguments
PercyDan54
·
2021-07-05 23:52:39 +08:00
e1c646b9b2
Add local
UserLookupCache
to avoid online requests being fired from multiplayer tests
Dean Herbert
·
2021-07-05 19:41:00 +09:00
10e7c846e5
Move setup steps to
SetUpSteps
and add empty test case
Dean Herbert
·
2021-07-05 19:10:27 +09:00
9c2fed4806
Fix ongoing operation being begun in an async context
Dean Herbert
·
2021-07-02 16:09:02 +09:00
7b0f970e7d
Fix some incorrectly invoked
async
calls
Dean Herbert
·
2021-07-02 14:43:48 +09:00
f2d9d78455
Add star rating range display
smoogipoo
·
2021-07-01 20:35:31 +09:00
4c95af4b16
Increase number of sent frames to prevent timing issues
smoogipoo
·
2021-06-30 20:16:57 +09:00
aa7405afa1
Merge branch 'master' into spectator-start-at-end-2
Dean Herbert
·
2021-06-30 15:06:30 +09:00
741ecbb2df
Remove unused private methods
Dean Herbert
·
2021-06-30 14:31:27 +09:00
4337577448
Attempt to fix one more intermittent test failure
smoogipoo
·
2021-06-29 23:02:20 +09:00
331b7237ab
Make MultiSpectatorScreen and tests more resillient to timing
smoogipoo
·
2021-06-29 22:45:51 +09:00
6dd3c6fe93
Merge branch 'rework-multiplayer-test-scenes' into spectator-start-at-end-2
smoogipoo
·
2021-06-29 17:06:57 +09:00
8e04d73b67
Merge branch 'master' into spectator-start-at-end-2
smoogipoo
·
2021-06-29 15:53:58 +09:00
bcdf36e77b
Cleanup match header test
smoogipoo
·
2021-06-29 15:39:01 +09:00
06beeee4d8
Load participants list after joining room
smoogipoo
·
2021-06-25 20:56:13 +09:00
d035633f95
Don't join room in participants test
smoogipoo
·
2021-06-25 20:44:00 +09:00
3e5ae7ea58
Fix up dependencies class names
smoogipoo
·
2021-06-25 20:11:38 +09:00
1ed61b9b98
Fix incorrect parent class
smoogipoo
·
2021-06-25 20:09:03 +09:00
57f2b4f812
Fix TestSceneMultiplayer resolving the wrong client
smoogipoo
·
2021-06-25 19:16:54 +09:00
04cc390c41
Rename RoomDependencies -> OnlinePlayDependencies
smoogipoo
·
2021-06-25 18:07:47 +09:00
a27a647ae7
Move SpectatorClient into multiplayer dependencies
smoogipoo
·
2021-06-25 17:55:16 +09:00
c0d2b41d4c
Move UserLookupCache inside dependencies
smoogipoo
·
2021-06-25 17:37:02 +09:00
7aefbe3da1
Remove manual dependencies in TestSceneMultiplayerGameplayLeaderboard
smoogipoo
·
2021-06-25 15:30:28 +09:00
d6ab08c958
Rework MultiplayerTestScene to make use of OnlinePlayTestScene
smoogipoo
·
2021-06-25 15:00:10 +09:00
81a812e216
Remove "test container", make everything go through OnlinePlayTestScene
smoogipoo
·
2021-06-25 13:02:19 +09:00
aa5d22d04a
Remove MultiplayerTestScene inheritance from simple test scenes
smoogipoo
·
2021-06-24 21:02:29 +09:00
8fba7d2423
Split room manager and allow overrides
smoogipoo
·
2021-06-24 19:14:05 +09:00
a21cf87b5f
Merge RoomManagerTestScene into OnlinePlaySubScreenTestScene
smoogipoo
·
2021-06-24 19:09:31 +09:00
5115299e9a
Add OnlinePlaySubScreenTestScene
smoogipoo
·
2021-06-24 17:01:28 +09:00
a7b5c3bed1
First
Previous
1
2
3
4
5
...
Next
Last