1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 00:07:24 +08:00
osu-lazer/osu.Game
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
..
Audio Fix skinning support for combobreak 2019-06-30 21:58:30 +09:00
Beatmaps Merge remote-tracking branch 'upstream/master' into beatmapset-genre-language 2019-09-02 13:45:25 +09:00
Configuration Merge branch 'master' into accuracy-bar 2019-08-30 15:21:32 +09:00
Database Don't share single scheduler across all model managers 2019-08-08 18:26:07 +09:00
Graphics Improve xmldoc 2019-09-03 19:21:24 +09:00
Input Update in line with framework changes 2019-08-27 18:43:58 +09:00
IO Add test for rollback logic correctly dereferencing files 2019-06-10 16:45:45 +09:00
IPC Move ArchiveModelManager import process to async flow 2019-06-10 13:42:22 +09:00
Migrations Update migrations 2019-07-08 10:44:23 +03:00
Online Add parenthesis handling to old link format 2019-09-04 00:21:27 +02:00
Overlays Merge remote-tracking branch 'upstream/master' into consistent-mod-button-sounds 2019-09-03 19:18:59 +09:00
Properties Merge remote-tracking branch 'upstream/master' into android 2019-01-29 18:13:43 -06:00
Replays Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
Rulesets Merge remote-tracking branch 'upstream/master' into non-timeoffset-judgements 2019-09-03 13:07:58 +09:00
Scoring Fix legacy scores with no online ID being imported with a non-null ID 2019-07-29 18:36:07 +09:00
Screens Move hit windows lookup to DrawableRuleset 2019-09-03 13:05:03 +09:00
Skinning Revert SkinnableSprite lookups to old behaviour 2019-09-03 14:21:54 +09:00
Storyboards Add sample path to the lookup names 2019-08-23 14:55:06 +03:00
Tests Move autoplay mod to a less overridable location 2019-09-02 13:24:39 +09:00
Users Merge branch 'master' into previous-usernames 2019-08-13 14:21:44 +09:00
Utils Cleanup 2019-08-28 20:15:28 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Bump ppy.osu.Game.Resources from 2019.903.0 to 2019.903.1 2019-09-03 09:18:24 +00:00
OsuGame.cs Add "osu!classic" as a bundled skin choice 2019-08-29 16:39:42 +09:00
OsuGameBase.cs Add "osu!classic" as a bundled skin choice 2019-08-29 16:39:42 +09:00