Dan Balasescu
|
99db871e6c
|
Update OsuDifficultyCalculator.cs
|
2017-04-22 20:59:35 +09:00 |
|
smoogipooo
|
ec04ceaece
|
Fix off-by-one on repeatCount.
|
2017-04-22 20:53:55 +09:00 |
|
smoogipooo
|
1bb0b96ddc
|
Make IHasCurve not depend on a SliderCurve object.
|
2017-04-22 20:43:20 +09:00 |
|
smoogipooo
|
d7477955ac
|
CI fixes.
|
2017-04-21 20:42:13 +09:00 |
|
smoogipooo
|
5cdbb226f8
|
Remove CurvedHitObject to make RepeatSamples not tied to curve.
|
2017-04-21 20:40:11 +09:00 |
|
smoogipooo
|
b8f9a2be6e
|
Whoops fix xmldoc.
|
2017-04-21 20:40:05 +09:00 |
|
smoogipooo
|
748f13501a
|
Remove HeadSamples and TailSamples, combine into RepeatSamples.
|
2017-04-21 20:04:40 +09:00 |
|
smoogipooo
|
382e656e9f
|
CI fixes.
|
2017-04-21 19:51:23 +09:00 |
|
Dan Balasescu
|
6c8bd4dfe4
|
More trimming.
|
2017-04-21 19:41:46 +09:00 |
|
smoogipooo
|
47f9b2d55b
|
Trim whitespace.
|
2017-04-21 19:38:04 +09:00 |
|
smoogipooo
|
b8c10aa595
|
Improve xmldoc.
|
2017-04-21 19:37:16 +09:00 |
|
smoogipooo
|
cae4c7c6e5
|
Combine construction and assignment.
|
2017-04-21 19:12:16 +09:00 |
|
smoogipooo
|
a999c42d8a
|
Split slider samples into head + tail + repeats + body (the original HitObject.Samples).
|
2017-04-21 18:49:49 +09:00 |
|
smoogipooo
|
a7afde02bf
|
Oops, apparently normal hit sound should always be added.
|
2017-04-21 16:27:35 +09:00 |
|
smoogipooo
|
ca824de91c
|
Implement RepeatSamples in IHasRepeats.
|
2017-04-21 16:18:34 +09:00 |
|
smoogipooo
|
b4a4597366
|
Transform legacy HitObjectParsers to give repeat slider sounds, instead of all sounds.
|
2017-04-21 16:18:11 +09:00 |
|
smoogipooo
|
83f1f9d7e5
|
Add ability to parse per-repeat sounds.
|
2017-04-21 14:38:46 +09:00 |
|
smoogipooo
|
bd7341c5a1
|
Restructure reading normal/add/volume members into class to make code a bit more readable/usable.
|
2017-04-21 14:36:28 +09:00 |
|
smoogipooo
|
ac9f0ccb48
|
Fix hit normals always being played, regardless of sound type.
|
2017-04-21 13:59:55 +09:00 |
|
Dean Herbert
|
6e3125e115
|
Merge pull request #656 from smoogipooo/taiko-fixes
Taiko fixes
|
2017-04-20 20:10:29 +09:00 |
|
Dean Herbert
|
1af2cf3a58
|
Merge pull request #657 from peppy/api-updates
Update score to read statistics from server.
|
2017-04-20 20:03:16 +09:00 |
|
Dean Herbert
|
3342a97b20
|
Remove using.
|
2017-04-20 19:52:32 +09:00 |
|
Dean Herbert
|
c7411c47d6
|
Update User API stuff.
|
2017-04-20 19:51:28 +09:00 |
|
smoogipooo
|
7df35e1197
|
Bind to method instead of exposing ScoreProcessor to HealthDisplay.
|
2017-04-20 19:45:15 +09:00 |
|
Dean Herbert
|
a174b7201e
|
Merge branch 'master' into api-updates
|
2017-04-20 19:40:07 +09:00 |
|
smoogipooo
|
3acdc1dcfb
|
Update palette colours.
|
2017-04-20 19:36:53 +09:00 |
|
Dan Balasescu
|
38155adac9
|
Merge pull request #653 from Jorolf/tooltips
Tooltips
|
2017-04-20 19:33:33 +09:00 |
|
Dean Herbert
|
86c60ade85
|
Add a percentage-based slider testcase.
|
2017-04-20 19:16:47 +09:00 |
|
Dean Herbert
|
008ca07b16
|
Update score to read statistics from server.
Also brings some naming up-to-date.
|
2017-04-20 18:54:35 +09:00 |
|
smoogipooo
|
b65b2bdf4c
|
Simplify assignment.
|
2017-04-20 18:29:55 +09:00 |
|
Dean Herbert
|
4e1942f998
|
Fix tooltips sticking after drag.
|
2017-04-20 18:17:12 +09:00 |
|
Dean Herbert
|
02e406860b
|
Merge remote-tracking branch 'upstream/master' into tooltips
# Conflicts:
# osu.Game/Graphics/UserInterface/OsuSliderBar.cs
|
2017-04-20 18:02:38 +09:00 |
|
Dan Balasescu
|
37ef91e0f3
|
Merge branch 'master' into taiko-fixes
|
2017-04-20 18:02:30 +09:00 |
|
smoogipooo
|
f50e43fc4b
|
CI fixes.
|
2017-04-20 18:02:09 +09:00 |
|
Dan Balasescu
|
84a8d8f00a
|
Merge pull request #655 from peppy/general-fixes
Don't play sliderbar samples more than once when value has not changed.
|
2017-04-20 18:00:49 +09:00 |
|
Dean Herbert
|
d7bee7cc95
|
Update framework.
|
2017-04-20 18:00:29 +09:00 |
|
Dean Herbert
|
0de71ab24d
|
Add basic tooltip support to OsuSliderBar.
|
2017-04-20 17:57:58 +09:00 |
|
Dean Herbert
|
c87657707f
|
Add tooltip to sliderbars. Move interface.
|
2017-04-20 17:33:07 +09:00 |
|
smoogipooo
|
6e3018f36d
|
Add a glow fade based on density of hits.
|
2017-04-20 17:11:58 +09:00 |
|
smoogipooo
|
e92e08f86d
|
Make StandardHealthDisplay glow extrude beyond the end of the bar.
|
2017-04-20 17:11:31 +09:00 |
|
Dean Herbert
|
9cb789f426
|
Use 24 hour display for chat times.
|
2017-04-20 17:10:05 +09:00 |
|
Dean Herbert
|
ce5763ed97
|
Remove using.
|
2017-04-20 16:37:29 +09:00 |
|
Dean Herbert
|
9c8cd08927
|
Don't play sliderbar samples more than once when value has not changed.
|
2017-04-20 16:35:55 +09:00 |
|
Dean Herbert
|
9d975f202f
|
Make background slightly transparent.
|
2017-04-20 16:29:05 +09:00 |
|
Dean Herbert
|
18bbbdad4c
|
Reduce appear delay slightly.
|
2017-04-20 16:28:55 +09:00 |
|
Dean Herbert
|
d12a9a7675
|
Don't run AutoSize transforms when tooltip is already invisible.
|
2017-04-20 16:28:45 +09:00 |
|
Dean Herbert
|
a884ac215e
|
Position tooltip better; remove need for lastState.
|
2017-04-20 16:08:36 +09:00 |
|
Dean Herbert
|
00d8cacba8
|
Update visual apperance.
|
2017-04-20 16:05:25 +09:00 |
|
Dean Herbert
|
990c14fbe0
|
Keep tooltip's current target while the main button is pressed.
Handles drag operations better.
|
2017-04-20 15:51:30 +09:00 |
|
Dean Herbert
|
30c3c932b1
|
Remove redundancies.
|
2017-04-20 15:29:34 +09:00 |
|