Commit Graph

153 Commits

Author SHA1 Message Date
68980fc477 Adjust usage of Handle(Non)PositionalInput to follow framework update 2018-10-02 14:45:33 +09:00
b7a2ad1aa5 Use UIEvent level getters for modifier keys. 2018-10-02 13:26:36 +09:00
50091252e2 Adapt signature change of event handlers 2018-10-02 12:02:55 +09:00
99fc04c8af Change signature to new event handler 2018-10-02 12:02:47 +09:00
862d3c4a69 Add back autojoins 2018-09-28 19:33:35 +09:00
3cacc11af1 Fix outdated API variable 2018-09-28 19:33:30 +09:00
e1c187b641 Merge remote-tracking branch 'origin/update-chat-api' into update-framework 2018-09-28 18:23:09 +09:00
d5d8a28b53 Add explanatory comment about startup channel joins 2018-09-28 10:01:25 +09:00
f0b1aa7edf Fix unnecessary messages retrieval 2018-09-27 20:04:22 +09:00
1b77d9fd05 Merge branch 'update-chat-api' into update-framework 2018-09-26 19:50:23 +09:00
1fd2782dd4 Fix loading spinner not disappearing on empty channels 2018-09-26 19:15:02 +09:00
a8f156584b Update framework with positional/non-positional changes 2018-09-26 14:01:15 +09:00
7cd547a760 Update chat to work with new API version 2018-09-25 20:53:24 +09:00
0f37758314 Update framework 2018-07-21 16:21:53 +09:00
2d6b2d10f7 Use bindable transforms 2018-05-02 18:26:23 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
c29f7a4333 Merge remote-tracking branch 'origin/master' into netstandard 2018-03-24 14:49:46 +09:00
f2b3d9a0e8 Change some missed instances 2018-02-22 14:17:35 +09:00
b500b76407 Merge branch 'master' into update-branch 2018-02-08 23:35:48 +09:00
b035a92bda Merge branch 'master' into url-parsing-support 2018-01-09 14:28:20 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
36e9232472 Merge master into netstandard 2018-01-05 00:42:48 +09:00
faf1181fc3 Merge branch 'master' into url-parsing-support 2018-01-02 17:51:50 +09:00
e7721d71f3 Changed chat link implementation according to review 2017-12-31 00:51:47 +01:00
8733f809a5 Remove chat overlay local override 2017-12-30 21:10:57 +09:00
18eabd35f6 Set an empty list as default for AvailableChannels (mostly so that tests don't break, but also so that if no connection exists, the links don't break) 2017-12-07 16:25:30 +01:00
ec8b5c2465 Permitted nulls in ChatOverlay.load() so that in testing, no "OsuGame" instance is required. Also added null checks to the links' on click actions 2017-12-07 10:31:02 +01:00
94eb853d3d Added centralised handling for some chat links 2017-12-06 16:41:57 +01:00
2d270a1cfe Added ability to open other channels from chat links. 2017-12-03 20:45:30 +01:00
b3bf6e7bee Merge master into netstandard 2017-11-21 16:39:21 +09:00
2610cadd3c CI fixes 2017-11-21 12:11:29 +09:00
4f6263ef86 Make many internal classes and methods public
This is important when using dynamic compiling to rapidly iterate. Until we actually split projects out into pieces (like the abstract ruleset project we have talked about) there is no advantage to using internal in the osu! game code.
2017-11-21 12:06:16 +09:00
aac41d2de6 Disable resharper inspections on case-by-case basis 2017-11-20 18:55:48 +09:00
34fb6ccdf5 Removed generic parameter function 2017-09-22 16:17:03 +02:00
0a27916761 Added infoMessage class to the project, use the class for the /help command and handle command parameter better 2017-09-22 15:31:30 +02:00
31e26364a6 Initial implementation of chat commands 2017-09-22 01:47:24 +02:00
9839a3b937 Smoothly transform the chat height when opening the channel selection 2017-09-12 18:47:21 +02:00
c78695cfe0 Removed redundant call 2017-09-12 18:26:52 +02:00
15dd8d9071 Mind the minimum size of the channel selection overlay 2017-09-08 18:21:42 +02:00
c6fa899b15 Merge remote-tracking branch 'upstream/master' into quit-chat-channels 2017-09-06 21:43:03 +09:00
57678a13d9 Update in-line with framework changes. 2017-09-04 09:32:35 +09:00
6291bd5ced Handle null current channel in setter, update framework. 2017-08-24 10:40:42 +05:30
3f403ba524 Merge remote-tracking branch 'upstream/master' into quit-chat-channels 2017-08-24 10:06:29 +05:30
9ba2258f80 Add spaces for smoogipoo 2017-08-21 17:44:39 +09:00
877c69d5fe Add local chat echo support 2017-08-21 17:43:26 +09:00
7ad4c046db Make current value behaviour between channels and tabs consistent.
- Trim whitespace
2017-08-18 13:35:48 +05:30
4f7ae1ed8b Clear messages when the current channel is removed.
- Stop using TabContainer.Children
2017-08-17 09:00:45 +05:30
a5007fc64f Fix some remaining usage of local InputManager instances 2017-08-16 13:07:18 +09:00
2ae3ce8b91 Add ability to close chat tabs. 2017-08-14 10:11:14 +05:30
3263aa2ca7 Always return true while dragging 2017-07-27 17:02:23 +03:00