1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-07 19:02:58 +08:00
Commit Graph

945 Commits

Author SHA1 Message Date
Givikap120
e13cc461d4 fix DI (again) 2024-12-18 19:43:34 +02:00
Givikap120
afce62be73 fix CI again 2024-12-18 19:33:19 +02:00
Givikap120
3b86aff28d Update OsuPerformanceCalculator.cs 2024-12-18 18:55:01 +02:00
Givikap120
c4a1f694aa fix CI and more cleaning 2024-12-18 18:50:44 +02:00
Givikap120
4eb63d4505 more clean-up 2024-12-18 18:18:34 +02:00
Givikap120
a329c1e3ac some cleaning and balancing 2024-12-18 18:05:10 +02:00
Givikap120
06fe094e4c Merge branch 'cognition' into cognition_low_ar_part 2024-12-18 17:57:20 +02:00
Givikap120
3cae490e8d add visual adjust for skill pp 2024-11-18 02:14:05 +02:00
Givikap120
ac305423f4 refactor 2024-11-18 02:06:49 +02:00
Givikap120
cf5d62f806 moved global multiplier from difficulty to performance 2024-11-18 02:06:33 +02:00
Givikap120
5850e6a8e2 remove graphskill 2024-11-17 20:34:59 +02:00
Givikap120
236fe8514f refactor high ar 2024-11-17 20:34:52 +02:00
Givikap120
0abb925295 nerf flow to compensate reading buff 2024-11-17 20:27:30 +02:00
Givikap120
d18812d32a renamed to difficulty 2024-11-14 08:47:31 +02:00
Givikap120
5fb9fdd3d0 Merge branch 'master' into cognition 2024-11-14 08:42:31 +02:00
Dan Balasescu
60d45d44bb
Merge pull request #30536 from stanriders/add-diffcalc-helpers
Add `DifficultyCalculationUtils`
2024-11-13 17:49:40 +09:00
Dan Balasescu
678d14aa60
Merge pull request #30534 from Lawtrohux/difficult-strain
Globalise `CountDifficultStrains` within StrainSkill
2024-11-12 14:50:18 +09:00
Dan Balasescu
f746999d58
Merge pull request #30544 from Finadoggie/clamp-slider 2024-11-11 19:22:34 +09:00
finadoggie
70be82b048
Clamp estimateImproperlyFollowedDifficultSliders for lazer scores 2024-11-07 22:42:41 -08:00
StanR
c9d3b6557d Fix code issues 2024-11-07 21:23:26 +05:00
StanR
78c97d2cd7 Add DifficultyCalculationUtils 2024-11-07 20:36:00 +05:00
Jay Lawton
7c3a3c4d10 rename DifficultStrains for clarity 2024-11-07 21:56:42 +10:00
Jay Lawton
748055ab29 remove double instance of array 2024-11-07 20:15:59 +10:00
Jay Lawton
177781aca5 remove localised instance of difficultstrains 2024-11-07 19:57:37 +10:00
Givikap120
f3251bfcfd reset to miss instead of 0 2024-11-05 22:15:18 +02:00
Givikap120
ec046651b2 Update OsuPerformanceCalculator.cs 2024-11-05 22:08:43 +02:00
Givikap120
94bbd1cd81 refactorings 2024-10-31 17:46:40 +02:00
Givikap120
d70b7f4ac3 Merge branch 'master' into cognition 2024-10-31 15:51:00 +02:00
Dan Balasescu
c1a40388ff
Cap effective miss count to total hits 2024-10-30 23:47:56 +09: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
cba409d84a numerous simplifications 2024-10-21 02:25:15 +03:00
Givikap120
a0b2653398 moved skill multiplier 2024-10-19 20:20:30 +03: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
Givikap120
f8e2874afd Merge branch 'master' into cognition 2024-10-18 00:53:38 +03: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