Commit Graph

203 Commits

Author SHA1 Message Date
d4f85af19c Force snaking slider paths to retain a fixed size 2019-07-25 18:22:56 +09:00
6cc6aff66e Fix slider ball sizing when legacy skin falls back to default 2019-07-25 16:30:50 +09:00
859233526d Move circle visual implementation to new class
Allows for more precise skin control over state animations.
2019-07-25 16:09:20 +09:00
c989185774 Fix incorrect approach circle scaling 2019-07-25 11:27:24 +09:00
efad9b3150 Merge branch 'master' into skin-scaling-modes 2019-07-24 18:37:31 +09:00
6d889c8a37 Revert unintended change 2019-07-22 15:43:27 +09:00
74c961bcff Add more flexible skin element confine modes 2019-07-22 14:42:56 +09:00
e50b70d615 Centralise osu! circle radius specification 2019-07-22 14:40:02 +09:00
a9286fee07 Recycle slider paths when the parenting slider dies 2019-07-17 16:20:27 +09:00
aca9289d89 Use SkinnableSprite for approach circle 2019-06-24 15:17:56 +09:00
ae438213a5 Remove secondary buffered container from slider body 2019-06-06 16:32:43 +09:00
daa2786dbd Use a constant for the default value 2019-05-12 23:08:42 +09:00
487a56549e Fix CI issues 2019-05-12 22:53:12 +09:00
ce0e4c506e Merge branch 'master' into dev 2019-05-12 21:45:52 +09:00
a56e29347f Adjust namespaces 2019-04-02 14:51:28 +09:00
8f5e769425 Fix slider ball not always receiving position in time 2019-03-28 12:42:28 +09:00
b624ecabde Max = 8 2019-03-16 12:47:37 +02:00
cbb7498a42 Border size to float, add min and max size, other small changes 2019-03-16 12:41:03 +02:00
92595e43f6 slider border thickness 2019-03-14 21:57:39 +02:00
5cc670cd19 Prevent ApplyTransformsAt from propogating to SliderBall children 2019-03-14 19:17:28 +09:00
340997f505 Rename remaining usage of PathWidth naming convention 2019-03-07 20:21:59 +09:00
b3e046c4d1 Rename PathWidth to PathRadius 2019-03-07 17:39:19 +09:00
0788a7e9f1 Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
26d53d06a9 Fix remaining issues 2019-02-28 13:31:40 +09:00
c8793911a8 Enable more stringent inspectcode style inspections 2019-02-27 21:25:40 +09:00
a07d797d75 Merge remote-tracking branch 'Joehuu/master' into use-lifetime-optimization 2019-02-27 12:08:43 +09:00
d06f38b3f3 Cleanup 2019-02-25 15:57:07 +09:00
7f5780c615 Simplify SliderBall and fix incorrect key up handling
Was not processing timeToAcceptAnyKeyAfter when cursor was outside valid tracking area, but should have been.
2019-02-23 14:38:53 +09:00
5fdd7f9bff Fix typo in comment
Co-Authored-By: peppy <pe@ppy.sh>
2019-02-23 14:14:34 +09:00
3a57ff40cd Add comment about other cases, rewind handling 2019-02-23 14:14:34 +09:00
8e52e2330e Add extensive commenting 2019-02-23 14:14:34 +09:00
1c75ee4e82 Add fixes 2019-02-23 14:14:34 +09:00
7566fcf536 Slider press fix 2019-02-23 14:14:34 +09:00
d61dfe888e Fix venera fonts not being correctly specified 2019-02-22 19:42:09 +09:00
3015d40f8f Merge branch 'master' into osu-fontusage 2019-02-22 18:09:23 +09:00
d8c55bc729 Adjust namespaces 2019-02-21 19:05:52 +09:00
bca347427f Update with framework bindable changes 2019-02-21 18:56:34 +09:00
a2aa3ec5cb Adjust sprite texts in-line with framework changes 2019-02-20 15:03:20 +09:00
504e79b968 Merge branch 'master' into use-lifetime-optimization 2019-01-29 12:15:02 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
6f8a2e6ff2 Use LifetimeManagementContainer
This is a significant performance boost for gameplay,
especially for long or stroyboard-heavy maps.
2018-12-13 15:23:06 +09:00
f27bd3ef3e OpenTK -> osuTK 2018-11-20 17:14:59 +09:00
bb2f8deb18 ControlPoint -> PathControlPoint
Also Curve -> Path.
2018-11-01 03:56:51 +09:00
acd703c27b Make sliders respond to control point changes 2018-10-29 15:36:43 +09:00
86e09a68f7 Separate slider body to bypass snaking logic
The snaking logic contains a lot of caching/optimisations and offsetting of the path which is tedious to re-compute when the path changes.
2018-10-29 15:15:29 +09:00
4f65d67e2b Merge branch 'master' into skinnable-spritetext 2018-10-28 08:35:25 -07:00
a2838d32bf Merge branch 'master' into skinnable-spritetext 2018-10-09 16:23:43 +09:00
42664f1c19 Make SliderBody use the new SmoothPath 2018-10-05 15:45:45 +09:00
68980fc477 Adjust usage of Handle(Non)PositionalInput to follow framework update 2018-10-02 14:45:33 +09:00