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-06-07 02:13:38 +08:00
Code
Issues
Releases
Wiki
Activity
8,833
Commits
4
Branches
802
Tags
ca40db2b97836d1a6ecabebe14a37cbdbea3d556
Commit Graph
19 Commits
Fixed a bug where the hover wouldn't work correctly due to OsuLinkSpriteText assigning Action to a private property.
FreezyLemon
·
2017-12-07 13:57:29 +01:00
ca40db2b97
Permitted nulls in ChatOverlay.load() so that in testing, no "OsuGame" instance is required. Also added null checks to the links' on click actions
FreezyLemon
·
2017-12-07 10:31:02 +01:00
ec8b5c2465
Added centralised handling for some chat links
FreezyLemon
·
2017-12-06 16:41:57 +01:00
94eb853d3d
Added basic "on click" actions to the in-chat links
FreezyLemon
·
2017-12-06 10:27:30 +01:00
b04ddba2a0
Added licence header and removed unnecessary whitespace
FreezyLemon
·
2017-12-04 13:55:57 +01:00
bb138ccaf7
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.
FreezyLemon
·
2017-12-04 13:33:42 +01:00
cf96323980
Added "getIdFromUrl" call back to content.action because performance impact is small and no unnecessary id calculations are done
FreezyLemon
·
2017-12-04 13:29:56 +01:00
319f43e209
Added osu.ppy.sh/ss (screenshot) URL handling and calculate ID at assignment so it's not on click anymore
FreezyLemon
·
2017-12-03 23:55:34 +01:00
bf97f8b1b1
Made the style a bit better, fixed a bug or two
FreezyLemon
·
2017-12-03 21:02:05 +01:00
3f336b8e61
Added ability to open other channels from chat links.
FreezyLemon
·
2017-12-03 20:45:30 +01:00
2d270a1cfe
Changed URL detection to be more reliable and generally work better
FreezyLemon
·
2017-12-03 06:52:57 +01:00
735dbddd17
Added all files to the .csproj and also introduced basic action filtering when you set the URL on an OsuLinkSpriteText object
FreezyLemon
·
2017-12-02 09:48:55 +01:00
6d9dcc6691
Also moved LinkText to its own file so the chat could reuse it (ProfileHeader's private class ProfileLink also still inherits from this, though)
FreezyLemon
·
2017-12-01 20:32:08 +01:00
86302716a6
Add text transforms to OsuSpriteText
smoogipoo
·
2017-11-04 00:42:36 +09:00
edd0d166b1
Implement notifications.
Dean Herbert
·
2017-02-10 16:30:23 +09:00
8ec927899f
Method name update.
Dean Herbert
·
2017-02-08 16:01:48 +09:00
06695dbf9b
Add custom representation of unrenderable unicode characters.
Dean Herbert
·
2017-02-08 11:22:03 +09:00
e720bed9e5
Update and standardise license headers.
Dean Herbert
·
2017-02-07 14:27:41 +09:00
50bd80cb0c
Global shadows and more sane font size setting.
Dean Herbert
·
2017-01-31 18:53:52 +09:00
6b66ecc131