Commit Graph

3496 Commits

Author SHA1 Message Date
3f93aa1507 Fix traceable sliders incorrectly being opaque
Closes https://github.com/ppy/osu/issues/14449.
Regressed in https://github.com/ppy/osu/pull/14205.
2021-08-31 20:13:54 +09:00
f0296e5d12 Merge branch 'master' into avoid-default-skin-judgement-transform-overhead 2021-08-27 10:02:40 +09:00
a28bc9f6b2 Merge branch 'master' into path-control-point-bindable-removal 2021-08-27 09:37:37 +09:00
b9ea984c36 Remove redundant default value 2021-08-26 08:18:58 +03:00
17f6efc6fe Fix missed cases of incorrect .Value usage
Changing from `Bindable` to `Nullable` comes with its issues...
2021-08-26 14:02:57 +09:00
8cfb3d456b Avoid expensive text spacing transforms for now 2021-08-26 13:15:27 +09:00
69064c1938 Avoid unnecessary unbind operations when constructing FollowPointLifetimeEntry 2021-08-26 12:35:31 +09:00
6dcd9427ac Remove bindable usage in PathControlPoint
This is quite a breaking change, but I think it is beneficial due to the large amount of usage of this class.

I originally intended just to remove the allocations of the two delegates handling the `Changed` flow internally, but as nothing was really using the bindables for anything more than a general "point has changed" case, this felt like a better direction.
2021-08-26 12:33:53 +09:00
c91feb2968 Fix multiplying instead of dividing by scalingFactor 2021-08-25 11:18:21 +10:00
7188a3268f Apply a nerf to stacks for Flashlight skill 2021-08-24 14:01:54 +10:00
6128a38054 Merge branch 'master' into cursor-trail-middle 2021-08-20 13:28:51 +09:00
3d88a745cd Fix osu editor transforms not specified in the absolute time 2021-08-18 14:27:16 +09:00
9b21016eed accidently renamed osuStrainSkill, fixed 2021-08-16 22:46:56 +00:00
5561e4852e removed stuff 2021-08-16 22:23:40 +00:00
ae076c9a4e merged latest ppy/master 2021-08-16 22:20:12 +00:00
176b3e7533 changed decay system to allow for customizing the currentStrain 2021-08-16 22:14:29 +00:00
ef367c6547 Move implementation to be legacy only 2021-08-16 22:52:19 +03:00
314c342841 Avoid drawing segments of cursor trail near current cursor position 2021-08-16 22:13:01 +03:00
7d46b3f9c5 initial testing and debugging 2021-08-16 16:06:50 +00:00
19cdd5c323 recoded and added rhythm complexity calculator (untested) 2021-08-16 15:25:35 +00:00
df6e4664e0 changed history length in speed 2021-08-16 16:42:07 +02:00
29a22bd11f added rhythm multiplier for strain sections 2021-08-15 20:48:00 +02:00
8742fa3f68 Merge pull request #13971 from aitani9/fix-blinds-barrel-roll-compatibility
Make blinds move correctly when barrel roll mod is active
2021-08-13 18:48:13 +09:00
55ddc2c6e3 Merge branch 'master' into fix-blinds-barrel-roll-compatibility 2021-08-13 12:45:04 +09:00
7cc0a2a76f Refactor to fix InterpolateMovements=false 2021-08-13 12:10:33 +09:00
5241029513 Use new FadeExponent shader uniform 2021-08-13 10:27:26 +09:00
1069f9d501 Always add cursor trail for legacy cursor with disjoint trail 2021-08-13 00:13:03 +10:00
fbaa480b3e Fix out-of-order hits in editor causing exceptions 2021-08-12 10:08:54 +09:00
eaa0d38315 Add a buff to short maps for Flashlight skill 2021-08-12 10:00:24 +10:00
b06226e738 Change comments 2021-08-12 09:54:25 +10:00
27918583e1 Increase the multiplier when hidden is applied on the Flashlight skill 2021-08-11 15:55:13 +10:00
1cadcb43d9 Apply nerf to Flashlight skill on high star maps 2021-08-11 15:54:30 +10:00
2196ae9ca2 Merge branch 'master' into display-sr-changes 2021-08-11 13:02:34 +09:00
b1d25346a2 Move HistoryLength override from OsuStrainSkill to Flashlight 2021-08-11 13:30:40 +10:00
cee69eaad0 Add a nerf to FL for TD plays 2021-08-11 06:14:38 +10:00
f86ef54e93 Fix incorrect legacy slider body alpha 2021-08-10 17:38:51 +09:00
f4ceb17064 Cleanup of code 2021-08-10 16:06:20 +10:00
24accdcab0 Add LegacyUtils class with non linear colour interpolation method 2021-08-09 18:56:47 +10:00
6b1a4a53d4 Cleanup of code 2021-08-09 08:31:28 +10:00
acdd08c966 Add Flashlight skill 2021-08-08 23:56:03 +10:00
140d29d537 Use helper methods instead of local valueAt() method 2021-08-08 23:54:35 +10:00
9e805dcd44 Fix legacy slider body colour interpolation 2021-08-08 21:27:32 +10:00
db1f43f6eb Multiply star rating by a constant 2021-08-03 18:57:33 -04:00
ea2ef55a8b Remove unnecessary whitespace 2021-08-01 15:27:05 +02:00
f868a201f5 Ensure proxied judgement content is correctly depth-ordered 2021-08-01 15:21:31 +02:00
5b5cf30cbd Fix incorrect performance formula
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2021-07-31 12:23:03 -04:00
7251c28c4a Merge branch 'master' into mod-muted 2021-07-29 21:14:03 +08:00
935984d200 Rename MetronomeBeatContainer to Metronome 2021-07-29 15:17:21 +08:00
0196141335 Remove unused constants 2021-07-29 14:52:40 +08:00
18e760ee91 Extract metronome from OsuModTarget 2021-07-29 14:52:18 +08:00