1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 01:55:37 +08:00
osu-lazer/osu.Game.Modes.Osu/Objects/Drawables
Thomas Müller 417f146386 Add difficulty calculation
Adds base classes for difficulty calculations, hooks them up with
carousel container, and adds a port of the osu difficulty calculator.
2017-02-19 17:41:51 +01:00
..
Connections Replace AddConnections by a HitObjects property. 2017-02-12 08:47:07 +01:00
Pieces Adjust Explode alpha slightly. 2017-02-16 22:48:47 +09:00
DrawableHitCircle.cs Add MaxScore to correctly account for the maximum attainable score of DrawableHitObjects. 2017-02-16 17:33:13 +09:00
DrawableOsuHitObject.cs Add MaxScore to correctly account for the maximum attainable score of DrawableHitObjects. 2017-02-16 17:33:13 +09:00
DrawableSlider.cs Add the concept of nested DrawableHitObjects. 2017-02-16 17:02:36 +09:00
DrawableSliderTick.cs Audio class renames in line with framework changes. 2017-02-18 17:35:04 +09:00
DrawableSpinner.cs Add difficulty calculation 2017-02-19 17:41:51 +01:00
HitExplosion.cs Replace all usage of SpriteText with OsuSpriteText. 2017-02-15 21:37:43 +09:00