FreezyLemon
|
006ac44e11
|
Fixed up style in the ChatDisplay test
|
2017-12-07 10:29:54 +01:00 |
|
FreezyLemon
|
65afbd5c1b
|
Added new test case for URL parsing / link display in chat
|
2017-12-07 10:29:33 +01:00 |
|
FreezyLemon
|
541c25e995
|
Renamed ChatLinkSpriteText to ChatLink for convenience
|
2017-12-07 10:28:12 +01:00 |
|
FreezyLemon
|
7bf25bdd4d
|
Changed it so the ":" character does not appear after usernames when the displayed message is an action (e.g. /np). Just makes more sense imo
|
2017-12-07 10:23:57 +01:00 |
|
FreezyLemon
|
94eb853d3d
|
Added centralised handling for some chat links
|
2017-12-06 16:41:57 +01:00 |
|
FreezyLemon
|
b04ddba2a0
|
Added basic "on click" actions to the in-chat links
|
2017-12-06 10:27:30 +01:00 |
|
FreezyLemon
|
63a6a8b669
|
Fixed messages sent by yourself not being formatted
|
2017-12-04 19:31:48 +01:00 |
|
FreezyLemon
|
bb138ccaf7
|
Added licence header and removed unnecessary whitespace
|
2017-12-04 13:55:57 +01:00 |
|
FreezyLemon
|
9b866d2248
|
Made it so the link ID is always added before loading the SpriteTexts (fixed weird bug where some sprites would be white instead of blue). Also improved XML doc on TextColour
|
2017-12-04 13:46:07 +01:00 |
|
FreezyLemon
|
fd13bacf4a
|
Made default link ID -1 (if no link is present) because linkId is currently being set to link.index which can be 0.
|
2017-12-04 13:34:16 +01:00 |
|
FreezyLemon
|
cf96323980
|
Added new OsuLinkSpriteText.TextColour property that sets the internal content (OsuHoverContainer)'s colour instead of the whole container, so that text colour is always changed through that (e.g. link colouring, link hover fade).
Implemented it to be used when adding text to an OsuLinkTextFlowContainer.
|
2017-12-04 13:33:42 +01:00 |
|
FreezyLemon
|
319f43e209
|
Added "getIdFromUrl" call back to content.action because performance impact is small and no unnecessary id calculations are done
|
2017-12-04 13:29:56 +01:00 |
|
FreezyLemon
|
dcdc186a53
|
Added chatoverlay caching to testcase so test still works (chat needs to be injected so channels can be opened)
|
2017-12-04 13:27:14 +01:00 |
|
FreezyLemon
|
bf97f8b1b1
|
Added osu.ppy.sh/ss (screenshot) URL handling and calculate ID at assignment so it's not on click anymore
|
2017-12-03 23:55:34 +01:00 |
|
FreezyLemon
|
a839d0e91d
|
LoadComponent before assigning URL to ensure dependency loading
|
2017-12-03 23:55:00 +01:00 |
|
FreezyLemon
|
3f336b8e61
|
Made the style a bit better, fixed a bug or two
|
2017-12-03 21:02:05 +01:00 |
|
FreezyLemon
|
2d270a1cfe
|
Added ability to open other channels from chat links.
|
2017-12-03 20:45:30 +01:00 |
|
FreezyLemon
|
c574cc4308
|
Removed unnecessary "using" statements
|
2017-12-03 11:16:34 +01:00 |
|
FreezyLemon
|
735dbddd17
|
Changed URL detection to be more reliable and generally work better
|
2017-12-03 06:52:57 +01:00 |
|
FreezyLemon
|
37490c65cc
|
Merge branch 'url-parsing-support' of https://github.com/freezylemon/osu into url-parsing-support
|
2017-12-02 17:15:14 +01:00 |
|
FreezyLemon
|
ee9fe64f4c
|
Merge branch 'master' of https://github.com/freezylemon/osu
|
2017-12-02 17:12:41 +01:00 |
|
FreezyLemon
|
7f029a382b
|
Made the Chat testcase include a beatmapsetoverlay so links can be clicked from in there. Also had to implement private DI to make it work
|
2017-12-02 10:43:19 +01:00 |
|
FreezyLemon
|
efe6245e53
|
Fixed a bug where Drawable.Width could potentially be set to NaN (0/0) by checking if last variable > 0.
|
2017-12-02 10:42:38 +01:00 |
|
FreezyLemon
|
6d9dcc6691
|
Added all files to the .csproj and also introduced basic action filtering when you set the URL on an OsuLinkSpriteText object
|
2017-12-02 09:48:55 +01:00 |
|
FreezyLemon
|
0aced85908
|
Changed the LinkID to the link's own Index instead of the previous one (just makes more sense imo)
|
2017-12-02 09:47:59 +01:00 |
|
FreezyLemon
|
d22a9df140
|
Added new request for getting the beatmapset from only a difficulty map ID
|
2017-12-02 09:47:20 +01:00 |
|
FreezyLemon
|
ade7311c15
|
Updated implementation to be based around a "LinkId" (atm the position of the link, anything unique to a link inside its message will be fine), which does not allow matching (OnHover related) between different links
|
2017-12-01 21:31:12 +01:00 |
|
FreezyLemon
|
7699a3bb38
|
Merge branch 'master' of https://github.com/ppy/osu into url-parsing-support
|
2017-12-01 21:07:31 +01:00 |
|
FreezyLemon
|
7f1f886406
|
implemented method formatting into chat. Also added all necessary files to the .csproj
|
2017-12-01 21:04:24 +01:00 |
|
FreezyLemon
|
78ff5d81d3
|
Fixed casting
|
2017-12-01 21:03:41 +01:00 |
|
FreezyLemon
|
152eb83c42
|
Added new class for chat lines, that colour the messages after formatting. URLs will become blue, and on hover (also defined here) be turned yellow-ish
|
2017-12-01 20:33:27 +01:00 |
|
FreezyLemon
|
86302716a6
|
Also moved LinkText to its own file so the chat could reuse it (ProfileHeader's private class ProfileLink also still inherits from this, though)
|
2017-12-01 20:32:08 +01:00 |
|
FreezyLemon
|
1f1c7dd70f
|
Moved LinkFlowContainer out of ProfileHeader to make it available for other uses too (e.g. chat) and renamed it to LinkTextFlowContainer bc it can contain both links and text, not only one
|
2017-12-01 20:26:51 +01:00 |
|
FreezyLemon
|
f5f287bed5
|
Rolled back the idea that there should be a separate class for formatted messages
|
2017-12-01 20:25:02 +01:00 |
|
Dean Herbert
|
6faa0f62b3
|
Merge pull request #1643 from gtensha/master
Fix filename casing to compile on Linux
|
2017-12-02 02:21:49 +09:00 |
|
gtensha
|
de94082b1e
|
Fix filename casing to compile on Linux
|
2017-12-01 18:10:39 +01:00 |
|
Dean Herbert
|
f547b3bde5
|
Merge pull request #1630 from Aergwyn/fix-set-hidden-crash
Fix crash when all beatmaps in a set are hidden
|
2017-12-01 23:48:30 +09:00 |
|
Dean Herbert
|
70b29b8b62
|
Merge branch 'master' into fix-set-hidden-crash
|
2017-12-01 23:35:48 +09:00 |
|
Dean Herbert
|
33572a7326
|
Merge pull request #1633 from peppy/fix-track-disposal
Fix DisposeTrack not working as expected
|
2017-12-01 23:35:28 +09:00 |
|
Dean Herbert
|
ee75f90ab3
|
Update framework
|
2017-12-01 23:17:54 +09:00 |
|
Dean Herbert
|
7532795935
|
Lock during validity checks
|
2017-12-01 22:43:49 +09:00 |
|
Dean Herbert
|
87b6181a19
|
Merge remote-tracking branch 'upstream/master' into fix-track-disposal
|
2017-12-01 22:36:20 +09:00 |
|
FreezyLemon
|
01bea3bada
|
Re-implemented message formatting (mostly taken from osu-stable code)
|
2017-12-01 10:56:48 +01:00 |
|
Dean Herbert
|
442b234a86
|
Merge pull request #1631 from smoogipoo/csharp-7
Migrate to C# 7
|
2017-12-01 18:47:37 +09:00 |
|
smoogipoo
|
5be00cb0ec
|
Add todo
|
2017-12-01 18:40:55 +09:00 |
|
smoogipoo
|
0b95e36675
|
Fix RelativeChildSize error temporarily
|
2017-12-01 18:00:20 +09:00 |
|
Dean Herbert
|
19051dd529
|
Update framework
|
2017-12-01 16:44:49 +09:00 |
|
smoogipoo
|
a73dfd692b
|
Merge LangVer.props and osu.Game.props
|
2017-12-01 13:53:32 +09:00 |
|
smoogipoo
|
edb9b19079
|
Make JoinNullCheckWithAssignment a hint
|
2017-12-01 13:53:18 +09:00 |
|
Aergwyn
|
acb2cafa58
|
fix wedge not appearing
|
2017-11-29 21:09:08 +01:00 |
|