8cd13729ee
Actually multiply by the multiplier
2020-10-02 19:34:49 +03:00
16f331cf6d
Move implementation to LegacyCursorTrail
2020-10-02 19:34:06 +03:00
fa1903cd03
Get bound copy instead
2020-10-01 23:41:24 +03:00
abf1afd3f1
Do not decrease density
2020-10-01 23:27:57 +03:00
9e52f9c858
Consider cursor size in trail interval
2020-10-01 23:23:28 +03:00
c562435267
Adjust cursor transforms for better feel
2020-07-10 14:44:30 +09:00
a21c2422c5
Make cursor centre portion non-expanding and more visible with outline
2020-07-10 14:44:20 +09:00
e211ba5e7d
Fix cursor scale potentially not being updated if set too early
2020-07-10 14:43:30 +09:00
dc41e74e19
Fix cursor trail not displaying
2020-06-02 23:54:23 +09:00
f71c45cb1b
Remove shallPropagate
2020-02-25 11:30:33 +09:00
6c28fd21c7
osu-side changes
2020-02-24 20:52:15 +09:00
9cbb37b682
Fix bindable being created far too late in construction
2020-02-14 15:59:59 +09:00
884a5fbad4
Fix osu! gameplay cursor not adjusting to mod/convert circle size changes
2020-02-14 14:30:15 +09:00
434c0d92e4
Use Bindable{Float,Double}s everywhere
...
To avoid further floating-point comparison bugs, remove all usages of
Bindable<{float,double}>, replacing them with their
Bindable<Float,Double> counterparts.
2020-02-01 22:50:29 +01:00
7b2f58eb30
Apply OnRelease method signature refactorings
2020-01-22 13:22:34 +09:00
add04e98e1
Fix cursortrail texture not being bound
2019-12-16 18:10:44 +09:00
db3dc4f375
Optimise cursortrail with custom vertex logic
2019-12-16 15:15:26 +09:00
d8cebd20ed
Add xmldoc
2019-12-11 16:06:20 +09:00
dbe46c6cf7
conform to coding styles
2019-12-10 20:40:10 +08:00
1afeaf31bc
make OsuCursorSprite abstract
2019-12-10 19:58:56 +08:00
e37369304b
property-ize expand target
2019-12-10 19:45:06 +08:00
22f2a4bed2
Fix LegacyCursor's cursormiddle expanding
2019-12-09 17:53:16 +08:00
1e49078c52
Add OsuCursorSprite
2019-12-09 17:51:44 +08:00
68837d47df
Use local bindable instead of using BindValueChanged of external one
2019-10-19 12:15:31 +02:00
8c671d7fde
Rename cursorScale and calculatedCursorScale
2019-10-15 20:12:08 +02:00
fdc17d2adb
Scale OsuResumeCursor with gameplay cursor
2019-10-12 11:51:14 +02:00
13924174c4
Fix PopIn and PopOut resetting cursor scale
2019-10-12 10:04:14 +02:00
1c22fb485f
Scale cursortrail along with cursor
2019-10-08 19:40:46 +02:00
b6047e4613
Move OsuCursor resize logic to OsuCursorContainer
2019-10-08 19:39:54 +02:00
67bed57cbd
Bind value changed event of cursor trail appearence outside BDL
...
https://github.com/ppy/osu/pull/6270#discussion_r328899728
2019-09-27 08:46:49 +03:00
74b2e99247
Fix invalid cursor trail parts being drawn
2019-09-25 16:25:15 +09:00
6c00d3936a
Reduce interval between cursor trail parts
2019-09-11 13:28:46 +09:00
e3b972187e
Fix incorrect cursor trail size + scale
2019-09-09 19:30:36 +09:00
292d50aacf
Don't confine the cursor trail
2019-09-09 19:22:49 +09:00
3b1b7910bb
Add toggle for cursor trail interpolation
2019-09-09 19:22:27 +09:00
1d225ba81e
Add FadeDuration to control cursor trail fade
2019-09-09 19:02:10 +09:00
195f101799
Move complex property below ctor
2019-09-09 19:00:42 +09:00
55afcc1e04
Add skin component for the legacy cursor trail
2019-09-09 17:53:51 +09:00
7adfae3784
Reorder CursorTrail members
2019-09-09 12:35:15 +09:00
b3f61abd49
Use float types for cursor sizes ( #5958 )
...
Use float types for cursor sizes
2019-09-06 15:45:44 +09:00
bebc3309ce
Refactor skin configuration to be infinitely extensible
2019-09-03 17:57:34 +09:00
cb55159b28
Use float types for cursor sizes
2019-09-03 01:28:51 +03:00
a15828ab25
Introduce the concept of SkinComponents
...
Removes reliance on string lookups and better defines elements for introduction into database
2019-08-30 14:55:52 +09:00
1222536f7a
Rename resource string
2019-07-30 19:10:21 +09:00
c1b0130857
Add legacy cursormiddle support
2019-07-25 16:23:04 +09:00
9473f6d3e3
Fix incorrect ratios being applied to playfield / skin elements
...
This now matches osu-stable 1:1.
2019-07-25 14:22:22 +09:00
74c961bcff
Add more flexible skin element confine modes
2019-07-22 14:42:56 +09:00
62b867018d
Refactor a bit
2019-07-16 17:51:17 +09:00
b0415dc30a
Remove cursortrail drawnode allocs
2019-07-16 17:33:14 +09:00
0d98d637b6
Fix cursor expansion state potentially being incorrect
2019-06-25 15:47:54 +09:00