Commit Graph

35 Commits

Author SHA1 Message Date
54c0197eb0 remove early fadeout of sliderball on hidden
it shouldn't have been done because it makes fast sliders unplayable as they never appear in the first place, ooops
2018-01-07 09:08:33 +01:00
006b63eb42 remove unnecessary change of spinner end sequence
it wasn't really visible anyways *shrug*
2018-01-07 09:05:36 +01:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
a0966305d4 Remove unnecessary new event 2017-12-30 14:46:44 +09:00
5e887240ae actually use option to override values... 2017-12-29 18:04:40 +01:00
07040f9fd1 rename field 2017-12-29 17:52:28 +01:00
5c3b67bcef remove unnecessary values 2017-12-29 17:51:59 +01:00
f547c7986d created option to override values before UpdateState is called 2017-12-29 17:50:55 +01:00
a58b5ff5f2 simplify sequence 2017-12-29 17:46:22 +01:00
b200134a18 fix spinner easing with hidden 2017-12-29 17:44:10 +01:00
db8228f69d Don't think we need this expire call 2017-12-29 18:57:38 +09:00
a4f941cdf1 Move lifetime adjustment to DrawableHitCircle 2017-12-29 18:51:14 +09:00
dd2ae3f701 SImplify everything 2017-12-29 18:48:10 +09:00
0ae00cbd17 Rename one more variable 2017-12-29 18:28:16 +09:00
ced2d9749d Adjust presets and rename more 2017-12-29 18:25:33 +09:00
c9d4da65d2 Simplify and rename time variables 2017-12-29 18:06:41 +09:00
27cb445c24 Always recrusively apply custom sequence to nested hitobjects 2017-12-29 17:48:05 +09:00
b74248a705 Rename application method 2017-12-29 16:22:06 +09:00
cd237da6d3 extend TestCaseHitCircle with new steps
- Hidden, Size and Scale
- also fix Auto still missing because no judgement was created
2017-12-28 17:06:15 +01:00
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
e42fa7205b adjust spinner sequence to the new fadeout speed 2017-12-27 21:23:56 +01:00
7d29c076d2 fix circles and slider sequences
+ minor cleanup
2017-12-27 21:12:02 +01:00
4c2554595e implement hidden (mostly)
some things work and others don't, I dunno
2017-12-26 17:25:18 +01:00
f5d4ed2a22 add interface to adjust DrawableHitObjects 2017-12-26 11:49:42 +01:00
ac6213d1fa CI fixes 2017-11-17 14:26:33 +09:00
18f2e92a48 Rework mod applications to hitobject/rulesetcontainer for DifficultyCalculator 2017-11-17 12:36:13 +09:00
a7f874e5b6 Merge branch 'master' into leaderboard-scores 2017-09-07 18:25:33 +02:00
56292bd7f0 Use constant definition. 2017-08-23 16:54:06 +09:00
42e6865493 Flip hit objects. 2017-08-23 16:35:30 +09:00
4c2d7bf343 Parse the mods of a leaderboard's score 2017-08-13 17:41:13 +02:00
ecc0d0b11c Daycore mod 2017-05-30 12:49:06 -04:00
19728b3d98 Fixed IncompatibleMods for OsuModAutoplay 2017-05-12 15:13:02 +03:00
9b8b88601f Create "AutoGenerator" base class and interface. 2017-04-29 02:08:48 +08:00
2af6c7aa00 Fix build errors o.o 2017-04-29 00:21:33 +08:00
fbd26a1d5e Mode -> Ruleset. 2017-04-18 16:05:58 +09:00