opsu-dance/src/itdelatrisu/opsu/objects/curves
Jeffrey Han 4eaf0b6a54 Follow-up to #71.
- Fixed a major bug where two hit result calculations were being performed for each slider.
- Fixed a bug where hit circles/sliders were being drawn for a miss.
- Sliders now only expand when held to the end (as in osu!).
- Use the track position as the hit result start time for circles (instead of the object time).
- Added a 'color' parameter to Curve.draw(), rather than keeping an extra reference to the slider Color object.
- Renamed HitResultType enum to HitObjectType, and moved it into GameData.
- Removed some overloaded methods (not really necessary...).
- Other style changes.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-04-08 02:05:12 -04:00
..
Bezier2.java Added error() method to DownloadListener interface. 2015-03-07 23:57:18 -05:00
CircumscribedCircle.java Follow-up to #71. 2015-04-08 02:05:12 -04:00
Curve.java Follow-up to #71. 2015-04-08 02:05:12 -04:00
LinearBezier.java Follow-up to #71. 2015-04-08 02:05:12 -04:00
Vec2f.java Minor updates. 2015-02-11 02:56:02 -05:00