1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 21:02:59 +08:00
Commit Graph

278 Commits

Author SHA1 Message Date
Givikap120
d70b7f4ac3 Merge branch 'master' into cognition 2024-10-31 15:51:00 +02:00
StanR
acf282dddd Fix effectiveMissCount being calculated wrong 2024-10-21 15:06:34 +05:00
StanR
bcb997028e Refactor and add comments 2024-10-21 14:38:03 +05:00
finadoggie
98800fea71
Fix variables being used before being assigned
slightly miffed by the lack of build errors but oh well
2024-10-21 00:34:26 -07:00
finadoggie
5907c2a1c4
Only clamp estimated miss count with relevant statistics 2024-10-20 22:47:02 -07:00
finadoggie
3778246a55
Addressed code quality concerns 2024-10-20 22:15:15 -07:00
finadoggie
e31e10d616
merge effectivemisscount functions
having two functions was unnecessary
2024-10-20 21:47:01 -07:00
finadoggie
31e0853641
add large tick misses back into effectivemisscount 2024-10-20 21:39:15 -07:00
Givikap120
eefaa0f9e5 some refactorings 2024-10-19 16:09:53 +03:00
finadoggie
6d4cb608ab
Revert "use LargeTickHit instead of LargeTickMiss"
This reverts commit 1337b7eb41.
2024-10-19 05:43:10 -07:00
finadoggie
1337b7eb41
use LargeTickHit instead of LargeTickMiss
LargeTickMiss appears to not be stored
2024-10-17 15:58:42 -07:00
finadoggie
6bcfed8963
Revert "remove score debugging code I accidentally left in"
This reverts commit 5192599543.
2024-10-12 16:53:32 -07:00
finadoggie
5192599543
remove score debugging code I accidentally left in 2024-10-12 16:45:34 -07:00
finadoggie
88af57818c
only assign countLargeTickMiss for slider accuracy scores
helps indicate it should only be used for slider acc scores
2024-10-12 15:36:42 -07:00
finadoggie
29b1697a70
consolidated if statements for getting effectiveMissCount and countSliderEndsDropped 2024-10-12 15:34:04 -07:00
finadoggie
3ac6a9f0ae
Join variable assignments with declarations 2024-10-12 15:30:02 -07:00
finadoggie
3b517e03aa
Convert estimateSliderEndsDropped assignment into '?:' expression
I would just like to say that I don't know why anyone would ever want this but github told me to do it
2024-10-12 01:08:39 -07:00
finadoggie
b921424461
Update to use variable usingClassicSliderAccuracy 2024-10-12 01:00:15 -07:00
Fina
3d7f4aec99
Merge branch 'ppy:master' into estimation-removal 2024-10-12 00:44:13 -07:00
Givikap120
7c5c9a0971 fixed the lazeracc being added twice 2024-10-09 00:50:46 +03:00
Givikap120
e72ae6d9ae ported CSR correctly 2024-10-07 23:32:00 +03:00
Givikap120
7f3093ee49 Merge branch 'master' into cognition 2024-10-07 23:11:07 +03:00
Bartłomiej Dach
f30ac5d996
Merge branch 'master' into no-combo-scaling 2024-10-07 11:50:58 +02:00
Bartłomiej Dach
707c237acc
Merge branch 'master' into account-for-sliders-in-accuracy-pp 2024-10-07 10:51:41 +02:00
Bartłomiej Dach
77f32708e0
Merge pull request #29980 from tsunyoku/speed-distance-hotfix
Various speed distance difficulty calculation changes
2024-10-07 08:31:52 +02:00
Givikap120
e348b17447 some balancing stuff 2024-10-04 17:36:45 +03:00
Givikap120
64e6c740f1 better and smoother curve 2024-10-04 16:48:00 +03:00
James Wilson
7cfc389d03
remove double-negative on usingClassicSliderHeadAccuracy 2024-10-04 13:37:05 +01:00
Givikap120
0d0beb06d7 fixed wrong combo calc 2024-10-03 18:55:04 +03:00
Givikap120
5565b35892 made curve slightly harsher and smoother 2024-10-03 18:43:04 +03:00
tsunyoku
f54a5a5b0e Merge branch 'master' into no-combo-scaling 2024-10-03 16:37:20 +01:00
Givikap120
2a9b0d6986 changed scaling formula 2024-10-03 18:12:16 +03:00
Givikap120
fde948ce44 more balancing 2024-10-03 16:26:28 +03:00
Givikap120
aefd4df8e7 some updates 2024-10-03 16:05:45 +03:00
StanR
87835f2481 Uncap speed od accuracy scaling 2024-10-02 19:47:22 +05:00
Finadoggie
9b1ae2fe26
fix the code such that it actually works when testing it 2024-09-27 14:21:15 -07:00
Finadoggie
7a849c7e20
Fix formatting 2024-09-27 14:11:12 -07:00
Fina
132931f605
Create variable to check if using slideracc 2024-09-27 14:04:48 -07:00
Fina
44c94254c5
Merge branch 'ppy:master' into estimation-removal 2024-09-26 17:54:21 -07:00
Givikap120
82cde30c27 added bandaid to restore some balancing 2024-09-26 16:58:41 +03:00
tsunyoku
ce5c666c34 bump global multiplier 2024-09-24 11:28:15 +01:00
Givikap120
49e7686f85 fixed TD nerf being applied incorrectly 2024-09-16 01:45:23 +03:00
Givikap120
2df8763ab6 fixed FL bonus being added always 2024-09-10 16:15:54 +03:00
Givikap120
3069cdd118 reverted universal HDFL attribute adding
this means that now full memory maps are worth less without HD
this is true for both Low AR and High AR
2024-09-10 16:02:40 +03:00
Givikap120
c3edf0615f multiple fixes
to slider density
to low AR acc pp
to angle predictability (ffff fix), only fixes ultra-repetitive, still possible to abuse
2024-09-07 16:55:06 +03:00
Givikap120
3e32aa779e renamed cognition back to reading 2024-09-03 11:11:28 +03:00
Givikap120
e4b50e06e3 fixed NaN FL pp 2024-08-29 22:36:02 +03:00
Givikap120
30fe7a87a1 more convenient FL vs reading separation 2024-08-29 20:56:55 +03:00
Givikap120
251d009394 moved conversion formulas to respective classes 2024-08-05 16:08:30 +03:00
Dan Balasescu
ced11e6949
Even better readability 2024-07-16 12:23:46 +09:00