This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-19 10:00:42 +08:00
Code
Issues
Releases
Wiki
Activity
4,147
Commits
4
Branches
793
Tags
00a8dbbacfa3d1bd1a40379e388c8f5e2f0af2ec
Commit Graph
23 Commits
Update HitObject.cs
Dan Balasescu
·
2017-04-26 14:45:30 +09:00
22be765323
Introduce SampleInfoList as List<SampleInfo> to reduce generic nesting. Fix CI warnings.
smoogipooo
·
2017-04-26 14:12:21 +09:00
28f7e0cdba
Remove redundant qualifier.
Dean Herbert
·
2017-04-24 14:16:51 +09:00
a475f1f237
Prefix everything inside Rulesets.Objects.Legacy with "Convert" to avoid naming clashes with Ruleset projects.
smoogipooo
·
2017-04-22 21:33:11 +09:00
2af9bf1423
Fix off-by-one on repeatCount.
smoogipooo
·
2017-04-22 20:53:55 +09:00
ec04ceaece
Make IHasCurve not depend on a SliderCurve object.
smoogipooo
·
2017-04-22 20:43:20 +09:00
1bb0b96ddc
CI fixes.
smoogipooo
·
2017-04-21 20:42:13 +09:00
d7477955ac
Remove CurvedHitObject to make RepeatSamples not tied to curve.
smoogipooo
·
2017-04-21 20:40:11 +09:00
5cdbb226f8
Whoops fix xmldoc.
smoogipooo
·
2017-04-21 20:40:05 +09:00
b8f9a2be6e
Remove HeadSamples and TailSamples, combine into RepeatSamples.
smoogipooo
·
2017-04-21 20:04:40 +09:00
748f13501a
CI fixes.
smoogipooo
·
2017-04-21 19:51:23 +09:00
382e656e9f
More trimming.
Dan Balasescu
·
2017-04-21 19:41:46 +09:00
6c8bd4dfe4
Trim whitespace.
smoogipooo
·
2017-04-21 19:38:04 +09:00
47f9b2d55b
Improve xmldoc.
smoogipooo
·
2017-04-21 19:37:16 +09:00
b8c10aa595
Combine construction and assignment.
smoogipooo
·
2017-04-21 19:12:16 +09:00
cae4c7c6e5
Split slider samples into head + tail + repeats + body (the original HitObject.Samples).
smoogipooo
·
2017-04-21 18:49:49 +09:00
a999c42d8a
Oops, apparently normal hit sound should always be added.
smoogipooo
·
2017-04-21 16:27:35 +09:00
a7afde02bf
Implement RepeatSamples in IHasRepeats.
smoogipooo
·
2017-04-21 16:18:34 +09:00
ca824de91c
Transform legacy HitObjectParsers to give repeat slider sounds, instead of all sounds.
smoogipooo
·
2017-04-21 16:18:11 +09:00
b4a4597366
Add ability to parse per-repeat sounds.
smoogipooo
·
2017-04-21 14:38:46 +09:00
83f1f9d7e5
Restructure reading normal/add/volume members into class to make code a bit more readable/usable.
smoogipooo
·
2017-04-21 14:36:28 +09:00
bd7341c5a1
Fix hit normals always being played, regardless of sound type.
smoogipooo
·
2017-04-21 13:59:55 +09:00
ac9f0ccb48
Mode -> Ruleset.
Dean Herbert
·
2017-04-18 16:05:58 +09:00
fbd26a1d5e