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-30 15:05:05 +08:00
Code
Issues
Releases
Wiki
Activity
31,190
Commits
4
Branches
799
Tags
deb5cc752be81cccbbaec0a6b30e1b3d00b3caaa
Commit Graph
122 Commits
Fix constant casing
Bartłomiej Dach
·
2020-08-15 20:44:02 +02:00
5f35b3ebb9
Fix acoording to review
Ron B
·
2020-08-15 21:34:17 +03:00
390e872730
Move frequency values into consts
Ron B
·
2020-08-15 21:19:47 +03:00
a1079bac32
replicate osu-stable behaviour for spinningSample frequency
Ron B
·
2020-08-15 21:07:44 +03:00
40445d0005
Move spinnerFrequencyModulate set to ApplySkin
Ron B
·
2020-08-15 20:51:33 +03:00
07c25d5a78
Add SpinnerFrequencyModulate skin config option
Ron B
·
2020-08-15 20:12:06 +03:00
5c11270b98
Merge branch 'master' into fix-skinnable-sound-mute
Dean Herbert
·
2020-08-12 22:01:04 +09:00
05b06e7451
Replace CumulativeRotation with RateAdjustedRotation
Bartłomiej Dach
·
2020-08-10 23:02:06 +02:00
cca78235d5
Merge branch 'master' into fix-skinnable-sound-mute
Dean Herbert
·
2020-08-10 23:55:51 +09:00
365aae799e
Add more resilient logic for whether to avoid playing SkinnableSound on no volume
Dean Herbert
·
2020-08-06 19:16:26 +09:00
e3105fd4c8
Update components to use extension methods
smoogipoo
·
2020-08-06 14:43:39 +09:00
9a00ad48c6
Fix very short spinners being impossible to complete
Dean Herbert
·
2020-08-05 18:46:58 +09:00
bb73489ae5
Add spinner spin sample support
Dean Herbert
·
2020-07-30 19:34:59 +09:00
38a4bdf068
Add more xmldoc
Dean Herbert
·
2020-07-30 12:55:34 +09:00
c1085d49d3
Simplify and standardise scale for default display
Dean Herbert
·
2020-07-30 11:50:13 +09:00
54fee7e716
Add back legacy implementations
Dean Herbert
·
2020-07-29 22:32:21 +09:00
2b71ffa2ed
Refactor to centralise implementation into a single component
Turns out this is a better way forward.
Dean Herbert
·
2020-07-29 22:31:52 +09:00
023feaf438
Move default background implementation out of DrawableSpinner
Dean Herbert
·
2020-07-29 18:15:19 +09:00
2a5e9fed4d
Move default centre implementation out of DrawableSpinner
Dean Herbert
·
2020-07-29 18:02:12 +09:00
2cd6e89cb0
Add initial support for spinner middle skinning
Dean Herbert
·
2020-07-29 16:55:47 +09:00
1c00cf95d5
Add initial support for spinner background layer
Dean Herbert
·
2020-07-29 16:37:32 +09:00
e98154b432
Add initial support for spinner disc skinning
Dean Herbert
·
2020-07-29 16:25:10 +09:00
d01d1ce3f1
Revert back to bool for application
Dean Herbert
·
2020-07-21 19:48:44 +09:00
1560e1786a
Simplify rewind handling
Dean Herbert
·
2020-07-21 19:21:30 +09:00
7f2ae694cc
Move tick handling to DrawableSpinner itself
Dean Herbert
·
2020-07-21 19:20:19 +09:00
947f4e0d4c
Split ticks up into bonus and non-bonus
Dean Herbert
·
2020-07-21 18:22:37 +09:00
05102bc1ba
Rename rotation set method to match others
Dean Herbert
·
2020-07-21 11:31:29 +09:00
4dd40542d5
Merge branch 'master' into add-spinner-bonus-score
Dean Herbert
·
2020-07-21 11:21:17 +09:00
35d53139e7
Minor adjustments to tick clearance
Dean Herbert
·
2020-07-20 17:52:59 +09:00
e06d3c5812
Add less fill and more transparency
Dean Herbert
·
2020-07-20 17:50:11 +09:00
4cbc176cb6
Fix sizing and colour not correct on hit
Dean Herbert
·
2020-07-20 17:22:30 +09:00
33e58bb7db
Improve feel of animation
Dean Herbert
·
2020-07-20 17:22:30 +09:00
55d921ef85
Rename variable to be more clear on purpose
Dean Herbert
·
2020-07-09 12:01:00 +09:00
efb2c2f4ae
Fix broken spinner rotation logic
Bartłomiej Dach
·
2020-07-08 22:37:50 +02:00
213dfac344
Use RotationAbsolute instead
Bartłomiej Dach
·
2020-07-05 02:12:26 +02:00
d229993e5c
Replace further spinner transforms with manual lerp
Bartłomiej Dach
·
2020-07-05 00:25:01 +02:00
cd6bdcdb88
Rewrite to reduce code changes and complexities in hit object implementation
Dean Herbert
·
2020-03-29 14:31:03 +09:00
d1b01095ee
Use framework extension method for FromHex
Dean Herbert
·
2020-03-11 10:18:41 +09:00
ed837d3115
Remove unnecessary using directive
Salman Ahmed
·
2019-12-25 05:36:58 +03:00
b7565f5943
Move spinner bonus scoring to it's own component class
Also fixes counter rewinding issue and does optimizations.
Salman Ahmed
·
2019-12-25 05:34:12 +03:00
949ab4e0d3
Merge branch 'master' into add-spinner-bonus-score
Dean Herbert
·
2019-12-20 19:55:53 +09:00
419656cea4
Make SpmCounter public
Salman Ahmed
·
2019-12-18 03:04:37 +03:00
cbfbbf9999
Update the nested hitobject logic inline with new implementation
Salman Ahmed
·
2019-12-12 15:15:16 +03:00
10e1e512fd
Merge remote-tracking branch 'upstream/master' into add-spinner-bonus-score
Dean Herbert
·
2019-12-11 20:02:51 +09:00
06352a95be
.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
Use foreach loop to avoid too long lines
iiSaLMaN
·
2019-10-14 00:40:36 +03:00
a75ae14cb2
Merge remote-tracking branch 'upstream/master' into add-spinner-bonus-score
iiSaLMaN
·
2019-10-13 23:04:05 +03:00
c8593f1215
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
Assign to the text property directly
iiSaLMaN
·
2019-09-07 18:01:15 +03:00
33f4a6897c
First
Previous
1
2
3
Next
Last