1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 17:52:54 +08:00
Commit Graph

265 Commits

Author SHA1 Message Date
Natelytle
e56942012c Serialize ok hit window attribute to db 2023-07-28 11:38:30 -04:00
Natelytle
faddc4fa99 Merge remote-tracking branch 'osumaster/master' into taikostatacc 2023-07-28 11:36:59 -04:00
Natelytle
4de024675c Make comments more professional 2023-07-27 23:02:07 -04:00
Natelytle
31c8cf0933 Buff accuracy scaling 2023-07-27 22:44:56 -04:00
Dean Herbert
9ff6b3fcd3 Merge branch 'master' into editor-save-local-score-management 2023-07-06 12:28:44 +09:00
Dean Herbert
1629024111 ILegacyScoreProcessor -> ILegacyScoreSimulator 2023-07-04 17:32:54 +09:00
Dean Herbert
d74b1e148d Make ScoreInfo.BeatmapInfo nullable 2023-07-04 14:50:34 +09:00
Dan Balasescu
09bc8e45de Refactoring 2023-06-28 16:14:32 +09:00
Dan Balasescu
5f350aa66f Fix float division
Firstly, this is intended to be a float division.

Secondly, dividing integers by 0 results in an exception, but dividing
non-zero floats by 0 results in +/- infinity which will be clamped to
the upper range.
In particular, this occurs when the beatmap has 1 hitobject (0 drain
length).
2023-06-27 17:14:35 +09:00
Natelytle
7ee910195c Merge remote-tracking branch 'osumaster/master' into taikostatacc 2023-06-26 12:36:34 -04:00
Dan Balasescu
a9c65d200a Initial conversion of scores 2023-06-26 22:19:01 +09:00
Dan Balasescu
e1d723a2cc Merge branch 'master' into diffcalc-total-scorev1 2023-06-26 14:32:14 +09:00
Dan Balasescu
06565871d6 Add flag to disable computing legacy scoring values 2023-06-24 01:03:18 +09:00
Dean Herbert
0ab0c52ad5 Automated pass 2023-06-24 01:00:03 +09:00
Dan Balasescu
87447f41d0 Fix incorrect calculation of difficulty 2023-06-24 00:58:45 +09:00
Dan Balasescu
bfa449e47a Adjust attribute data 2023-06-19 21:38:13 +09:00
Dan Balasescu
aa644832dc Add ScoreV1 calculation for TaikoRuleset 2023-06-13 19:28:46 +09:00
Dan Balasescu
e402c6d2b4 Write max combo attribute from base class 2023-06-02 21:53:25 +09:00
Natelytle
9aa11e0090 update desmos 2023-03-20 23:13:33 -04:00
Natelytle
858afcd0b3 Pass OK hit window as a separate difficulty attribute, fix erfc approximation 2023-03-20 22:00:33 -04:00
Natelytle
adf16187b1 Change accuracy scaling 2023-02-22 21:03:02 -05:00
Natelytle
334f60f528 Reformat everything to be simpler 2023-02-22 14:55:48 -05:00
Natelytle
45e8d18b1b fix extremely low OD breaking deviation calc 2022-12-05 22:33:13 -05:00
Natelytle
2b74c4ef8c tests return a greathitwindow of 0, add check 2022-12-03 15:39:38 -05:00
Natelytle
6a27206abd bugfix + tests 2022-12-02 17:01:15 -05:00
Dan Balasescu
34533e588a Merge branch 'master' into taikostatacc 2022-11-29 10:48:24 +09:00
Natelytle
7b5373ac5a add comments 2022-11-27 15:24:54 -05:00
Natelytle
e3ef180c46 fixes 2022-11-25 15:18:39 -05:00
Natelytle
b579af674e fix dt 2022-11-24 19:46:55 -05:00
Natelytle
0e4e92b344 totalvalue 2022-11-24 19:28:47 -05:00
Natelytle
2ba163440a account for low acc FC deviation 2022-11-24 19:09:30 -05:00
Terochi
eff6c7be64 Removed unnecessary methods, changed tests, and moved LimitedCapacityQueue.cs to a more generic namespace. 2022-11-19 16:53:35 +01:00
Dan Balasescu
819027d61c Rename to isConvert 2022-11-04 16:17:49 +09:00
Dan Balasescu
5448c0209e Rename var 2022-11-02 10:14:40 +09:00
Natelytle
37c21cdd7c fix formatting 2022-11-01 15:14:55 -04:00
Natelytle
16301f052e Fix low end accuracy, buff high end 2022-10-30 15:01:25 -04:00
Natelytle
7403c1cc86 Return null for greatprobability >= 1 2022-10-28 23:23:50 -04:00
Natelytle
01c79d8ef2 remove other infinity reference 2022-10-28 16:20:21 -04:00
Natelytle
883790c7a7 Return null instead of infinity 2022-10-28 16:18:17 -04:00
Dan Balasescu
4342521bc1 Merge branch 'master' into stamina-available-fingers 2022-10-28 13:07:48 +09:00
Dan Balasescu
707b9eaa50 Remove unnecessary null-forgiving 2022-10-28 13:07:44 +09:00
Natelytle
2940d18d33 Fix formatting 2022-10-27 00:07:32 -04:00
Natelytle
af919a6550 harshen deviation scaling 2022-10-26 16:10:36 -04:00
Natelytle
7d3338a0ea LTCA Balancing pass 2022-10-26 15:58:20 -04:00
Natelytle
87cba2d828 Slight adjustments 2022-10-25 19:15:58 -04:00
Natelytle
607a006c4f oops 2022-10-25 17:55:16 -04:00
Natelytle
d5b06ae945 Fix difficultyvalue acc scaling 2022-10-25 17:52:34 -04:00
Natelytle
442e68ac1a Implement taiko deviation estimation 2022-10-25 17:41:20 -04:00
vun
122064d03f Minor refactoring to reduce amount of looping 2022-10-09 07:09:05 +08:00
Dan Balasescu
234c6ac799 Pin taiko PP calculator accuracy to osu-stable values 2022-10-05 20:21:15 +09:00