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-06-07 10:44:02 +08:00
Code
Issues
Releases
Wiki
Activity
24,270
Commits
4
Branches
802
Tags
166e957104e3dd31bb5129a7a6b1e9da9700a8bf
Commit Graph
1924 Commits
Merge branch 'master' into customized-mods
Dean Herbert
·
2019-12-10 19:13:32 +09:00
138b83c9ea
Update bindable types in line with framework
Dean Herbert
·
2019-12-10 16:48:24 +09:00
f7f4a57c5f
Merge branch 'master' into apply-to-track
Dan Balasescu
·
2019-12-10 16:15:24 +09:00
bd6a08a21b
Merge branch 'master' into segmented-slider-paths-3
Dean Herbert
·
2019-12-10 14:28:20 +09:00
5f3d163772
Apply suggested refactorings
smoogipoo
·
2019-12-10 13:12:54 +09:00
ab0f2e7c6a
Fix incorrect code migration
Co-Authored-By: Bartłomiej Dach <
dach.bartlomiej@gmail.com
>
Dean Herbert
·
2019-12-10 02:23:17 +09:00
dc9775742c
Don't serialise path version
smoogipoo
·
2019-12-09 20:18:18 +09:00
47f3c4a596
Constrain configuration lookup as enum.
Huo Yaoyuan
·
2019-12-09 17:45:26 +08:00
04b3297a05
Split out complex method
smoogipoo
·
2019-12-09 18:25:13 +09:00
6d9cd0fafe
Remove unused using
smoogipoo
·
2019-12-09 18:15:00 +09:00
b6e2738236
Fix bad ctor implementation
smoogipoo
·
2019-12-09 18:01:13 +09:00
a1798fd38d
Remove outdated assert
smoogipoo
·
2019-12-09 18:01:02 +09:00
bfbb9aa18e
Remove automatic slider path offsetting
smoogipoo
·
2019-12-09 17:54:22 +09:00
883d5bc11d
Default to linear control point type
smoogipoo
·
2019-12-09 17:47:05 +09:00
9cb649436c
Simplify path/point construction
smoogipoo
·
2019-12-09 17:46:40 +09:00
5a093c039c
Allow mods to apply to track, not clock
Dean Herbert
·
2019-12-09 17:44:45 +09:00
eb074b7058
Merge remote-tracking branch 'refs/remotes/origin/master' into segmented-slider-paths-3
smoogipoo
·
2019-12-09 15:34:49 +09:00
c18f2e6436
Remove unused usings
smoogipoo
·
2019-12-09 13:19:21 +09:00
4905709ea4
Handle control point positional updates within SliderPath
smoogipoo
·
2019-12-06 18:49:01 +09:00
16f8341a02
Use SettingsSource for mod cusomisation
Dean Herbert
·
2019-12-06 17:09:48 +09:00
a5d5099868
Explose + use the full calculated length of the path
smoogipoo
·
2019-12-06 15:53:19 +09:00
b4e1b5fa98
Add tests and fix negative expected distances
smoogipoo
·
2019-12-06 15:37:06 +09:00
2654710d91
Merge remote-tracking branch 'upstream/master' into customized-mods
Dean Herbert
·
2019-12-06 15:31:20 +09:00
170954bc6e
Rewrite slider length calculation for readability
smoogipoo
·
2019-12-06 15:06:31 +09:00
27dd12a66d
Add xmldoc
Dean Herbert
·
2019-12-06 12:17:41 +09:00
9f4c8db395
Add missing license header
smoogipoo
·
2019-12-06 11:53:22 +09:00
23c7132c4f
Make work in editor
Dean Herbert
·
2019-12-05 20:12:25 +09:00
d8620a70fb
Initial game-wide update with the new SliderPath
smoogipoo
·
2019-12-05 19:53:36 +09:00
3ebbf62b2a
Expose a version to indicate path changes
smoogipoo
·
2019-12-05 18:31:28 +09:00
c9a66c0d07
Add legacy constructor
smoogipoo
·
2019-12-05 18:19:42 +09:00
1585d83b96
Make expected distance a bindable
smoogipoo
·
2019-12-05 17:51:29 +09:00
986ac1cee4
Rename new path, replace existing one
smoogipoo
·
2019-12-05 17:49:32 +09:00
2702edfa55
Re-implement slider paths to support multiple segments
smoogipoo
·
2019-12-05 16:45:02 +09:00
5e9b739b67
Expose general control point change event
smoogipoo
·
2019-12-05 14:38:32 +09:00
0149e47673
Add xmldocs
smoogipoo
·
2019-12-05 14:38:21 +09:00
3e0f499e72
Add structure for path control points
smoogipoo
·
2019-12-05 13:43:38 +09:00
40d0700fa5
Don't compare spans with null.
Huo Yaoyuan
·
2019-12-03 20:09:58 +08:00
05cfef92f9
Don't use Equals(object) on T?.
Huo Yaoyuan
·
2019-12-03 20:07:22 +08:00
a42f9447e6
Hide the menu cursor while inside the playfield by default
Dean Herbert
·
2019-11-29 17:35:11 +09:00
f181ee1843
Merge branch 'master' into customized-mods
Dean Herbert
·
2019-11-27 19:44:32 +09:00
01a37771bc
Merge branch 'master' into sharpen
Huo Yaoyuan
·
2019-11-26 18:21:50 +08:00
c0fe91a84c
Remove excess parenthesis
Dean Herbert
·
2019-11-25 22:37:07 +09:00
fbebbab5db
Centralise End/StartTime retrieval to extension method
Dean Herbert
·
2019-11-25 19:09:14 +09:00
709ec1404f
ApplyToDrawableHitObjects should be able to get all the hitobject in nasted Playfield
andy840119
·
2019-11-24 10:42:05 +09:00
6126fd9a6b
Rename forgotten variable
Andrei Zavatski
·
2019-11-21 20:37:02 +03:00
eb2f7c1d0a
Naming adjustments
Andrei Zavatski
·
2019-11-21 20:34:19 +03:00
0f1a3d97c8
Remove OnHighlightedChanged function
Andrei Zavatski
·
2019-11-21 20:22:15 +03:00
c7c8527f5f
Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap-mod-selector
Andrei Zavatski
·
2019-11-21 18:49:37 +03:00
458496206c
Merge branch 'master' into sharpen
Huo Yaoyuan
·
2019-11-21 23:42:46 +08:00
818553027b
Merge branch 'master' into math_clamp
Dan Balasescu
·
2019-11-21 11:08:56 +09:00
a7c074ff37
First
Previous
1
2
3
4
5
...
Next
Last