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 22:24:11 +08:00
Code
Issues
Releases
Wiki
Activity
58,147
Commits
4
Branches
791
Tags
3102044d00a85caaaafd059f77a08022dfd2d7aa
Commit Graph
113 Commits
Retrieve great hit window from the hit object
apollo-dw
·
2022-09-06 17:10:32 +01:00
b5779508d0
Move repeat bonus to TravelDistance
MBmasher
·
2022-07-23 14:40:16 +10:00
f44a5def90
Add repeat bonus to Flashlight, move repeat multiplier to AimEvaluator
MBmasher
·
2022-07-17 16:56:05 +10:00
dae698638c
Merge branch 'master' into fl-slider
Jamieson Berida
·
2022-07-17 16:18:18 +10:00
a0dd6cbab3
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Fetch lastlast object from beatmap, not objects list
apollo-dw
·
2022-06-10 10:28:14 +01:00
e7602563fb
Rename Position -> Index
Dan Balasescu
·
2022-06-09 18:49:11 +09:00
6d2a2ba7d6
Pass object position to the object
apollo-dw
·
2022-05-26 19:26:14 +01:00
66a6467403
Re-invert distances, cleanup, use actual normalised distance
Dan Balasescu
·
2022-05-25 13:38:36 +09:00
8a4f52287c
Adjust xmldoc for correctness
Dan Balasescu
·
2022-05-25 13:01:27 +09:00
7b2a5d4f76
Return null for out of range objects
apollo-dw
·
2022-05-24 16:40:24 +01:00
1ef711de41
Use object list size for object position
apollo-dw
·
2022-05-24 16:30:25 +01:00
30b9e0e7ab
Update comments
apollo-dw
·
2022-05-23 22:17:29 +01:00
5dbec92d9e
Store hitobject history in the hitobject
apollo-dw
·
2022-05-22 16:26:22 +01:00
26985ca8af
Refactor opacity computation algorithm
Dan Balasescu
·
2022-05-12 18:31:10 +09:00
4463a26f4e
Merge branch 'master' into fl-opacity
MBmasher
·
2021-12-21 19:48:49 +11:00
0a33f336b0
Minor cleanups, unifying wording a bit more
Dan Balasescu
·
2021-12-08 15:59:15 +09:00
99991a6703
Restructure doc for easier readability
Dan Balasescu
·
2021-12-08 15:52:59 +09:00
11104124f1
Use new LazyJumpDistance terminology in documentation
Dan Balasescu
·
2021-12-08 15:17:56 +09:00
814f072767
Use "x" for cursor position in diagrams
Dan Balasescu
·
2021-12-08 14:57:21 +09:00
7c0f7b1baa
Rename + better documentation
Dan Balasescu
·
2021-12-07 23:14:35 +09:00
ded86282c1
Remove unnecessary clockRate in Opacity function
MBmasher
·
2021-11-30 14:36:38 +11:00
9824d805ea
Add blank line
MBmasher
·
2021-11-30 13:54:41 +11:00
5884b058b9
Change input variable name in Opacity function
MBmasher
·
2021-11-30 13:52:58 +11:00
3339afd648
Change Opacity function to take in absolute map time rather than relative time
MBmasher
·
2021-11-30 12:58:49 +11:00
b0dc8bf061
Ensure travel distance is calculated for all sliders
Dan Balasescu
·
2021-11-24 16:50:33 +09:00
b20ff22af0
Add additional information to diagram
Dan Balasescu
·
2021-11-24 13:22:52 +09:00
274444ed67
Reword xmldocs
Dan Balasescu
·
2021-11-24 13:11:44 +09:00
b5747f351d
Normalized -> Normalised
Dan Balasescu
·
2021-11-24 13:01:53 +09:00
a081038076
Reword comment with a more diagrammatical explanation
Dan Balasescu
·
2021-11-24 13:01:15 +09:00
e07c44d79a
Make TravelDistance/TravelTime apply to the current object
Dan Balasescu
·
2021-11-24 12:37:22 +09:00
402de754f7
Reorder members a bit
Dan Balasescu
·
2021-11-24 12:14:52 +09:00
e67d9b1c21
Fix wrong opacity formula
MBmasher
·
2021-11-22 08:32:35 +11:00
e9745a3ac4
Cleaning up code
MBmasher
·
2021-11-21 23:53:40 +11:00
e9a4ee6800
Move opacity function to OsuDifficultyHitObject
MBmasher
·
2021-11-21 23:40:15 +11:00
afbec94124
Estimate number of difficult sliders, and increase assumed slider radius
apollo-dw
·
2021-11-11 00:42:06 +00:00
5df694e912
Merge branch 'aim-refactor-slider' of
https://github.com/emu1337/osu
into aim-refactor-slider
Xexxar
·
2021-11-07 14:50:29 +00:00
e23b93bc4c
fixed comment
Xexxar
·
2021-11-07 14:49:26 +00:00
03476e018e
Refactor a bit
smoogipoo
·
2021-11-07 23:26:13 +09:00
6aecd682af
refactored duplicate code for simplicity
Xexxar
·
2021-11-07 14:21:18 +00:00
771620cef1
adjustment to decrease slider leniency
Xexxar
·
2021-11-07 01:50:17 +00:00
22b9d2e879
nerfed approx slider window
Xexxar
·
2021-11-06 21:10:21 +00:00
14a3e3bb06
cleaned up code uglies
Xexxar
·
2021-11-06 19:42:54 +00:00
7d2c31f4df
merged latest
Xexxar
·
2021-11-06 19:18:25 +00:00
7e47432f93
updated slider to use lazytraveldistance code location
Xexxar
·
2021-11-06 19:16:58 +00:00
3e08772660
Resolve inspection
smoogipoo
·
2021-11-04 09:20:46 +09:00
d76158cbad
Fix incorrect type
smoogipoo
·
2021-11-04 09:17:51 +09:00
23dbf04764
applied constants to numbers
Xexxar
·
2021-11-03 18:09:44 +00:00
6c6a440f1b
added stanrs requested changes
Xexxar
·
2021-11-03 17:59:09 +00:00
7eb0edf046
added radial leniency to movementdistance
Xexxar
·
2021-11-03 16:14:45 +00:00
7fc60a840e
First
Previous
1
2
3
Next
Last