Dean Herbert
|
37d393bca0
|
Update licence headers
|
2018-01-05 20:21:19 +09:00 |
|
Dean Herbert
|
0cc8516aa3
|
Remove empty cases, add initial ball scale adjust.
|
2018-01-04 20:53:33 +09:00 |
|
Dean Herbert
|
717b263b77
|
Comment and better stacking of FadeOuts
|
2018-01-04 20:47:42 +09:00 |
|
Dean Herbert
|
1f62fe19d5
|
Make animation a bit more subtle
|
2018-01-04 20:43:42 +09:00 |
|
Dean Herbert
|
ffc7f7ecf4
|
Add a better slider "hit" state fade out animation
|
2018-01-04 20:16:10 +09:00 |
|
Dean Herbert
|
bde957940d
|
Disallow SliderBall from contracting after EndTime
|
2018-01-04 20:09:58 +09:00 |
|
Aergwyn
|
1ce6219293
|
remove unnecessary override
|
2018-01-03 13:55:24 +01:00 |
|
Aergwyn
|
d94c313947
|
fix slider follow circle instantly disappearing on slider ends
|
2018-01-03 08:13:58 +01:00 |
|
Aergwyn
|
481a16b491
|
extended hitobject tests
|
2018-01-01 11:55:30 +01:00 |
|
Aergwyn
|
ccb69d16d9
|
move HitResult in Scoring namespace to replace HitCount
|
2017-12-30 21:23:18 +01:00 |
|
Dean Herbert
|
233904ddef
|
Merge branch 'master' into scaling-repeat-points
|
2017-12-30 18:09:32 +09:00 |
|
Aergwyn
|
1f71bd3425
|
scale the correct part of the repeat point
|
2017-12-30 09:05:40 +01:00 |
|
Dean Herbert
|
7f54778fed
|
Merge branch 'master' into hitobject-constructor-safety
|
2017-12-30 15:32:36 +09:00 |
|
Dean Herbert
|
a2840d2519
|
Fix FadeInDuration not being passed down to sliders' InitialCircle
|
2017-12-30 15:21:25 +09:00 |
|
smoogipoo
|
b99e0a0439
|
Fix DrawableHitCircle accepting a base OsuHitObject parameter
Fixes #1778.
|
2017-12-30 14:15:42 +09:00 |
|
Aergwyn
|
52dd5ddba6
|
fix repeat points not scaling properly
|
2017-12-29 20:03:43 +01:00 |
|
Aergwyn
|
07040f9fd1
|
rename field
|
2017-12-29 17:52:28 +01:00 |
|
Dean Herbert
|
a4f941cdf1
|
Move lifetime adjustment to DrawableHitCircle
|
2017-12-29 18:51:14 +09:00 |
|
Aergwyn
|
0b23ceb781
|
fix slider fade out to be eased
+ move duration calculation to not be done twice
+ made Slider / Spinner private again as they are not accessed externally anymore
|
2017-12-28 15:36:27 +01:00 |
|
Aergwyn
|
dbcf87267d
|
Merge branch 'master' into standard-hd-support
|
2017-12-27 21:26:39 +01:00 |
|
Aergwyn
|
e42fa7205b
|
adjust spinner sequence to the new fadeout speed
|
2017-12-27 21:23:56 +01:00 |
|
smoogipoo
|
1a5cf98e0c
|
Fix repeat points always being placed at end position of th slider
PositionAt is clamped to [0, 1] where 0 denotes the beginning of the curve and 1 denotes the end of the curve. It has no concept of repeats.
|
2017-12-27 20:40:38 +09:00 |
|
smoogipoo
|
c18fd5da48
|
Simplify creation of repeat points
|
2017-12-27 20:37:28 +09:00 |
|
smoogipoo
|
cb18baa4d8
|
Add HitCircle/Slider testcases
|
2017-12-27 17:34:07 +09:00 |
|
smoogipoo
|
ce18a0705d
|
Merge remote-tracking branch 'origin/master' into sliderbouncers-fix
|
2017-12-27 16:48:04 +09:00 |
|
Aergwyn
|
4c2554595e
|
implement hidden (mostly)
some things work and others don't, I dunno
|
2017-12-26 17:25:18 +01:00 |
|
smoogipoo
|
d288d8a51f
|
Remove SampleInfoList
|
2017-12-25 15:40:01 +09:00 |
|
Shawdooow
|
72b5a370da
|
dont play the same sound twice at once
|
2017-12-23 23:13:53 -05:00 |
|
Shawdooow
|
af2a2781e7
|
fix the fix harder
|
2017-12-23 23:12:10 -05:00 |
|
Shawdooow
|
d333fc5efe
|
fix the fix
silly me, that was configured for vitaru!
|
2017-12-23 23:08:55 -05:00 |
|
Shawdooow
|
a656656403
|
the fix
|
2017-12-23 22:47:32 -05:00 |
|
Aergwyn
|
47c75d01ce
|
access list with index instead of using LINQ
|
2017-12-23 13:30:44 +01:00 |
|
Aergwyn
|
c5aba9f247
|
add Samples to RepeatPoint construction
|
2017-12-23 12:32:21 +01:00 |
|
Dean Herbert
|
5026c7a95e
|
SoundControlPoint -> SampleControlPoint
|
2017-12-23 16:34:34 +09:00 |
|
smoogipoo
|
6a29f6020a
|
Make HitObjects construct nested hit objects
|
2017-12-22 21:42:54 +09:00 |
|
smoogipoo
|
ac1d27e925
|
Fix possible nullref exceptions
|
2017-12-21 23:02:46 +09:00 |
|
smoogipoo
|
a3fcc0b60c
|
Back to using SortedLists
|
2017-12-21 19:40:41 +09:00 |
|
smoogipoo
|
cb7e192aff
|
Determine SampleInfo defaults in DrawableHitObject
|
2017-12-21 16:02:33 +09:00 |
|
smoogipoo
|
a303bf71cf
|
Give control over screen space conversion to DrawableHitObject
|
2017-12-11 22:19:02 +09:00 |
|
smoogipoo
|
cf859a6cf2
|
Make the dragger attach to objects it surrounds
Plus a lot more implementation.
|
2017-12-02 00:26:02 +09:00 |
|
smoogipoo
|
eb03b0db30
|
Consider slider lengths as part of Distance
|
2017-11-17 21:28:59 +09:00 |
|
smoogipoo
|
c221cfd30c
|
Fix slider cursor positions not being taken into account
|
2017-11-17 20:28:41 +09:00 |
|
smoogipoo
|
66ee9d1631
|
Update in-line with framework changes
|
2017-11-09 17:04:04 +09:00 |
|
smoogipoo
|
348083f589
|
Update with framework state transformation
Removes explicit initial state setting in DrawableOsuHitObjects.
|
2017-11-09 14:05:05 +09:00 |
|
smoogipoo
|
c7426ebed8
|
Fix spinners showing very weird numbers after rewinding
Fixes #1462
|
2017-11-06 17:22:22 +09:00 |
|
smoogipoo
|
4854302aaa
|
Fix follow points not showing up again after rewinding
Fixes #1463.
|
2017-11-04 01:02:33 +09:00 |
|
smoogipoo
|
5fd3115142
|
Fix slider ball not animating fade/scale after rewinding
Fixes #1455
|
2017-11-03 15:58:12 +09:00 |
|
smoogipoo
|
60048e6cd1
|
Fix slider ticks not showing up again once replayed
Fixes #1456
|
2017-11-03 15:33:24 +09:00 |
|
smoogipoo
|
06a62edeb6
|
Make DrawableRepeatPoints show up when replayed
Fixes #1458
|
2017-11-03 15:30:46 +09:00 |
|
smoogipoo
|
70ea3e5025
|
Fix up initial scale of DrawableRepeatPoint
|
2017-11-03 15:29:16 +09:00 |
|