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-20 19:40:38 +08:00
Code
Issues
Releases
Wiki
Activity
68,349
Commits
4
Branches
793
Tags
cd28fa7325f85dd3c68bd2a3eaef3239d686dd2f
Commit Graph
14 Commits
Replace usages of
is null
with
== null
Dean Herbert
·
2024-04-03 01:50:39 +08:00
94cbe1838f
Fix code style/quality issues
cs
·
2023-11-13 08:25:27 +01:00
fa976a5aa0
Generalize Bezier curves to BSplines of Nth degree
Thomas Müller-Höhne
·
2023-11-11 13:32:53 +01:00
926636cc03
Fix various other inspections
Dean Herbert
·
2023-10-17 17:48:51 +09:00
e081fa48a2
Bypass
Parent
nullability checks for now
Dean Herbert
·
2023-10-17 17:48:45 +09:00
5341a335a6
Move
LegacyLastTickOffset
specification to generation code and stop passing everywhere
Dean Herbert
·
2023-09-29 14:32:29 +09:00
81485c548c
Apply required nullability changes
Dean Herbert
·
2023-06-24 09:58:36 +09:00
3585c3f1d5
Update new usages of "soft" to use the new constant
Dean Herbert
·
2023-05-24 14:04:10 +09:00
e68ba6366c
remove all test usages of SampleControlPoint
OliBomby
·
2023-04-26 14:21:52 +02:00
c6fc180659
made PathControlPointVisualiser generic
OliBomby
·
2022-12-07 10:13:40 +01:00
10b5900710
Partial everything
Dan Balasescu
·
2022-11-27 00:00:27 +09:00
7bc8908ca9
added a gap between objects and made it theoretically possible to retain sample control point
OliBomby
·
2022-08-23 23:29:59 +02:00
631ea9a3ed
Improved visual tests for slider splitting
OliBomby
·
2022-08-19 18:29:01 +02:00
d1519343f6
Added TestScene for slider splitting
OliBomby
·
2022-08-19 01:10:54 +02:00
89eb0a4079