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-18 02:49:53 +08:00
Code
Issues
Releases
Wiki
Activity
39,398
Commits
4
Branches
791
Tags
a1d63243a4287d705a1e99264c0cd74c7e3a0330
Commit Graph
273 Commits
Fix possible test failure
smoogipoo
·
2021-05-13 11:53:50 +09:00
5b03092968
Use test streaming client in gameplay leaderboard test
smoogipoo
·
2021-05-12 14:19:36 +09:00
273cd18b8a
Combine test spectator streaming client implementations
smoogipoo
·
2021-05-12 13:05:02 +09:00
21fc0ba43b
Fix flaky tests
smoogipoo
·
2021-05-11 19:31:32 +09:00
f5bc389998
Add test for changing back to idle on deletion
smoogipoo
·
2021-05-11 19:26:58 +09:00
bc4213eea1
Add failing tests
smoogipoo
·
2021-05-11 19:21:44 +09:00
7fe8737d94
Add failing test
smoogipoo
·
2021-05-11 19:01:41 +09:00
811282a975
Remove Sync namespace (feels unnecessary)
Dean Herbert
·
2021-05-03 13:38:53 +09:00
6da4105da6
Expose mute adjustment instead
smoogipoo
·
2021-04-26 19:01:30 +09:00
94d0b06493
Combine more instances of test player IDs
Dean Herbert
·
2021-04-26 17:22:16 +09:00
120fb8974d
Extract out test player IDs to constants
Dean Herbert
·
2021-04-26 17:04:39 +09:00
737a15c2d4
Rename test to match new
MultiSpectatorLeaderboard
class name
Dean Herbert
·
2021-04-26 16:48:40 +09:00
55f383c71e
Reference constant for test startup delay
Dean Herbert
·
2021-04-26 16:45:20 +09:00
6d30a1a80f
Rename testscene to match class
smoogipoo
·
2021-04-23 19:23:52 +09:00
b41897fd9b
Fix failing tests
smoogipoo
·
2021-04-23 00:49:14 +09:00
b25340653d
Xmldocs and general refactorings
smoogipoo
·
2021-04-22 23:52:22 +09:00
4f0857f946
Rename classes
smoogipoo
·
2021-04-22 23:39:02 +09:00
ee25949751
Use only single PlayerInstance for hit sample playback
smoogipoo
·
2021-04-22 22:59:47 +09:00
64579d50ac
Fix initial playback states not being correct
smoogipoo
·
2021-04-21 23:22:11 +09:00
2bea625613
Fix incorrect test spectator client implementation
smoogipoo
·
2021-04-16 23:01:34 +09:00
d5b26b0ab5
Merge branch 'gcc-abstraction' into multiplayer-spectator-screen
smoogipoo
·
2021-04-16 20:16:26 +09:00
a7aa3cb263
Attempt to fix match subscreen test failure
smoogipoo
·
2021-04-16 16:16:28 +09:00
25f0f17766
Always add player instances at first, populate later
smoogipoo
·
2021-04-16 12:25:29 +09:00
5ac0eb02cd
Reimplement multiplayer syncing using new master/slave clocks
smoogipoo
·
2021-04-15 19:12:52 +09:00
1705d472b5
Make tests a bit more resilient
smoogipoo
·
2021-04-13 22:40:24 +09:00
3039b7b0f9
Make resyncing a bit more resilient
smoogipoo
·
2021-04-13 22:10:35 +09:00
20823abb30
Merge branch 'master' into multiplayer-spectator-screen
smoogipoo
·
2021-04-13 20:07:56 +09:00
5b53a2b211
Merge pull request
#12350
from smoogipoo/multiplayer-spectator-player-grid
Add the multiplayer spectator player grid
Dean Herbert
·
2021-04-13 19:25:32 +09:00
2884ed3ab9
Add test for scoring mode changes
smoogipoo
·
2021-04-12 22:03:45 +09:00
1e002841cf
Rework to create a derived tracked user data instead
smoogipoo
·
2021-04-12 22:00:27 +09:00
c531e38a36
Merge branch 'master' into multiplayer-spectator-leaderboard
smoogipoo
·
2021-04-12 21:02:18 +09:00
27660265b5
Merge branch 'master' into multiplayer-spectator-player-grid
Dean Herbert
·
2021-04-12 14:14:13 +09:00
9be3163592
Fix multiplayer test failure
smoogipoo
·
2021-04-12 13:42:14 +09:00
4fcddfb44b
Fix filename
smoogipoo
·
2021-04-09 20:18:26 +09:00
61c400b1a1
Implement maximum start delay
smoogipoo
·
2021-04-09 20:17:57 +09:00
eccd269cce
Merge branch 'multiplayer-spectator-leaderboard' into multiplayer-spectator-screen
smoogipoo
·
2021-04-09 18:30:21 +09:00
950e4e05ef
Add some more asserts
smoogipoo
·
2021-04-09 18:23:41 +09:00
e73f3f52d7
Fix incorrect assert
smoogipoo
·
2021-04-09 18:23:38 +09:00
9ddcd686ac
Add test for no frames
smoogipoo
·
2021-04-09 18:18:23 +09:00
b49997f531
Add test
smoogipoo
·
2021-04-09 18:16:10 +09:00
589ce4bdc2
Add tests
smoogipoo
·
2021-04-08 22:14:30 +09:00
7958a257e8
Fix intermittent test failure
smoogipoo
·
2021-04-08 21:38:58 +09:00
70cd018a98
Merge branch 'master' into multiplayer-spectator-screen
smoogipoo
·
2021-04-08 21:13:37 +09:00
125358158b
Fix broken test
smoogipoo
·
2021-04-08 16:31:39 +09:00
b38d332268
Merge branch 'multiplayer-spectator-player-grid' into multiplayer-spectator-screen
smoogipoo
·
2021-04-08 00:19:00 +09:00
72a42ceaf7
Add test and fix several issues
smoogipoo
·
2021-04-08 00:12:21 +09:00
024adb699c
Fix class name
smoogipoo
·
2021-04-07 22:28:22 +09:00
214813154b
Merge branch 'master' into add-spectate-button-and-state
smoogipoo
·
2021-04-07 22:07:52 +09:00
99bee73ac1
Add match subscreen support + test
smoogipoo
·
2021-04-07 20:46:30 +09:00
93c5935ebc
Add button to footer
smoogipoo
·
2021-04-07 17:35:18 +09:00
abd637ffaa
First
Previous
1
2
3
4
5
...
Next
Last