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-15 11:23:04 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
791
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
432 Commits
Merge remote-tracking branch 'upstream/master' into fallback-to-skin-combo-colours
Salman Ahmed
·
2019-12-21 12:36:09 +03:00
55be4478aa
Merge branch 'master' into legacy-beatmap-saving
Dean Herbert
·
2019-12-18 17:17:03 +09:00
fa067b8799
CA2208: create exceptions correctly.
Huo Yaoyuan
·
2019-12-17 13:00:10 +08:00
d5994ed484
Merge branch 'master' into fallback-to-skin-combo-colours
Dean Herbert
·
2019-12-17 12:36:20 +09:00
272d7d0ca9
Merge remote-tracking branch 'refs/remotes/origin/master' into legacy-beatmap-saving
smoogipoo
·
2019-12-16 17:09:03 +09:00
8beb6b534f
Use index and range expressions
Huo Yaoyuan
·
2019-12-15 20:17:35 +08:00
c457571da6
Use GetEndTime in Taiko and Mania
Huo Yaoyuan
·
2019-12-14 18:16:13 +08:00
ddb2cfc46d
Merge remote-tracking branch 'upstream/master' into fallback-to-skin-combo-colours
Salman Ahmed
·
2019-12-12 12:37:51 +03:00
a9125f6544
Extract the rest of legacy enums
smoogipoo
·
2019-12-10 20:23:15 +09:00
c378e525da
Extract legacy hitobject type enum
smoogipoo
·
2019-12-10 20:19:16 +09:00
e3f925f69a
Extract legacy sound type enum
smoogipoo
·
2019-12-10 20:18:44 +09:00
8012b21ffa
Apply suggested refactorings
smoogipoo
·
2019-12-10 13:12:54 +09:00
ab0f2e7c6a
Don't serialise path version
smoogipoo
·
2019-12-09 20:18:18 +09:00
47f3c4a596
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
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
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
Rewrite slider length calculation for readability
smoogipoo
·
2019-12-06 15:06:31 +09:00
27dd12a66d
Add missing license header
smoogipoo
·
2019-12-06 11:53:22 +09:00
23c7132c4f
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
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
Merge branch 'master' into sharpen
Huo Yaoyuan
·
2019-11-21 23:42:46 +08:00
818553027b
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
Berkan Diler
·
2019-11-20 13:37:47 +01:00
6cab517b2d
Use static local functions.
Huo Yaoyuan
·
2019-11-12 19:56:54 +08:00
144812669d
Use ??=.
Huo Yaoyuan
·
2019-11-12 19:56:51 +08:00
dcfa98414f
Use 'out var'.
Huo Yaoyuan
·
2019-11-12 19:55:26 +08:00
31cc0d13da
Merge branch 'master' into fallback-to-skin-combo-colours
Dean Herbert
·
2019-11-12 19:00:05 +09:00
758c304d92
Suppress warnings
smoogipoo
·
2019-11-12 13:41:54 +09:00
3f8928ca25
Merge remote-tracking branch 'upstream/master' into selection-hitsound-addition
Dean Herbert
·
2019-11-12 10:44:53 +09:00
b37bf4ea01
Apply other styles.
Huo Yaoyuan
·
2019-11-11 20:27:04 +08:00
e9b8cbb516
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
First
Previous
1
2
3
4
5
...
Next
Last