Commit Graph

295 Commits

Author SHA1 Message Date
835136aecb Merge branch 'master' into api-interface 2018-02-20 09:33:53 +09:00
75dcf72520 Improve testability of API 2018-02-16 13:57:39 +09:00
fa05822d7d Add missing licence headers 2018-02-15 16:33:33 +09:00
e0d28564d0 Move import logic to shared implementation 2018-02-15 14:22:39 +09:00
e5188fd151 Add better channel test cases (testing non-existent channels) 2018-01-30 17:43:19 +09:00
d81d884a01 Remove unnecessary paren handling from regex
Can't find a reason for this to exist
2018-01-30 17:16:01 +09:00
662c7c5bdc Fix osump links 2018-01-30 16:44:43 +09:00
dd2731b873 Add support for markdown style links 2018-01-30 16:38:45 +09:00
df221b6786 Remove usage of ValueTuple to allow for dynamic recompilation 2018-01-29 17:45:23 +09:00
a5b0d51205 Merge remote-tracking branch 'upstream/master' into url-parsing-support
# Conflicts:
#	osu.Game/osu.Game.csproj
2018-01-27 14:06:58 +09:00
64d7868c03 Update APi.Username in APIAccess intead of ignoring it. 2018-01-22 01:19:22 -05:00
5a80c49640 Improve reference xmldoc 2018-01-17 19:44:15 +09:00
54b0f4b912 Merge branch 'master' into url-parsing-support 2018-01-17 16:16:55 +09:00
ae1adfd2f2 remove unnecessary empty lines
codefactor.io \(o.o)/
also one unnecessary semicolon
2018-01-12 19:30:34 +01:00
45301d07fd Merge branch 'master' into url-parsing-support 2018-01-12 19:34:44 +09:00
2c67ff75ed added custom hoverclicksounds so links make sounds on hover&click 2018-01-11 18:52:50 +01:00
3bf9901dd2 Fixed bugs and added tests 2018-01-09 16:11:45 +01:00
72624aea18 Use a better method of link compilation
Adds word wrap back, simplifies a lot.
2018-01-09 20:33:20 +09:00
1be0569743 Update licence headers 2018-01-09 14:34:52 +09:00
b035a92bda Merge branch 'master' into url-parsing-support 2018-01-09 14:28:20 +09:00
a61666d2a7 update licence headers 2018-01-06 10:54:53 +01:00
e6b581e259 Merge branch 'master' into expand-social-tab 2018-01-06 10:48:27 +01:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
faf1181fc3 Merge branch 'master' into url-parsing-support 2018-01-02 17:51:50 +09:00
cc4ef5d0aa Merge branch 'master' into expand-social-tab 2018-01-01 12:00:50 +01:00
e7721d71f3 Changed chat link implementation according to review 2017-12-31 00:51:47 +01:00
ccb69d16d9 move HitResult in Scoring namespace to replace HitCount 2017-12-30 21:23:18 +01:00
138d78309f add HitCount enum and replace string usage with enum 2017-12-30 18:07:30 +01:00
7454633f63 Refactor and general tidying up 2017-12-28 20:11:21 +01:00
66f076815f query friends endpoint to fetch friendlist 2017-12-28 19:32:06 +01:00
7c49becc83 CI adjustments 2017-12-25 20:56:20 +01:00
962e4d7c8a Removed LinkId and word wrapping (for now).
Also reimplemented the OsuHoverContainer properly
2017-12-25 20:46:04 +01:00
a30448095e Merge branch 'master' into url-parsing-support 2017-12-25 19:12:23 +01:00
85dee3abac Increase GetScoresRequest timeout & leave existing scores when API dies. 2017-12-20 20:48:30 +05:30
c871a25dfa Remove unnecessary constructure and make ruleset required 2017-12-20 20:41:01 +09:00
1b91f24044 Simplify scope logic 2017-12-20 20:33:16 +09:00
63dce59c8c Throw an exception if we try and retrieve local scores online 2017-12-20 20:28:00 +09:00
d0b7c92b46 Removed unnecessary usings. 2017-12-11 13:46:23 +01:00
bfa9beb7b2 Switched to regex to handle most of the decision on what to do on click. Also updated the getIdFromUrl method to adapt to the changes 2017-12-11 13:43:47 +01:00
8a02507d44 Let regex handle "getIdFromUrl" 2017-12-11 12:40:37 +01:00
63698895a5 Removed unnecessary container and fixed "HandleInput" for ChatLinks 2017-12-11 11:40:04 +01:00
4d475f1c1b Changed it so ChatLinks handle hover and click sounds themselves 2017-12-11 11:05:32 +01:00
13bc50ad56 Removed ICanDisableHoverSounds interface 2017-12-11 10:42:36 +01:00
47bd97363e Use ShortName for mode.
- Also set the ruleset when fetching scores in BeatmapSetOverlay
2017-12-11 15:05:12 +05:30
ccbbd09d84 Merge remote-tracking branch 'upstream/master' into leaderboard-scopes 2017-12-11 13:59:22 +05:30
f8bc52bbe6 Merged https://github.com/ppy/osu master branch 2017-12-11 09:27:54 +01:00
507d0e3252 Use more sensible names for classes 2017-12-11 12:26:48 +09:00
68255095a6 Renamed the IHasHoverSounds interface to ICanDisableHoverSounds and made it so that if the interface is not implemented, it is just ignored (samples will always be played). If it is implemented, the ShouldPlayHoverSound bool is decisive of whether sounds are played or not 2017-12-07 19:52:40 +01:00
c5a7f5b163 Renamed the static variables and made them readonly, aswell as other small adjustments (CI) 2017-12-07 19:39:39 +01:00
908553ffaf Added parameter for LoadMultiplayerLobby (CI warning for unused int) 2017-12-07 19:38:03 +01:00