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-26 15:50:29 +08:00
Code
Issues
Releases
Wiki
Activity
36,952
Commits
4
Branches
797
Tags
a407bfe73bc0e4aefce7a30a00a4daf6cb30c481
Commit Graph
143 Commits
Merge pull request
#11740
from peppy/editor-fix-slider-samples-new-placement
Fix newly placed sliders in the editor not playing hitsounds
Dan Balasescu
·
2021-02-12 13:31:00 +09:00
cb4d119f23
Fix GetNodeSamples potentially returning a live reference and overwriting existing samples
Dean Herbert
·
2021-02-11 17:14:49 +09:00
db79080bc4
Rename IgnoreJudgement -> OnlyJudgeNestedObjects
smoogipoo
·
2021-02-10 18:46:26 +09:00
2fcc4213e1
Disable snaking out when tracking is disabled
smoogipoo
·
2021-02-05 15:56:13 +09:00
3aa3692ed4
Add flags to return to classic slider scoring
smoogipoo
·
2021-02-03 22:12:20 +09:00
03b7817887
Make HitSampleInfo immutable
smoogipoo
·
2020-12-01 15:37:51 +09:00
5760e1c1fc
Fix slider samples being overwritten by the last node
smoogipoo
·
2020-10-09 20:50:09 +09:00
696e3d53af
Add preempt adjustment and fade in first end circle with slider to match stable
Dean Herbert
·
2020-10-02 15:21:52 +09:00
ad4cac13ac
Share fade in logic with repeats
Dean Herbert
·
2020-10-02 14:50:03 +09:00
2427ae43da
Fix non-convert slider and spinner serialization
Dean Herbert
·
2020-09-14 17:32:32 +09:00
a8b405791a
Merge branch 'master' into move-setter-to-duration
Dan Balasescu
·
2020-06-01 15:55:48 +09:00
64d1b4b11b
Move sett from EndTime to Duration
Dean Herbert
·
2020-05-27 12:37:44 +09:00
b8e0a6f127
Split out IHasPath from IHasCurve to better define hitobjects
Dean Herbert
·
2020-05-26 17:44:47 +09:00
6b5b215299
Actually use the cancellation token
smoogipoo
·
2020-05-15 18:17:39 +09:00
4719fcc291
Add cancellation token support to CreateNestedHitObjects()
smoogipoo
·
2020-05-15 18:07:41 +09:00
98125102a7
Fix ticks/spinners contributing to notelock
smoogipoo
·
2020-03-30 16:14:56 +09:00
0d20292992
Add OsuIgnoreJudgement to get correct result type
Dean Herbert
·
2020-03-19 18:19:10 +09:00
0c1f385d5a
Change slider tail to give repeat judgement; slider itself to give none (managed by head already)
Dean Herbert
·
2020-03-19 15:01:14 +09:00
114b46c4f0
SliderRepeatPoint -> SliderRepeat
Dean Herbert
·
2020-03-19 14:42:02 +09:00
08b5ab8ec4
Fix slider ticks contributing to accuracy
Dean Herbert
·
2020-03-19 14:36:15 +09:00
94c3ffb6e5
Update with framework-side bindable list changes
smoogipoo
·
2020-02-17 15:06:14 +09:00
958c891d15
Throw NotSupportedException instead
Dean Herbert
·
2020-02-06 13:16:32 +09:00
daf5fa9da4
Make EndTime and RepeatCount settable
Dean Herbert
·
2020-02-05 17:52:51 +09:00
cd6902a312
Don't reuse the same control point references
smoogipoo
·
2019-12-16 15:27:54 +09:00
a554ca728b
Remove automatic slider path offsetting
smoogipoo
·
2019-12-09 17:54:22 +09:00
883d5bc11d
Refactor hitobjects to remove default control point
smoogipoo
·
2019-12-09 17:48:27 +09:00
fa1468325e
Remove unused usings
smoogipoo
·
2019-12-09 13:19:21 +09:00
4905709ea4
Fix nested hitobjects not updating
smoogipoo
·
2019-12-06 20:53:40 +09:00
b9d12e5fe4
Handle control point positional updates within SliderPath
smoogipoo
·
2019-12-06 18:49:01 +09:00
16f8341a02
Initial game-wide update with the new SliderPath
smoogipoo
·
2019-12-05 19:53:36 +09:00
3ebbf62b2a
Apply naming and styling changes
Dean Herbert
·
2019-11-12 10:45:46 +09:00
a43b0ee01b
Fix slider nested hitobject samples not getting updated
smoogipoo
·
2019-11-08 15:43:34 +09:00
df31acb294
Make hitobject samples a bindable list
smoogipoo
·
2019-11-08 14:04:57 +09:00
6fc1be64c2
Fix path changes not updating tail circle
smoogipoo
·
2019-10-31 15:52:38 +09:00
7a3ebcd0b1
Fix sliders not moving with stacking change
smoogipoo
·
2019-10-21 16:24:06 +09:00
5f8d46f666
Move scoring distance constant to a central/shared location
Dean Herbert
·
2019-10-17 16:36:47 +09:00
f3ed71d336
Use empty hitwindows instead of null
Dean Herbert
·
2019-10-09 19:08:31 +09:00
51bf600ea7
Fix tail circle not moving with slider position changes
smoogipoo
·
2019-10-01 19:39:06 +09:00
c5540048ab
Fix combo bindings not being bound to nested hitobjects
smoogipoo
·
2019-09-26 17:39:19 +09:00
45f2bcc440
Refactor HitWindows for legibility
Dean Herbert
·
2019-09-06 15:24:14 +09:00
f925e781a9
Return null hitwindows for non-time-based objects
smoogipoo
·
2019-09-02 16:10:30 +09:00
f3656475de
Update cached usage in line with framework changes
Dean Herbert
·
2019-08-09 19:12:29 +09:00
90b1fe81f3
Fix skinning support for combobreak
Dean Herbert
·
2019-06-30 21:58:30 +09:00
60ea3d4e1a
Apply more missed cases
Dean Herbert
·
2019-04-01 12:44:46 +09:00
c39c37a18d
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
LegacyFinalTick -> LegacyLastTick to match existing variable
Dean Herbert
·
2019-03-08 20:13:11 +09:00
93a999396e
Add extensive commenting about LegacyLastTick usage
Dean Herbert
·
2019-03-08 20:12:48 +09:00
165a353a83
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
First
Previous
1
2
3
Next
Last