Commit Graph

2337 Commits

Author SHA1 Message Date
188b26472c Merge remote-tracking branch 'upstream/master' into sliderbar-tooltip-precision 2018-01-12 18:54:36 +09:00
512e4d2c9f Rewrite the way that cursor overrides are done game-wide 2018-01-12 18:13:17 +09:00
2c67ff75ed added custom hoverclicksounds so links make sounds on hover&click 2018-01-11 18:52:50 +01:00
5cfb2c2ffe Make VolumeControlReceptor handle global input
Fixes volume not being able to be changed in dead areas of OverlayContainers.
2018-01-11 19:03:31 +09:00
c5c33e20bf OverlayContainer changes in-line with framework 2018-01-11 19:03:01 +09:00
d147683361 Cleanup 2018-01-10 17:39:15 +09:00
c010b48b29 Remove number format specified from OsuSliderBar, override ToolTipText
Better/cleaner solution.
2018-01-10 17:29:16 +09:00
17e7f75aca More osu!-side bindable fixes 2018-01-10 15:41:13 +09: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
ae032cbf23 Support HandleKeyboardInput, HandleMouseInput, CanReceiveKeyboardInput, CanReceiveMouseInput properties 2018-01-07 23:40:00 +03:00
a1d94d7adf Merge branch 'master' into sliderbar-tooltip-precision 2018-01-05 20:48:30 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
cbf4852438 Expose a NumberFormatInfo for more extensibility 2018-01-05 14:26:10 +09:00
b84f83cf16 Trigger a value changed event when the number of digits changes 2018-01-05 14:26:10 +09:00
eaa2a007e7 Cleanup 2018-01-05 14:26:10 +09:00
08af3e6303 Make OsuSliderBar formatting support variable number of digits 2018-01-05 14:26:10 +09:00
ddc9edab54 Make OsuSliderBar support both float and double values 2018-01-05 14:26:10 +09:00
af86220dcc Merge remote-tracking branch 'origin/master' into update-branch 2018-01-05 12:08:50 +09:00
5eb2dc3d64 Cleanup some possible CI errors
Not sure why these aren't being detected on master right now - they should be...
2018-01-05 01:20:24 +09:00
36e9232472 Merge master into netstandard 2018-01-05 00:42:48 +09:00
d167663340 Merge branch 'master' into large-texture-store 2018-01-03 13:50:49 +09:00
faf1181fc3 Merge branch 'master' into url-parsing-support 2018-01-02 17:51:50 +09:00
e7721d71f3 Changed chat link implementation according to review 2017-12-31 00:51:47 +01:00
f2d302f8dc Create a LargeTextureStore for cached (but not atlased) global textures
Also
- Fixes first transition depth being incorrect.
- Improves smoothness of transitions (and adds a slight delay to offset from screen switches).
2017-12-31 07:05:04 +09:00
e332683d18 Fix music controller draggability 2017-12-30 21:10:40 +09:00
442a649c63 Make all FocusedOverlays hide on clicks outside of themselves
Also allows wheel events to pass through around them.
2017-12-30 20:45:41 +09:00
ae79be7b51 small style fixes plus new assert in test 2017-12-28 21:45:58 +01:00
7454633f63 Refactor and general tidying up 2017-12-28 20:11:21 +01:00
7a793eaded Merge master into netstandard 2017-12-27 20:48:53 +09:00
cbfef7052e further CI adjustments 2017-12-25 21:02:48 +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
1a318c5c2b Improve LineGraph invalidation logic 2017-12-22 18:58:35 +09:00
fc0b97065c Move hover sound/container to base implementation 2017-12-20 15:54:13 +09:00
a6496e35ec Merge branch 'master' into url-parsing-support 2017-12-20 14:41:12 +09:00
270d81f816 Made the Link's OnClick() Method return true 2017-12-19 19:37:43 +01:00
cf640d084e Use using 2017-12-18 16:38:15 +09:00
846750a190 Remove unnecessary flag 2017-12-18 16:36:11 +09:00
8fdaf6f8f4 Restructure DialogButton to support selection 2017-12-18 14:47:17 +09:00
fd9d900ae0 Simplify StarCounter and SpriteIcon 2017-12-15 18:40:03 +09: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
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
5546b8c316 Trimmed whitespace (CI) 2017-12-07 19:55:29 +01: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
e05618a415 Removed unnecessary "using" directives 2017-12-07 19:36:56 +01:00