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-22 01:59:53 +08:00
Code
Issues
Releases
Wiki
Activity
19,824
Commits
4
Branches
793
Tags
6539c6da170a3202fbb2818ec96b184e3a97a5ea
Commit Graph
423 Commits
Update ParticipantInfo
Dean Herbert
·
2018-12-26 20:35:54 +09:00
8386e206c3
Open -> Push
Dean Herbert
·
2018-12-26 20:35:54 +09:00
5bd3ab51dd
Move PartRoom calls
Dean Herbert
·
2018-12-26 20:35:54 +09:00
6f0d13e36b
Reduce code duplication
smoogipoo
·
2018-12-26 20:33:19 +09:00
9d305ba024
Add error message when creation fails
smoogipoo
·
2018-12-26 20:33:19 +09:00
be9ba78d47
Display room join errors as notifications
smoogipoo
·
2018-12-26 20:32:36 +09:00
052ab4763a
Update ParticipantInfo
Dean Herbert
·
2018-12-26 20:31:04 +09:00
7a431ed87f
Open -> Push
Dean Herbert
·
2018-12-26 20:21:30 +09:00
869081ce9c
Move PartRoom calls
Dean Herbert
·
2018-12-26 20:12:51 +09:00
692f5c289d
Renaming
Dean Herbert
·
2018-12-26 20:05:57 +09:00
2353c204ee
Give leaderboard and chat more breathing room
Dean Herbert
·
2018-12-26 19:20:54 +09:00
532a970c0f
Improve room padding
Dean Herbert
·
2018-12-26 19:14:15 +09:00
0cefd4b21d
Icon and beatmap title visual pass
Dean Herbert
·
2018-12-26 18:01:53 +09:00
f442e59620
Split class out
Dean Herbert
·
2018-12-26 16:50:50 +09:00
c6c8c472bb
RoomSettingsOverlay -> MatchSettingOverlay
Dean Herbert
·
2018-12-26 16:50:50 +09:00
9b2575cc20
Fix padding and use grid container for more correctness
Dean Herbert
·
2018-12-26 15:23:57 +09:00
6e8c46f00b
Make room settings scroll
Dean Herbert
·
2018-12-26 15:03:35 +09:00
755c6b9243
Don't use all uppercase (is applied automatically)
Dean Herbert
·
2018-12-26 14:26:35 +09:00
e9556afe22
Fix host info not working
smoogipoo
·
2018-12-25 18:07:19 +09:00
1dd2a4e368
Exit from match screen on escape
smoogipoo
·
2018-12-25 17:14:56 +09:00
d4f5a8507c
Fix leaderboard being queried on room creation
smoogipoo
·
2018-12-25 13:57:25 +09:00
91b83cd4b8
More automated tests
smoogipoo
·
2018-12-25 11:59:08 +09:00
23d21a45e5
Remove IHasFilterableChildren from class
smoogipoo
·
2018-12-25 11:58:28 +09:00
626ec85ae8
Create IRoomManager interface, add test for RoomsContainer
smoogipoo
·
2018-12-25 11:45:50 +09:00
6712a68797
Fix enddate not being bound to
smoogipoo
·
2018-12-25 11:31:36 +09:00
f79aa07d02
Fix incorrect room status
smoogipoo
·
2018-12-25 11:24:46 +09:00
e0e75c7339
Fix post-merge issues
smoogipoo
·
2018-12-22 16:26:27 +09:00
bb08bf10a0
Rename variable
smoogipoo
·
2018-12-22 15:46:04 +09:00
baed0ef3ba
Split out more requests + responses
smoogipoo
·
2018-12-22 15:45:16 +09:00
b9ec179713
Fix post-merge issues
smoogipoo
·
2018-12-22 15:35:22 +09:00
ac0e6f8d42
Make RoomScore derive ScoreInfo
smoogipoo
·
2018-12-22 15:17:35 +09:00
3570c35d7f
Adjust styling of disabled settings
smoogipoo
·
2018-12-22 15:00:35 +09:00
6afd2f7263
Mate RoomSettingsOverlay fill height
smoogipoo
·
2018-12-22 14:40:10 +09:00
b82bb0ea28
Allow channel manager and osugame to be null
smoogipoo
·
2018-12-22 14:38:46 +09:00
09d7dc73dc
Rework+fix TestCaseMultiHeader
smoogipoo
·
2018-12-22 14:30:08 +09:00
dbd391825a
Allow roommanager to be null
smoogipoo
·
2018-12-22 14:14:14 +09:00
7191233be8
Decouple header from matchscreen
smoogipoo
·
2018-12-22 14:12:27 +09:00
21cfe5a3e6
Decouple match info from match screen
smoogipoo
·
2018-12-22 14:08:00 +09:00
c06cf5d379
Cleanup bindable handling
smoogipoo
·
2018-12-22 14:01:06 +09:00
f1a9a352fc
Split requests/responses into separate files
smoogipoo
·
2018-12-22 12:50:37 +09:00
1cb69c3478
Move RoomManager to multiplayer screen
smoogipoo
·
2018-12-22 12:45:36 +09:00
dd0c04ea36
Seed the results screen
smoogipoo
·
2018-12-21 18:37:33 +09:00
7e9cc4e876
Add room leaderboard to results
smoogipoo
·
2018-12-21 18:22:13 +09:00
4149734f89
Fix incorrect channel
smoogipoo
·
2018-12-21 14:37:05 +09:00
fe6c369e07
Remove participants, add match chat
smoogipoo
·
2018-12-21 14:01:11 +09:00
fa2bc16140
Fix possible nullref
smoogipoo
·
2018-12-21 13:26:50 +09:00
14879acd83
Add joining/parting room requests
smoogipoo
·
2018-12-20 20:58:34 +09:00
822225577b
Fix create room button showing in song select
smoogipoo
·
2018-12-20 20:09:17 +09:00
9031896484
Linkify everything
smoogipoo
·
2018-12-20 20:03:45 +09:00
6a76e335c7
Cleanup
smoogipoo
·
2018-12-20 18:21:55 +09:00
deaf4ab4a1
First
Previous
...
3
4
5
6
7
...
Next
Last