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-17 10:02:37 +08:00
Code
Issues
Releases
Wiki
Activity
19,824
Commits
4
Branches
791
Tags
6539c6da170a3202fbb2818ec96b184e3a97a5ea
Commit Graph
209 Commits
Remove selector toggling logic for now
David Zhao
·
2019-06-26 19:39:47 +09:00
4510c868f4
Fix styling, private tabClosed, remove type check
David Zhao
·
2019-06-26 19:25:54 +09:00
e92c1ca009
fix channel selector not being closed
David Zhao
·
2019-06-26 12:00:58 +09:00
6c8cc9728f
Fix chat being dismissed in test scene when it shouldn't
Dean Herbert
·
2019-06-21 15:09:54 +09:00
6c5599f874
Improve ChatOverlay load behaviour
Dean Herbert
·
2019-06-20 23:02:02 +09:00
74fabf8db4
Merge remote-tracking branch 'origin/update-visibility-container' into update-framework
Dean Herbert
·
2019-06-11 19:36:13 +09:00
00ee45fe46
Fix all "Maintainability" CodeFactor issues
Arphox
·
2019-06-11 10:28:16 +02:00
07e17518e9
Update VisibilityContainer usage in line with framework
Dean Herbert
·
2019-06-11 15:13:58 +09:00
609a82bc94
Move tab channel class into tab item class
Paul Teng
·
2019-05-12 06:31:11 -04:00
7adaa09263
Check against type instead of channel name
Paul Teng
·
2019-05-12 06:11:16 -04:00
d53fb9a5c8
Trim whitespace
Paul Teng
·
2019-05-11 19:21:12 -04:00
c508b8ed6b
Ignore Add-channel button
Paul Teng
·
2019-05-11 19:16:15 -04:00
3971a49549
Apply newline additions
Dean Herbert
·
2019-04-01 12:16:32 +09:00
612db31c38
Fix channel selection overlay dimming bg forever when popped out
Joehu
·
2019-03-11 20:10:59 -07:00
ad3b956cec
Update variable names
Also cleans up some weird code
Dean Herbert
·
2019-02-22 17:51:39 +09:00
3fe4b8fd1c
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
Don't auto-focus textboxes when on screen keyboard would cause inconvenience
Dean Herbert
·
2019-01-25 19:20:29 +09:00
260034a80e
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Add ability to select chat tabs with alt-1-9
Dean Herbert
·
2018-12-20 21:50:47 +09:00
aaac45ab8c
Show channel selector when no channels are joined
Dean Herbert
·
2018-12-07 13:26:31 +09:00
2122966cd4
Remove not used usings
miterosan
·
2018-11-21 23:15:45 +01:00
21c9353fee
Replace ObservableCollection with BindableCollection
miterosan
·
2018-11-21 23:15:44 +01:00
a14b6ac9df
OpenTK -> osuTK
smoogipoo
·
2018-11-21 23:11:08 +01:00
39e9c61e24
Fix a crash on leaving the selected channel
Dean Herbert
·
2018-11-21 17:15:15 +09:00
eab2776755
Add back support for new API and private messages
Dean Herbert
·
2018-11-13 15:20:59 +09:00
f241fcdba1
Merge remote-tracking branch 'upstream/master' into Private_Messages
Dean Herbert
·
2018-11-12 20:41:10 +09:00
4b1282235a
Fix joined channels not appearing as joined in the channel list
Dean Herbert
·
2018-10-09 16:12:20 +09:00
a171ed3500
Adjust usage of Handle(Non)PositionalInput to follow framework update
ekrctb
·
2018-10-02 14:45:33 +09:00
68980fc477
Use UIEvent level getters for modifier keys.
ekrctb
·
2018-10-02 13:26:36 +09:00
b7a2ad1aa5
Adapt signature change of event handlers
ekrctb
·
2018-10-02 12:02:55 +09:00
50091252e2
Change signature to new event handler
ekrctb
·
2018-10-02 12:02:47 +09:00
99fc04c8af
Add back autojoins
Dean Herbert
·
2018-09-28 19:33:35 +09:00
862d3c4a69
Fix outdated API variable
Dean Herbert
·
2018-09-28 19:33:30 +09:00
3cacc11af1
Merge remote-tracking branch 'origin/update-chat-api' into update-framework
Dean Herbert
·
2018-09-28 18:23:09 +09:00
e1c187b641
Add explanatory comment about startup channel joins
Dean Herbert
·
2018-09-28 10:01:25 +09:00
d5d8a28b53
Fix unnecessary messages retrieval
Dean Herbert
·
2018-09-27 20:04:22 +09:00
f0b1aa7edf
Merge branch 'update-chat-api' into update-framework
Dean Herbert
·
2018-09-26 19:50:23 +09:00
1b77d9fd05
Fix loading spinner not disappearing on empty channels
Dean Herbert
·
2018-09-26 19:15:02 +09:00
1fd2782dd4
Update framework with positional/non-positional changes
smoogipoo
·
2018-09-26 14:01:15 +09:00
a8f156584b
Update chat to work with new API version
Dean Herbert
·
2018-09-25 20:53:24 +09:00
7cd547a760
Fix disposal logic
Dean Herbert
·
2018-09-06 17:11:23 +09:00
016e395787
Fix disposal issues in ChatOverlay testcase
Dean Herbert
·
2018-09-06 15:56:04 +09:00
119f81b86e
Fix drawable crash and lload the inital messages of newly joined channels
miterosan
·
2018-07-29 21:40:43 +02:00
8c0bcb8e3c
Remove chatTabControl and transfer the logic into ChannelTabControl.
miterosan
·
2018-07-29 21:18:37 +02:00
95cb21299a
Fix that in some timing specific cases the fetched channels are not getting an visual representation.
Sadly there is not a nice way of fixing this.
miterosan
·
2018-07-24 04:58:40 +02:00
3df1842e1c
Remove unessary usings
miterosan
·
2018-07-23 16:05:39 +02:00
2726d91594
Readd usings I removed with my merge
miterosan
·
2018-07-23 15:48:48 +02:00
344ec40a27
Update framework
Dean Herbert
·
2018-07-21 16:21:53 +09:00
0f37758314
Fix the crash in the visual testcase
miterosan
·
2018-07-09 22:09:27 +02:00
290b6e5f1d
First
Previous
1
2
3
4
5
Next
Last