miterosan
|
e769c15d28
|
Provide XML doc in Channel.cs and ChannelManager.cs and ChatTabControl.cs
|
2018-07-24 05:14:33 +02:00 |
|
miterosan
|
55f0cbf63e
|
Finding peace with the UI thread.
There is the issue that in some cases that the ui thread blocked.
|
2018-07-24 04:56:34 +02:00 |
|
miterosan
|
2726d91594
|
Remove unessary usings
|
2018-07-23 16:05:39 +02:00 |
|
miterosan
|
344ec40a27
|
Readd usings I removed with my merge
|
2018-07-23 15:48:48 +02:00 |
|
miterosan
|
9f43e0c900
|
Merge branch 'master' of https://github.com/ppy/osu into Private_Messages
# Conflicts:
# osu.Game/Overlays/Chat/ChatTabControl.cs
# osu.Game/Overlays/ChatOverlay.cs
|
2018-07-23 15:45:54 +02:00 |
|
Dean Herbert
|
0f37758314
|
Update framework
|
2018-07-21 16:21:53 +09:00 |
|
miterosan
|
d03367ef9e
|
Fix the start animations of username and the closeButton
|
2018-07-09 23:12:41 +02:00 |
|
miterosan
|
9f9444d65a
|
Uppercase shear... wtf
|
2018-07-09 22:59:29 +02:00 |
|
miterosan
|
73a87914f2
|
Rename uppcase shear width to lowercase shearwidth
|
2018-07-09 22:52:14 +02:00 |
|
miterosan
|
ea597916ca
|
Code cleanups
|
2018-07-09 22:41:53 +02:00 |
|
miterosan
|
72ea3128fa
|
Use the AT (@) symbol for the background
|
2018-07-09 22:14:47 +02:00 |
|
miterosan
|
f681ef41ac
|
Rename MAX_HISTORY to MaxHistory, added some logging on failures, use a lamda in ChatOverlay instead of a method pointer.
|
2018-07-09 20:39:16 +02:00 |
|
miterosan
|
f22f62ef40
|
Rename the currentChatChanged to currentChannelContainer, move drawing specific part into from chatoverlay to ChannelSelectionOverlay
|
2018-07-09 20:13:34 +02:00 |
|
miterosan
|
0c62726fd7
|
Rename UserTabItem to UserChannelTabItem
|
2018-07-09 19:48:05 +02:00 |
|
miterosan
|
1589b65494
|
Move tab related stuff to /tabs, move selection related stuff to /selection, remove channeltabcontrol
|
2018-07-09 19:42:57 +02:00 |
|
miterosan
|
66378d5847
|
Remove the highlight from "Start Chat"
|
2018-07-09 18:58:10 +02:00 |
|
miterosan
|
5e95995429
|
Rename chat to channel
|
2018-07-09 18:30:41 +02:00 |
|
miterosan
|
709d134f49
|
Rename DrawableChat to DrawableChannel
|
2018-07-09 18:23:40 +02:00 |
|
Shane Woolcock
|
84bda7d23f
|
Update framework and ensure the add channel button is not switchable
|
2018-04-24 20:46:44 +09:30 |
|
miterosan
|
29e8c70ed7
|
Only use one tabControl (channeltabcontrol). Fix that the Channel messages did not refresh.
|
2018-04-18 20:46:42 +02:00 |
|
miterosan
|
142e1b8587
|
update the line endings
|
2018-04-14 13:32:48 +02:00 |
|
miterosan
|
5bfb386226
|
Merge remote-tracking branch 'origin/master' into Private_Messages
|
2018-04-14 13:31:03 +02:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
miterosan
|
499ecd3843
|
Fix the warnings
|
2018-04-11 20:44:35 +02:00 |
|
miterosan
|
2056258def
|
Fix code sanity
|
2018-04-11 20:31:16 +02:00 |
|
miterosan
|
697b551f3e
|
Fix Selected tab beeing choosen multiple times
|
2018-04-11 20:27:33 +02:00 |
|
miterosan
|
3860594f40
|
Rename everything into channel and remove everything chat
|
2018-04-11 20:01:57 +02:00 |
|
miterosan
|
39ecc3d31d
|
Add Test Case, improve displaying the avatar, use a chatTabControl instead of putting both in ChatOverlay, readd shadow.
Requires osu-framework for a fix
|
2018-04-11 18:23:09 +02:00 |
|
miterosan
|
85f736ae89
|
Allow opening a new chat with right click on User
Allow faster viewing of the usertab using lasy loading
|
2018-04-09 23:14:39 +02:00 |
|
miterosan
|
aa26ea483d
|
remove using, remove empty agrument list
|
2018-04-08 22:43:01 +02:00 |
|
miterosan
|
0a207e00d5
|
Trim whilespace
|
2018-04-08 22:24:55 +02:00 |
|
miterosan
|
4b7ffd09d9
|
Trim whitespace
|
2018-04-08 22:18:29 +02:00 |
|
miterosan
|
a48ccb5603
|
Implement Private chat
|
2018-04-08 22:12:57 +02:00 |
|
miterosan
|
a70b329155
|
Split drawing and business logic of ChatOverlay
|
2018-04-08 18:21:48 +02:00 |
|
miterosan
|
56de6c1067
|
Rename Channel to ChannelChat
|
2018-03-28 21:11:06 +02:00 |
|
smoogipoo
|
78d73d4c11
|
Additional fixes for flow ordering after framework changes
|
2018-03-06 17:20:58 +09:00 |
|
Dean Herbert
|
e5188fd151
|
Add better channel test cases (testing non-existent channels)
|
2018-01-30 17:43:19 +09:00 |
|
FreezyLemon
|
174fdf5037
|
Nicer code to remove non-existent channels from links
|
2018-01-11 18:51:20 +01:00 |
|
FreezyLemon
|
3bf9901dd2
|
Fixed bugs and added tests
|
2018-01-09 16:11:45 +01:00 |
|
Dean Herbert
|
72624aea18
|
Use a better method of link compilation
Adds word wrap back, simplifies a lot.
|
2018-01-09 20:33:20 +09:00 |
|
Dean Herbert
|
b035a92bda
|
Merge branch 'master' into url-parsing-support
|
2018-01-09 14:28:20 +09:00 |
|
Dean Herbert
|
37d393bca0
|
Update licence headers
|
2018-01-05 20:21:19 +09:00 |
|
FreezyLemon
|
e7721d71f3
|
Changed chat link implementation according to review
|
2017-12-31 00:51:47 +01:00 |
|
FreezyLemon
|
d66d741af2
|
fixed constant naming
|
2017-12-28 22:11:10 +01:00 |
|
FreezyLemon
|
ae79be7b51
|
small style fixes plus new assert in test
|
2017-12-28 21:45:58 +01:00 |
|
FreezyLemon
|
7454633f63
|
Refactor and general tidying up
|
2017-12-28 20:11:21 +01:00 |
|
FreezyLemon
|
128603a99f
|
Added more and fixed the old automated tests
|
2017-12-28 01:12:13 +01:00 |
|
FreezyLemon
|
54a11e24b7
|
Fixed links being removed too early
|
2017-12-27 21:13:32 +01:00 |
|
FreezyLemon
|
4681a0c47b
|
handle chat == null gracefully and remove link from message if channel not found
|
2017-12-27 21:06:48 +01:00 |
|
FreezyLemon
|
c4f5754f94
|
Fixed only the links being italics for /me messages
|
2017-12-27 02:14:45 +01:00 |
|