Commit Graph

5867 Commits

Author SHA1 Message Date
84ed91d5c9 Remove IgnoreTooltip; Override TooltipText to null 2017-12-16 20:17:20 +11:00
71e59bc9e7 Removed the IgnoreTooltip property 2017-12-16 20:16:40 +11:00
2e196661bb Merge branch 'master' into add-confirmation-dialog 2017-12-15 18:11:13 +01:00
b9298325a3 Rename weird config setting 2017-12-15 14:36:51 +09:00
99b00143eb More clean-ups and event bindings 2017-12-15 14:36:51 +09:00
59e8536ff7 moved action to construction arguments 2017-12-14 17:33:56 +01:00
d0b7c92b46 Removed unnecessary usings. 2017-12-11 13:46:23 +01:00
bb0a32b555 Removed private OsuHoverContainer "content" from OsuLinkSpriteText for more customization. 2017-12-11 11:28:16 +01:00
47bd97363e Use ShortName for mode.
- Also set the ruleset when fetching scores in BeatmapSetOverlay
2017-12-11 15:05:12 +05:30
f8bc52bbe6 Merged https://github.com/ppy/osu master branch 2017-12-11 09:27:54 +01:00
ed81ed7c54 Add back HandleInput disable overrides 2017-12-11 15:19:00 +09:00
de1f51269d Merge branch 'master' into HandleInput 2017-12-11 13:53:33 +09:00
7d8fb12332 DrawableScore -> DrawableProfileScore
Discern between the other class of the same name
2017-12-11 12:51:02 +09:00
0c2158ccbd Improve display of beatmap thumbnails 2017-12-11 12:47:31 +09:00
98ce856de1 Use more sensible names for classes and methods
Adds xmldoc in places too.
2017-12-11 12:33:34 +09:00
9069f1ccba Merge branch 'master' into most-played-beatmaps-section 2017-12-11 12:12:23 +09:00
e629cebe31 fix MusicController ignoring Looping property of a Track
my fix to prevent the MusicController from constantly trying to restart a track before accidentally removed this
2017-12-10 13:22:46 +01:00
1691a74b14 Merge branch 'undelete-button-add' of https://github.com/freezylemon/osu into undelete-button-add 2017-12-10 11:26:31 +01:00
668299ef84 Merge branch 'master' into fix-userprofile-unranked 2017-12-10 13:02:32 +09:00
219bdbc4e1 Populate HandleInput automatically 2017-12-09 22:21:17 +03:00
cdf9ea0d01 removed unnecessary variable
and fixed the test because of new DI letting it fail
2017-12-09 13:39:11 +01:00
1f762dc6d8 Fix PreviewBar receiving a NaN Width value 2017-12-08 15:46:09 -06:00
114604a642 removed unused DI 2017-12-08 14:45:40 +01:00
c97646bea6 added confirmation dialog for Delete ALL beatmaps 2017-12-08 14:27:07 +01:00
4160c10921 Merge branch 'master' into direct-relevance-sorting 2017-12-08 21:18:18 +09:00
856b56d79c Fixed small typo. 2017-12-08 12:54:36 +01:00
b1270a84f8 Added handling for rank == 0 (unranked), removed "#0" from country name if that happens, also display "no rank" when hovering over history instead of "#0" 2017-12-08 11:31:32 +01:00
51dc66df12 Add support for relevance based search results in osu!direct 2017-12-08 18:48:36 +09:00
d93a1fdaae Merge branch 'master' of https://github.com/ppy/osu into undelete-button-add 2017-12-08 10:30:42 +01:00
a491710fe4 Override IgnoreTooltip in DisplayableModIcon 2017-12-08 14:10:23 +11:00
9b3e666a07 Added IgnoreTooltip to all classes required 2017-12-08 14:10:23 +11:00
f5bea077a0 Subclass ModIcon to remove the tooltip text 2017-12-08 11:26:34 +11:00
34a37935e3 Removed unused property and unnecessary return statement (CI) 2017-12-07 19:38:59 +01:00
e05618a415 Removed unnecessary "using" directives 2017-12-07 19:36:56 +01:00
772bba27be Small style changes 2017-12-07 16:41:46 +01:00
d90eb2cdce Moved "Does this channel exist" check to ChatLine so that if a #name does not exist as a channel, it does not get added as a link (and does not contain a URL or anything else to prevent jankiness) 2017-12-07 16:26:28 +01:00
18eabd35f6 Set an empty list as default for AvailableChannels (mostly so that tests don't break, but also so that if no connection exists, the links don't break) 2017-12-07 16:25:30 +01:00
9e37a122e1 Merge branch 'master' into fix-sensitivityslider 2017-12-07 21:01:53 +09:00
d52b84df46 Move KeyboardStep assignment to ctor 2017-12-07 20:53:28 +09:00
46cd6fdb45 Merge remote-tracking branch 'origin/master' into fix-sensitivityslider 2017-12-07 20:49:48 +09:00
24b3b10942 Move drawable assignment to load, remove depth overrides 2017-12-07 20:44:55 +09:00
8c89354b36 Remove extra whitespace 2017-12-07 20:44:38 +09:00
d36982b1d9 Merge branch 'master' into header-button-should-derive 2017-12-07 20:04:41 +09:00
ec8b5c2465 Permitted nulls in ChatOverlay.load() so that in testing, no "OsuGame" instance is required. Also added null checks to the links' on click actions 2017-12-07 10:31:02 +01:00
541c25e995 Renamed ChatLinkSpriteText to ChatLink for convenience 2017-12-07 10:28:12 +01:00
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
a78441bc5a Apply changes in line with framework input adjustments 2017-12-07 13:16:59 +09:00
94eb853d3d Added centralised handling for some chat links 2017-12-06 16:41:57 +01:00
c1b607fed9 Wait until track has restarted before continuing operation
I removed this from my previous PR thinking it was not required, but it turned out to be required after all. Just isn't so noticeable when it fails.
2017-12-05 14:06:40 +09:00
63a6a8b669 Fixed messages sent by yourself not being formatted 2017-12-04 19:31:48 +01:00