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-16 17:03:01 +08:00
Code
Issues
Releases
Wiki
Activity
65,490
Commits
4
Branches
791
Tags
ad69259eb8c2c8c45ede72a01558bb5bd2fe5f36
Commit Graph
20 Commits
Add better commenting around legacy last tick edge case
Dean Herbert
·
2023-10-04 13:45:26 +09:00
cfb18e18c0
Document remaining pieces of
LastTick
and add back legacy prefix for generation flow
Dean Herbert
·
2023-09-29 16:58:17 +09:00
62bcb62842
Move
LegacyLastTickOffset
specification to generation code and stop passing everywhere
Dean Herbert
·
2023-09-29 14:32:29 +09:00
81485c548c
Automated pass
Dean Herbert
·
2023-06-24 01:00:03 +09:00
0ab0c52ad5
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Apply batch fixing of built-in types using
var
Dean Herbert
·
2021-10-27 13:04:41 +09:00
6944151486
Remove obsolete method
smoogipoo
·
2020-11-18 21:26:35 +09:00
cb5d1d0d77
Fix redundant override showing up in build warnings
Dean Herbert
·
2020-06-03 15:50:00 +09:00
1992a3db54
Add overload to prevent crashes (bosu)
smoogipoo
·
2020-05-15 18:51:44 +09:00
6cd1753459
Actually use the cancellation token
smoogipoo
·
2020-05-15 18:17:39 +09:00
4719fcc291
.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
Add generation comment
smoogipoo
·
2019-08-01 17:36:20 +09:00
0ff1c6184b
Fix ticks in repeat spans being returned in reverse order
smoogipoo
·
2019-08-01 17:31:37 +09:00
a2468e599b
Fix ticks not being generated at the minimum tick distance
smoogipoo
·
2019-03-14 15:20:12 +09:00
71d79f0a39
Clarify repeat index
Dean Herbert
·
2019-03-11 14:53:21 +09:00
63fea65c0c
Add xmldoc and clarify struct variables
Dean Herbert
·
2019-03-11 14:36:29 +09:00
489153579a
Rename and reuse variables
Dean Herbert
·
2019-03-11 14:33:21 +09:00
2029cf93fd
LegacyFinalTick -> LegacyLastTick to match existing variable
Dean Herbert
·
2019-03-08 20:13:11 +09:00
93a999396e
Fix legacy tick handling
Dean Herbert
·
2019-03-08 19:57:30 +09:00
355705f0a5
Apply review
Dean Herbert
·
2019-03-08 15:14:57 +09:00
973f29b765