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-22 21:40:49 +08:00
Code
Issues
Releases
Wiki
Activity
11,066
Commits
4
Branches
796
Tags
ac9de336dba40227fb6dd4d5744ec0064b8934bb
Commit Graph
11 Commits
Clean up off-by-one offsets from repeat-related properties
smoogipoo
·
2018-01-23 13:37:25 +09:00
d37844c068
Update licence headers
Dean Herbert
·
2018-01-05 20:21:19 +09:00
37d393bca0
Remove SampleInfoList
smoogipoo
·
2017-12-25 15:40:01 +09:00
d288d8a51f
Make HitObjects construct nested hit objects
smoogipoo
·
2017-12-22 21:42:54 +09:00
6a29f6020a
Make DifficultyControlPoint.SpeedMultiplier actually increase with an increasing speed.
Fixes
#1147
smoogipooo
·
2017-08-21 11:58:54 +09:00
6a7b410bc3
Reshuffle namespaces
Dean Herbert
·
2017-07-26 13:22:46 +09:00
fce580d717
Give velocity a sane default value.
smoogipooo
·
2017-05-29 12:19:51 +09:00
c137ee822c
We don't need a curve.
smoogipooo
·
2017-05-29 12:19:38 +09:00
231b1ae610
Always ApplyDefaults after parsing beatmaps to make sure hit objects are in their most loaded state.
smoogipooo
·
2017-05-29 12:10:29 +09:00
6101fe98e1
Introduce SampleInfoList as List<SampleInfo> to reduce generic nesting. Fix CI warnings.
smoogipooo
·
2017-04-26 14:12:21 +09:00
28f7e0cdba
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