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

80 Commits

Author SHA1 Message Date
Givikap120
8c2405da68 Big bump
1) Fully reworked architecture: splitted reading in branches.
2) Added High AR reading

What is broken now:
- Low AR (because i focused mostly on High vs Low AR reading values on high end)
- HD (it's using live HD rn)
- 3 mod speed, cuz part of the speed pp is unaffected by low acc nerf in speed pp calculation
2024-01-20 22:59:35 +02:00
Givikap120
c64430f548 Improved overlap calc
and added GraphSkill to allow graph of reading difficulty
2024-01-16 02:03:11 +02:00
Givikap120
ffeb46af9b Initial overlap calc 2024-01-08 14:53:38 +02:00
Givikap120
ef3096123e
Merge branch 'ppy:master' into cognition 2024-01-05 15:31:36 +02:00
Dean Herbert
70ec4b060a Rename weird diffcalc parameter name 2023-10-03 19:20:39 +09:00
js1086
07df5d9c6e Further balance values 2023-08-10 00:30:11 +01:00
js1086
c1712740f7 Balance streams and HD aim 2023-07-30 12:51:36 +01:00
apollo
8937080c91
Merge branch 'ppy:master' into cognition 2023-07-29 21:46:56 +01:00
Bartłomiej Dach
e3a89a6273
Fix remaining obvious CI inspections 2023-06-24 16:07:01 +02:00
Dean Herbert
0ab0c52ad5 Automated pass 2023-06-24 01:00:03 +09:00
apollo-dw
a9e9e50b8e Capitalize member 2022-10-19 13:00:00 +01:00
apollo-dw
a7070b5168 Improve code quality 2022-10-19 12:56:21 +01:00
apollo-dw
82cbdccb57 Rename cognition to reading 2022-10-18 19:13:25 +01:00
apollo-dw
090b408229 Apply various changes 2022-10-18 19:09:49 +01:00
apollo-dw
441bea5701 Make angle nerf requirement narrower 2022-10-17 22:15:31 +01:00
apollo-dw
d50e67f80d Remove WIP ar11 stuff from Cognition 2022-10-17 22:05:04 +01:00
apollo-dw
b6d4fbf8b5 Add constant angle nerf to note density difficulty 2022-10-10 13:49:38 +01:00
apollo-dw
f42004f18d Remove outdated argument 2022-10-07 20:40:38 +01:00
apollo-dw
08fa391a3f Merge branch 'ppymaster' into cognition 2022-10-07 20:37:24 +01:00
apollo-dw
cd0b2b2e3f Change some AR11 calc 2022-10-07 20:26:56 +01:00
apollo-dw
8e614e260a Don't nerf object influence if stream 2022-10-05 01:32:05 +01:00
abstrakt
6e1edc4d8d Use the StackedEndPosition to determine the jump distance in the FlashlightEvaluator.
Signed-off-by: abstrakt <abstrakt.osu@gmail.com>
2022-09-26 14:06:35 +02:00
apollo-dw
979749371f Nerf linear, readjust hidden parameters 2022-09-13 22:33:51 +01:00
apollo-dw
c690ecf482 Merge branch 'master' into cognition 2022-09-07 14:05:32 +01:00
apollo-dw
1997519364 Don't use full hit window in rhythm 2022-09-07 13:25:35 +01:00
apollo-dw
b5779508d0 Retrieve great hit window from the hit object 2022-09-06 17:10:32 +01:00
apollo-dw
f1e14b3bb9 Add constant rhythm nerf, reduce repeat angle nerf, buff spacing 2022-08-31 19:24:26 +01:00
apollo-dw
97f3f28d91 Time factor, improve spacing and rhythm buffs 2022-08-28 21:11:33 +01:00
apollo-dw
b0d47e4c35 Allow hidden difficulty and high AR difficulty to co-exist. 2022-08-27 19:56:40 +01:00
apollo-dw
35c72012e9 Various high AR tweaks 2022-08-27 18:33:07 +01:00
MBmasher
454d868dd5 Remove unnecessary using call 2022-08-26 20:42:02 +10:00
MBmasher
249c3f868f Compare raw angle values instead of rounding angles 2022-08-26 20:40:18 +10:00
MBmasher
5082ee26cf Ensure a negative value cannot be added to angleRepeatCount 2022-08-26 20:30:14 +10:00
MBmasher
08cb70b093 Lessen repeated angle nerf for objects further back in time 2022-08-26 20:27:31 +10:00
MBmasher
d8854413cb Add newline 2022-08-26 12:38:36 +10:00
MBmasher
6651e76e2e Remove whitespace 2022-08-26 12:37:56 +10:00
MBmasher
b0e7f63361 Update angle multiplier to nerf repeated angles 2022-08-26 12:34:33 +10:00
apollo-dw
f1f1e100a8 Change low spacing influence, add time separation factor, and moar hidden stuff 2022-08-26 00:05:38 +01:00
MBmasher
21c5fed45f Adjust capitalisation 2022-08-12 14:09:16 +10:00
MBmasher
f70588a423 Add newline before brace 2022-08-12 14:08:32 +10:00
MBmasher
037f56077b Apply Flashlight grid nerf 2022-08-12 13:29:04 +10:00
apollo-dw
ca55fec053 Merge branch 'master' into cognition 2022-08-11 14:47:49 +01:00
Dan Balasescu
61a3758cd9 Merge branch 'master' into pp-balancing 2022-08-11 19:46:16 +09:00
apollo-dw
2d5f2fc201 Buff stream-spacing objects slightly, reduce velocity factor in HD 2022-08-11 00:33:44 +01:00
apollo-dw
152a195514 Add HD support 2022-08-10 20:04:38 +01:00
apollo-dw
e6193e8b98 Use past objects for note density 2022-08-10 19:09:42 +01:00
apollo-dw
3c38c9e2a7 Fix null objects 2022-08-09 13:43:12 +01:00
apollo-dw
422c24b42d Merge branch 'cognition' of https://github.com/apollo-dw/osu into cognition 2022-08-09 13:14:51 +01:00
apollo
8991a7320a
Merge branch 'ppy:master' into cognition 2022-08-09 13:00:35 +01:00
MBmasher
267d55a6a8 Remove osuSlider from statement 2022-07-23 14:48:39 +10:00