1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 00:27:25 +08:00
osu-lazer/osu.Game
Bartłomiej Dach 658e0edc3e Handle other button clicks in HoverClickSounds
As suggested in review, remove previously introduced HoverMouseUpSounds
and instead change effect playing logic in HoverClickSounds by moving it
out of OnClick() to OnMouseUp().

Users of the class can either use the existing constructor to play
the effect only on left click or use the newly introduced constructor
with the MouseButton[] parameter to specify which button clicks should
trigger the sound.
2019-08-31 20:16:16 +02:00
..
Audio Fix skinning support for combobreak 2019-06-30 21:58:30 +09:00
Beatmaps Remove duplicate getAnimation function and improve namespacing 2019-08-30 12:59:58 +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 Handle other button clicks in HoverClickSounds 2019-08-31 20:16:16 +02: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 Fix link parser 2019-08-18 22:02:59 +03:00
Overlays Handle other button clicks in HoverClickSounds 2019-08-31 20:16:16 +02: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 accuracy-bar 2019-08-30 20:18:25 +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 Fix vertical alignment of hit error display ticks 2019-08-31 12:20:50 +09:00
Skinning Fix legacy decoder using wrong configuration 2019-08-31 13:27:03 +09:00
Storyboards Add sample path to the lookup names 2019-08-23 14:55:06 +03:00
Tests Add comprehensive skin fallback integration testing 2019-08-28 19:57:17 +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.Framework from 2019.830.0 to 2019.830.1 2019-08-30 09:47:18 +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