1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game/Online
Bartłomiej Dach 08350a1aca Add parenthesis handling to old link format
Allow users to put both balanced round parentheses, as well as
unbalanced escaped ones, in old style link text. The implementation
is the same as for Markdown and new style links, except for swapping
all instances of

    \[\]

to

    \(\)

for obvious reasons (different type of parenthesis requiring escaping).
Tests also included.
2019-09-04 00:21:27 +02:00
..
API Refactor to match web implementation 1:1 2019-09-02 17:04:38 +09:00
Chat Add parenthesis handling to old link format 2019-09-04 00:21:27 +02:00
Leaderboards Separate glowing sprite text into it's own class 2019-07-21 12:14:55 +03:00
Multiplayer Update font awesome usage 2019-04-02 19:55:24 +09:00
DownloadState.cs Make beatmap download buttons inherit BeatmapDownloadTrackingComposite 2019-06-11 23:01:01 +05:30
DownloadTrackingComposite.cs Fix memory leaks from download buttons 2019-08-05 17:58:16 +09:00
PollingComponent.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00