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-06-02 19:00:10 +08:00
Code
Issues
Releases
Wiki
Activity
23,194
Commits
4
Branches
801
Tags
1ef2b81041dfd9225ffb7e792b8c55bfa76d6ff1
Commit Graph
564 Commits
Fix follow point lifetime not being updated correctly
smoogipoo
·
2019-11-05 17:33:02 +09:00
1ef2b81041
Implement group re-ordering based on start time
smoogipoo
·
2019-11-05 17:33:02 +09:00
3b6064336b
Improve performance of refreshes
smoogipoo
·
2019-11-05 17:33:02 +09:00
a19e26f8aa
Replace follow point renderer with new implementation
smoogipoo
·
2019-11-05 17:33:02 +09:00
712253ff50
Remove abstract ConnectionRenderer class
smoogipoo
·
2019-11-05 17:33:02 +09:00
ddfcda9e02
Fix path changes not updating tail circle
smoogipoo
·
2019-10-31 15:52:38 +09:00
7a3ebcd0b1
Fix 1x1 white pixel appearing in the centre of hitcircles on default skin
Dean Herbert
·
2019-10-29 22:31:27 +09:00
e9cb3337b3
Merge pull request
#6556
from smoogipoo/fix-slider-stack-change
Fix sliders not moving with stacking changes
Dean Herbert
·
2019-10-23 17:48:06 +09:00
02efd0e943
Fix hit circles selection area being too large
smoogipoo
·
2019-10-21 17:14:08 +09:00
c34d3362df
Fix sliders not moving with stacking change
smoogipoo
·
2019-10-21 16:24:06 +09:00
5f8d46f666
Merge branch 'master' into dho-apply
Dean Herbert
·
2019-10-18 19:45:10 +09:00
d0eaf629af
Move scoring distance constant to a central/shared location
Dean Herbert
·
2019-10-17 16:36:47 +09:00
f3ed71d336
Clean up head/tail setting in various DHOs
smoogipoo
·
2019-10-17 14:02:23 +09:00
bc41eb176e
Add back/obsolete old AddNested() method
smoogipoo
·
2019-10-17 14:02:08 +09:00
f429a8f7c2
Rename parameter
smoogipoo
·
2019-10-17 12:53:54 +09:00
d8f3678c3c
Fix slider approach circle proxies
smoogipoo
·
2019-10-17 12:50:26 +09:00
3a1acf7b0a
Rework construction of nested hitobjects
smoogipoo
·
2019-10-16 22:10:50 +09:00
8d7453c251
Move load() to below ctor()
smoogipoo
·
2019-10-16 21:41:18 +09:00
4ac2e1c58e
Use empty hitwindows instead of null
Dean Herbert
·
2019-10-09 19:08:31 +09:00
51bf600ea7
Add todo in slider tail to avoid confusion
Dean Herbert
·
2019-10-08 17:56:56 +09:00
b09d9b7e1f
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
Use bindables for displayed circle piece numbers
smoogipoo
·
2019-09-26 16:58:20 +09:00
3155a90501
Add bindables for IHasComboInformation properties
smoogipoo
·
2019-09-26 16:55:08 +09:00
bbf0544a8d
Merge branch 'master' into decrease-disc-rotation-on-rewind
Dan Balasescu
·
2019-09-24 12:58:27 +09:00
13f922211f
Remove unnecessary fields
iiSaLMaN
·
2019-09-20 15:09:51 +03:00
57310c86c7
Remove "allow slider ball tinting" ruleset setting
iiSaLMaN
·
2019-09-20 15:08:00 +03:00
093ed8421e
Use logical-OR
iiSaLMaN
·
2019-09-20 00:25:16 +03:00
1b45014ff6
Implement tinting slider ball with combo colour
iiSaLMaN
·
2019-09-20 00:11:37 +03:00
f6291170b1
Merge branch 'master' into add-hit-lighting
Dan Balasescu
·
2019-09-19 18:07:29 +09:00
027d6194f2
Fix issues with colour and skin application
Dean Herbert
·
2019-09-18 20:04:49 +09:00
cfdac956c2
Add initial implementation of hit lighting
Requires a supporting skin, like osu!classic for now.
Dean Herbert
·
2019-09-18 02:49:54 +09:00
ba76f09c99
Set lifetime on initial state update
smoogipoo
·
2019-09-13 18:49:21 +09:00
5c2c055614
Move expire to DrawableHitObject
Dean Herbert
·
2019-09-12 19:29:08 +09:00
f21e47d6d2
Use Clock.ElapsedFrameTime instead
iiSaLMaN
·
2019-09-09 15:36:20 +03:00
aec04dcf90
Revert renaming changes
iiSaLMaN
·
2019-09-09 15:35:18 +03:00
c4aee11fe0
Remove redundant using directive
iiSaLMaN
·
2019-09-08 21:37:50 +03:00
9defcb0e99
Account angle change negatively on rewind
iiSaLMaN
·
2019-09-08 16:14:14 +03:00
f5f2713a17
RotationAbsolute -> BidirectionalRotation
iiSaLMaN
·
2019-09-08 16:13:36 +03:00
3d8b27abfa
Refactor HitWindows for legibility
Dean Herbert
·
2019-09-06 15:24:14 +09:00
f925e781a9
Merge remote-tracking branch 'upstream/master' into skin-configuration-refactor
Dean Herbert
·
2019-09-04 13:40:41 +09:00
2983918f71
Fix two more cases of judgements appearing on hit error display when they shouldn't
Dean Herbert
·
2019-09-03 20:17:39 +09:00
f8c1afa539
Merge remote-tracking branch 'upstream/dependabot/nuget/ppy.osu.Game.Resources-2019.903.1' into fix-catch-catcher
Dean Herbert
·
2019-09-03 18:31:19 +09:00
858828d4ef
Refactor skin configuration to be infinitely extensible
Dean Herbert
·
2019-09-03 17:57:34 +09:00
bebc3309ce
Merge branch 'master' into fix-ring-glow-lookup
Dan Balasescu
·
2019-09-03 16:14:07 +09:00
3854bc68e0
Revert SkinnableSprite lookups to old behaviour
Dean Herbert
·
2019-09-03 14:21:54 +09:00
d1cdf49dd5
Merge remote-tracking branch 'upstream/master' into non-timeoffset-judgements
Dean Herbert
·
2019-09-03 13:07:58 +09:00
05ed9d3802
Fix ring glow lookup being incorrect
Dean Herbert
·
2019-09-03 12:32:10 +09:00
4f3511e8e9
Fix other potential nullref cases that rider missed
smoogipoo
·
2019-09-02 18:31:33 +09:00
8302658186
Expose full hitobject rather than hit windows
smoogipoo
·
2019-09-02 17:14:40 +09:00
0c73c5acf3
First
Previous
1
2
3
4
5
...
Next
Last