Dean Herbert
|
56922b66be
|
Refactor sliders to have more central position/progress calculations.
|
2017-03-06 11:11:29 +09:00 |
|
Dean Herbert
|
1c5b918f9e
|
Add osu! autoplay generation.
Doesn't work on complex sliders yet.
|
2017-03-05 17:46:00 +09:00 |
|
Thomas Müller
|
73fef85b12
|
Remove unnecessary usings
|
2017-03-04 19:43:59 +01:00 |
|
Thomas Müller
|
a14bdf8624
|
Use Color4Extensions from Framework and remove redundant Name
|
2017-03-04 19:42:37 +01:00 |
|
Thomas Müller
|
a2317e5a1e
|
Update usage of FillDirection
|
2017-03-04 11:00:17 +01:00 |
|
Thomas Müller
|
4d28696479
|
FlowDirection -> FillDirection
|
2017-03-01 20:15:38 +01:00 |
|
Thomas Müller
|
9c853b0465
|
Update framewörk
|
2017-03-01 19:33:01 +01:00 |
|
Thomas Müller
|
d46e68b36b
|
Merge branch 'master' of github.com:ppy/osu into flowcontainer-refactor
# Conflicts:
# osu-framework
# osu.Game/Beatmaps/Drawables/BeatmapGroup.cs
|
2017-03-01 18:05:58 +01:00 |
|
Dean Herbert
|
f0e9ed4636
|
Fix regression in TrianglesPiece.
|
2017-03-01 11:56:14 +09:00 |
|
default0
|
03889e6ca6
|
Update References to FlowStrategies
References now use the Create*-names instead of the outdated
Get*-names to create instances of FlowStrategies.
|
2017-02-27 16:55:55 +01:00 |
|
default0
|
8d91519d59
|
Update usage of FlowContainer and its subclasses
|
2017-02-26 21:32:43 +01:00 |
|
Thomas Müller
|
1585ae842a
|
Update framework
|
2017-02-26 11:22:58 +09:00 |
|
Thomas Müller
|
a5dfa7ab06
|
Remove unnecessary using statements
|
2017-02-23 21:38:10 +01:00 |
|
Dean Herbert
|
735961977b
|
Improve feel of spinners.
|
2017-02-22 18:23:06 +09:00 |
|
Dean Herbert
|
00ddcb11b4
|
Fix sliders playing hitsound twice at end.
|
2017-02-22 13:51:40 +09:00 |
|
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 |
|
Dean Herbert
|
32ce8cf723
|
Audio class renames in line with framework changes.
|
2017-02-18 17:35:04 +09:00 |
|
Dean Herbert
|
aaed714160
|
Adjust Explode alpha slightly.
|
2017-02-16 22:48:47 +09:00 |
|
Nabile Rahmani
|
9c4bb82dd6
|
Merged upstream/master.
|
2017-02-16 13:23:11 +01:00 |
|
Nabile Rahmani
|
3068fa1a62
|
Namespace does not correspond to file location.
|
2017-02-16 11:30:31 +01:00 |
|
Dean Herbert
|
b55d85a5c5
|
Add MaxScore to correctly account for the maximum attainable score of DrawableHitObjects.
|
2017-02-16 17:33:13 +09:00 |
|
Dean Herbert
|
8bf3902cbd
|
Add the concept of nested DrawableHitObjects.
- Applies to Slider Ticks and start circle. repeat/endpoints still need addressing.
- Removed SliderTicksLayer abstraction for now.
|
2017-02-16 17:02:36 +09:00 |
|
Dean Herbert
|
2640c2ac43
|
Add tick sample.
|
2017-02-16 13:39:01 +09:00 |
|
Dean Herbert
|
19eb58e724
|
Fix namespace.
|
2017-02-16 13:37:08 +09:00 |
|
Dean Herbert
|
97b782128e
|
Adjust tick appear/disappear animations.
|
2017-02-16 13:33:59 +09:00 |
|
Dean Herbert
|
23677a309f
|
Merge branch 'master' into slider_ticks
|
2017-02-16 11:06:23 +09:00 |
|
Damnae
|
f1535363f4
|
Rename SliderTicksRenderer to SliderTicksLayer.
|
2017-02-15 19:06:54 +01:00 |
|
Dean Herbert
|
31a617363a
|
Improve the feel of spinners.
|
2017-02-15 23:24:08 +09:00 |
|
Dean Herbert
|
7fbc5990d1
|
Add combo numbers.
|
2017-02-15 23:23:55 +09:00 |
|
Dean Herbert
|
bab219c428
|
Fix SliderBall weirdness (not correctly staying circular).
Also adjusts tracking to only change during sldier active time.
|
2017-02-15 21:51:16 +09:00 |
|
Dean Herbert
|
67105e6dfd
|
Replace all usage of SpriteText with OsuSpriteText.
|
2017-02-15 21:37:43 +09:00 |
|
Dean Herbert
|
ce859196d5
|
Avoid glow fading out early on spinners.
|
2017-02-15 21:05:46 +09:00 |
|
Dean Herbert
|
12e265a3e2
|
Combine triangle system implementations.
|
2017-02-15 20:39:10 +09:00 |
|
Damnae
|
e2fae24ad5
|
Merge branch 'master' into slider_ticks
Conflicts:
osu.Game.Modes.Osu/Objects/Drawables/DrawableSlider.cs
osu.Game.Modes.Osu/Objects/Slider.cs
|
2017-02-15 10:53:42 +01:00 |
|
Dean Herbert
|
10dfe47638
|
Add spinners and improve TestCaseHitObjects.
|
2017-02-15 01:23:20 +09:00 |
|
Dean Herbert
|
fc192906ea
|
Handle proxied approach layer better and add slider's approach circle (previously missing).
|
2017-02-15 01:23:19 +09:00 |
|
Damnae
|
ace7a1d009
|
Fix slider ticks expiring before scoring happens.
|
2017-02-14 16:12:35 +01:00 |
|
Damnae
|
9f890139d4
|
Cache drawable ticks.
|
2017-02-14 15:16:18 +01:00 |
|
Damnae
|
3e7208c8a4
|
Add slider ticks.
|
2017-02-14 11:26:24 +01:00 |
|
Dean Herbert
|
343e48c195
|
Merge branch 'master' into followpoints
|
2017-02-13 22:23:57 +09:00 |
|
Thomas Müller
|
aaaf7163e0
|
Update framework.
|
2017-02-13 17:46:50 +09:00 |
|
Damnae
|
daa14bfec8
|
Replace AddConnections by a HitObjects property.
|
2017-02-12 08:47:07 +01:00 |
|
Damnae
|
de2791e179
|
Better looking follow points.
|
2017-02-12 08:22:13 +01:00 |
|
Damnae
|
d7be9539d1
|
Create connections from HitObjects instead of DrawableHitObjects.
|
2017-02-12 07:29:36 +01:00 |
|
Damnae
|
4162ef72d4
|
Remove start/end index.
|
2017-02-12 06:02:45 +01:00 |
|
Damnae
|
ec64455573
|
Add xml-doc.
|
2017-02-10 10:28:21 +01:00 |
|
Damnae
|
6f37c02868
|
Fix followpoints needing a DelayReset.
|
2017-02-10 10:07:52 +01:00 |
|
Damnae
|
4e6b6ab794
|
Abstract follow points into a separate class.
|
2017-02-10 08:10:24 +01:00 |
|
Damnae
|
77ee161be8
|
Add follow points.
|
2017-02-10 06:19:59 +01:00 |
|
Damnae
|
a79fde897b
|
Add StackedPosition/StackedEndPosition and offset slider curves by StackOffset.
|
2017-02-09 08:29:21 +01:00 |
|