Commit Graph

4889 Commits

Author SHA1 Message Date
a14481acca Merge pull request #22440 from peppy/argon-hit-lighting-v2
Adjust argon hit lighting further
2023-01-30 19:34:58 +01:00
3bdf83bf44 Redo the drawable structure of bubbledrawable to run and look better 2023-01-29 00:48:14 +01:00
66da4c0288 Add colouration to the sliders to better match the vibrancy of the mod 2023-01-28 17:38:24 +01:00
c3090dea5f Simplify animations 2023-01-28 00:30:30 +01:00
7c81f1e75b Remove unnecessary BDL from bubble drawable
Improve animation duration formula
2023-01-27 12:53:19 +01:00
c50604f701 Merge branch 'master' into bubble_mod_implementation_clean 2023-01-27 11:58:56 +01:00
98c9ba5b6f Merge branch 'master' into skin-editor-nrt 2023-01-27 19:35:43 +09:00
74ab036f3e Refactor SkinnableSound.Samples to be non-nullable 2023-01-27 19:32:30 +09:00
2b55e05b10 Adjust argon hit lighting further 2023-01-27 13:31:21 +09:00
c4dce30de5 Merge pull request #22412 from peppy/argon-kiai
Add very basic kiai flash to argon hit circles
2023-01-26 19:13:58 +01:00
7344d34d5b Move where class specs to next line 2023-01-26 17:12:41 +09:00
13937cf555 Merge branch 'master' into stream-tool-2 2023-01-26 16:08:20 +09:00
de1d473d29 Fix kiai flash being visible and incorrectly sized during hit animation 2023-01-26 15:24:10 +09:00
9ed0b8ccfa Merge pull request #22375 from peppy/osu-ruleset-touch-support
Add empty space tap-streaming support for osu! ruleset on touchscreen devices
2023-01-26 08:12:12 +09:00
73f53328cf Merge branch 'master' into argon-kiai 2023-01-25 22:21:26 +01:00
3daa9e6295 Merge branch 'master' into argon-hit-lighting-peppy-take 2023-01-25 21:44:43 +01:00
48d68b0f4f Add very basic kiai flash to argon hit circles 2023-01-25 18:59:26 +09:00
9499d3a20a Add support for disabling "hit lighting" with osu! argon skin 2023-01-25 15:50:49 +09:00
1cde90d55d Add note about CheckScreenSpaceActionPresJudgeable being naive 2023-01-25 15:03:47 +09:00
5bfd4e47a1 Refactor position tracking touch handling (and comments) to read better 2023-01-25 14:59:54 +09:00
d8365f4fca Reverse order of application to match DrawableHitObject 2023-01-25 11:47:15 +09:00
3a47be6e00 Fix argon hit circles occasionally going missing during editor seeking 2023-01-24 17:43:14 +09:00
a966d6c330 Merge pull request #18402 from ggliv/mod-accuracy-challenge
Add accuracy challenge mod
2023-01-24 16:00:55 +09:00
3cd810f332 Merge pull request #22265 from Wleter/SliderEnd-Snap
Add snapping sliderends with nearby objects
2023-01-24 13:43:43 +09:00
72cfe2ba5a Move private field up with others 2023-01-24 12:30:11 +09:00
949610c8a4 Add commentary as to why ReceivePositionalInputAt override is required 2023-01-24 11:06:54 +09:00
8b47af6503 Remove HidesResumeOverlay and set ResumeOverlay to null in OsuModAutopilot 2023-01-24 00:49:09 +01:00
a992682276 Fix OsuTouchInputMapper not handling all touches when using screen scaling 2023-01-23 21:46:01 +01:00
7483967157 Merge branch 'master' into SliderEnd-Snap 2023-01-23 21:33:16 +01:00
c4d5957ac3 Add empty space tap-streaming support for osu! ruleset on touchscreen devices 2023-01-23 17:07:27 +09:00
73f083a316 Refactor how additional points are provided to avoid confusion 2023-01-23 14:13:46 +09:00
75a1a2ec2f Hide ResumeOverlay when OsuModAutopilot is enabled 2023-01-22 03:44:59 +01:00
7e466e1eba Fix SPM calculation division by zero 2023-01-20 21:00:01 +09:00
11e1b22bf5 Move MaximumJudgementOffset to HitObject
We want to access this property for computing lifetime
2023-01-19 21:23:55 +09:00
f8d8a627b8 change property name 2023-01-18 22:00:39 +01:00
ab78dd0436 add collection of selection points. 2023-01-18 21:34:23 +01:00
ecb4727aec Fix formatting issues 2023-01-18 17:33:14 +09:00
3630b41a5b Remove unused usings 2023-01-18 13:13:20 +09:00
00f15d19f9 fix double newlines 2023-01-17 21:11:21 +01:00
dfbbc4002c address test failure 2023-01-17 10:22:58 -05:00
00996c9f47 Remove unnecessary touch interception from OsuInputManager 2023-01-17 19:11:22 +09:00
70cb23bbc9 Merge branch 'master' into mod-accuracy-challenge 2023-01-17 16:46:54 +09:00
24a626a9cd Fix incorrect touch handling in autopilot and relax mods 2023-01-17 15:07:05 +09:00
3b95691d53 Add note about mouse button disable tracking 2023-01-17 14:54:52 +09:00
45b34f5306 Remove pointless xmldoc 2023-01-17 14:53:24 +09:00
34120b6131 Use linq Single instead of First for guaranteed singular match 2023-01-17 14:52:45 +09:00
9b5d6b391b Remove nullability allowance from BackgroundDependencyLoader 2023-01-17 14:52:15 +09:00
c6d33df147 Only track TouchSource for now 2023-01-17 14:51:46 +09:00
b3860c6d52 Only use positional input from most recent touch 2023-01-16 21:21:00 +09:00
606e374d94 Don't handle touch down events if "mouse" buttons are disabled
Maintains compatibility with existing logic.
2023-01-16 21:21:00 +09:00