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-23 21:00:27 +08:00
Code
Issues
Releases
Wiki
Activity
33,493
Commits
4
Branches
796
Tags
d74c19e2d703f6e57139727692a3473ea7bd55fc
Commit Graph
37 Commits
Use DI to open the copy rather than passing in an ugly action
Dean Herbert
·
2020-10-19 17:23:04 +09:00
437ca91b94
Merge branch 'master' into duplicate-multi-room
Dean Herbert
·
2020-10-19 16:58:45 +09:00
61a43770bd
Update BindableList usages
Dean Herbert
·
2020-09-01 11:56:23 +09:00
d45a1521a1
Allow LoungeSubScreen to be null (fix test)
voidedWarranties
·
2020-08-15 14:27:49 -07:00
f587781058
Cache LoungeSubScreen, separate method, rename option
voidedWarranties
·
2020-08-15 13:06:16 -07:00
9e4b9188e1
Context menu for duplicating multi rooms
voidedWarranties
·
2020-08-09 16:16:01 -07:00
3a97ee4712
Implement category dropdown for multiplayer
smoogipoo
·
2020-07-10 17:26:42 +09:00
926279e39b
Select via select action
Dean Herbert
·
2020-07-09 18:25:14 +09:00
115bb40816
Allow keyboard selection of rooms at the multiplayer lounge
Dean Herbert
·
2020-07-09 18:25:14 +09:00
601101147e
Implement single-room multiplayer room polling
smoogipoo
·
2020-02-27 19:23:50 +09:00
99442ec9c3
Make playlist beatmap and ruleset into bindables
smoogipoo
·
2020-02-13 18:12:47 +09:00
91edadfe9d
Fix test regression
Dean Herbert
·
2020-02-06 14:28:09 +09:00
fd71a53717
Fix missing bind causing regression in filter
Dean Herbert
·
2020-02-06 13:36:49 +09:00
e548a4b8dd
Fix null search string causing an exception
Dean Herbert
·
2020-02-06 13:03:04 +09:00
061b8c389f
Fix case where playlist is empty
Dean Herbert
·
2020-02-06 13:01:48 +09:00
1dc7fc4a33
Add ruleset to multiplayer filter criteria
Dean Herbert
·
2020-02-06 12:17:20 +09:00
50c4e34c92
Fix RoomsContainer test scene not displaying
Dean Herbert
·
2020-02-06 12:14:17 +09:00
00edc7e66f
Refactor / cleanup debouncing
smoogipoo
·
2019-11-21 11:05:18 +09:00
0cbe29dbec
Add debounce logic in several places
smoogipoo
·
2019-11-15 17:58:47 +09:00
10287eb66d
Fix filtering breaking on secondary filters
smoogipoo
·
2019-11-15 17:49:02 +09:00
1b4bcb81c8
Fix broken test case
smoogipoo
·
2019-11-15 11:07:16 +09:00
f0b7b2e1c4
Hook up multiplayer search filter
smoogipoo
·
2019-11-15 08:23:56 +09:00
956fb9912d
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Update with framework bindable changes
smoogipoo
·
2019-02-21 18:56:34 +09:00
bca347427f
Move current room to multiplayer
smoogipoo
·
2019-02-08 14:57:51 +09:00
42cd55e0d7
Use CMC for all of multiplayer
smoogipoo
·
2019-02-05 19:00:08 +09:00
aac371ba6e
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Update framework
Dean Herbert
·
2019-01-07 18:50:27 +09:00
f6018294b5
Sort rooms based on their API position
smoogipoo
·
2018-12-28 01:45:19 +09:00
a7db0bbb91
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
Add joining/parting room requests
smoogipoo
·
2018-12-20 20:58:34 +09:00
822225577b
Deselect match if ended
smoogipoo
·
2018-12-20 15:17:08 +09:00
72016a416b
Hook up participated filter
Very early stages, implementation will change.
smoogipoo
·
2018-12-19 18:02:05 +09:00
36f6b4fc3f
Rework filtering
smoogipoo
·
2018-12-19 16:56:51 +09:00
673082445e
Implement RoomManager and RoomsContainer
Reduces logic from LoungeScreen
smoogipoo
·
2018-12-11 19:07:40 +09:00
497f431366