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-19 20:20:21 +08:00
Code
Issues
Releases
Wiki
Activity
39,398
Commits
4
Branches
793
Tags
a1d63243a4287d705a1e99264c0cd74c7e3a0330
Commit Graph
70 Commits
Split out control point visualisation logic and add special kiai duration handling
Dean Herbert
·
2021-04-15 18:42:30 +09:00
0dc1577f68
Update base specifications to a more sane default
Dean Herbert
·
2021-04-15 18:42:07 +09:00
153ee25510
Update break colour to not look like kiai time
Dean Herbert
·
2021-04-15 17:04:11 +09:00
bf5af3310a
Remove unused using statements
Dean Herbert
·
2021-04-15 17:01:25 +09:00
18e8682f39
Use correct representation colours
Dean Herbert
·
2021-04-15 16:39:20 +09:00
757475e6d4
Centre end circles to avoid visual gaps
Dean Herbert
·
2021-04-15 16:39:20 +09:00
da6f9060fa
Fix break display looking bad on very long beatmaps due to fixed corner radius
Dean Herbert
·
2021-04-15 16:39:20 +09:00
73821beb1d
Add rounded corners to timeline ticks display
Dean Herbert
·
2021-04-15 15:29:22 +09:00
bc3b2af39d
Also adjust height
Dean Herbert
·
2021-04-13 16:43:29 +09:00
27e851c2ee
Update timeline ticks to use width as a differentiation method, rather than height
Dean Herbert
·
2021-04-13 16:29:35 +09:00
ebf97ff48f
Fix TimelineParts not using correct beatmap
Dean Herbert
·
2021-01-25 18:44:36 +09:00
b489e92c9e
Rename and add xmldoc for smooth seeking method
Dean Herbert
·
2021-01-15 16:14:21 +09:00
04fa32bc34
Unbind bindable lists for general safety
Bartłomiej Dach
·
2020-11-07 20:59:57 +01:00
ddbd6df24d
Replace all usage of IBindableList.GetBoundCopy
Dean Herbert
·
2020-11-04 15:29:14 +09:00
487a5ecdba
Account for the width of points so they don't suddenly appear at timeline edges
Dean Herbert
·
2020-10-09 16:49:51 +09:00
5d888f687a
Add local pooling to TimelineTickDisplay
Dean Herbert
·
2020-10-09 15:48:24 +09:00
9baf704942
Update to consume framework fixes
Dean Herbert
·
2020-09-30 20:28:02 +09:00
fa742a2ef1
Fix timeline control point display not updating with changes
Dean Herbert
·
2020-09-30 18:34:13 +09:00
5242f5648d
Fix summary timeline not updating to new track length correctly
Dean Herbert
·
2020-09-24 21:05:29 +09:00
cc9ae32811
Add tweening seek support to EditorClock
Dean Herbert
·
2020-05-22 16:47:52 +09:00
d18eb663b1
Cache and resolve editor clock as EditorClock in all cases
Dean Herbert
·
2020-05-22 16:44:06 +09:00
dd09d7830d
Add timeline beat display
Dean Herbert
·
2020-01-27 17:38:50 +09:00
084fa2f04a
Merge branch 'i-beat-snapping' into timeline-maybe
Dean Herbert
·
2020-01-23 15:45:33 +09:00
289be7a17b
Begin refactoring SelectionBlueprint to handle non-drawable HitObjects
Dean Herbert
·
2020-01-21 12:47:14 +09:00
bd96cf94a6
Refactor
smoogipoo
·
2020-01-20 18:31:25 +09:00
1b1003bd73
Apply input method signature refactorings
smoogipoo
·
2020-01-20 18:17:21 +09:00
bfb056c612
wip: Move more functionality into ComposeBlueprintContainer
Dean Herbert
·
2020-01-02 19:09:37 +09:00
d8d12cbbdd
Make work in editor
Dean Herbert
·
2019-12-05 20:12:25 +09:00
d8620a70fb
.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
Fix remaining issues
Dean Herbert
·
2019-02-28 13:31:40 +09:00
26d53d06a9
Update variable names
Also cleans up some weird code
Dean Herbert
·
2019-02-22 17:51:39 +09:00
3fe4b8fd1c
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Update with framework bindable changes
smoogipoo
·
2019-02-21 18:56:34 +09:00
bca347427f
Use leased bindables
Dean Herbert
·
2019-02-01 16:44:06 +09:00
ca5c8d37d1
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
OpenTK -> osuTK
smoogipoo
·
2018-11-20 17:14:59 +09:00
f27bd3ef3e
Debounce editor summary timeline seeks
smoogipoo
·
2018-11-05 15:59:40 +09:00
171700cb91
Adapt signature change of event handlers
ekrctb
·
2018-10-02 12:02:55 +09:00
50091252e2
Change signature to new event handler
ekrctb
·
2018-10-02 12:02:47 +09:00
99fc04c8af
Update framework
Dean Herbert
·
2018-07-21 16:21:53 +09:00
0f37758314
Make virtual beatmap tracks approximate beatmap length
smoogipoo
·
2018-06-27 16:02:49 +09:00
b88c4464cb
Rename GameBeatmap -> BindableBeatmap
smoogipoo
·
2018-06-06 20:16:20 +09:00
72cc53aded
Privatise the OsuGame beatmap, add local beatmap to OsuTestCase
smoogipoo
·
2018-05-23 17:38:02 +09:00
8004b8af4d
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Move back to DI-ing adjustable clock into SummaryTimeline
smoogipoo
·
2018-04-12 13:37:02 +09:00
a2484fbf56
Give editor a custom clock to handle seeking
smoogipoo
·
2018-04-06 18:11:37 +09:00
c7abd56fc4
Pass down editor clocks through DI
smoogipoo
·
2018-03-19 16:27:52 +09:00
e25d1f6982
Pass adjustable clocks to components, rather than relying on the track
smoogipoo
·
2018-03-15 18:19:28 +09:00
d05947ef48
Update licence headers
Dean Herbert
·
2018-01-05 20:21:19 +09:00
37d393bca0
Fix crash in editor when trying to seek on a virtual track
Dean Herbert
·
2017-12-27 11:47:04 +09:00
ae9f08f387
First
Previous
1
2
Next
Last