Commit Graph

192 Commits

Author SHA1 Message Date
MaxOhn d7996ef27c add sounds with capacity 2022-01-25 03:21:06 +01:00
MaxOhn f689a21026 move sound field of HitObject to Beatmap 2022-01-24 23:17:04 +01:00
MaxOhn b7ebe4696e osu: handle maps without objects 2022-01-07 15:13:36 +01:00
MaxOhn 5e7d5a833d removed todo in test 2021-11-25 01:34:24 +01:00
MaxOhn a2efcc5e8b added example for gradual calculation to readme 2021-11-25 00:57:53 +01:00
MaxOhn 334a1ab891 removed Copy from score states but added Eq + PartiqlEq 2021-11-24 23:45:47 +01:00
MaxOhn 0f1469cadd fixed build on some feature combinations 2021-11-24 23:14:08 +01:00
MaxOhn f0a221aee6 added 'state' methods to PP calculator structs 2021-11-24 20:42:36 +01:00
MaxOhn db1bac08d7 added GradualDifficultyAttributes and GradualPerformanceAttributes 2021-11-24 19:17:13 +01:00
MaxOhn 2736b4c769 added FruitsGradualPerformanceAttributes 2021-11-24 17:58:12 +01:00
MaxOhn 19bbda397f added FruitsGradualDifficultyAttributes + bunch of fruits restructuring 2021-11-24 17:00:49 +01:00
MaxOhn 1d88764d13 added TaikoGradualPerformanceAttributes 2021-11-24 02:48:26 +01:00
MaxOhn 9d02a5cc48 added TaikoGradualDifficultyAttributes 2021-11-24 02:21:48 +01:00
MaxOhn e0521ba03e added ManiaGradualPerformanceAttributes & minor mania adjustments 2021-11-23 16:11:04 +01:00
MaxOhn 134401fd38 added ManiaGradualDifficultyAttributes 2021-11-23 14:26:37 +01:00
MaxOhn 4922fd32f5 osu: fixed test values for gradual performance attributes 2021-11-23 03:16:03 +01:00
MaxOhn bfc0188c61 added max_combo method for osu & taiko difficulty attributes 2021-11-23 03:12:14 +01:00
MaxOhn 86cee5ee88 fruits: FruitsDifficultyAttributes::max_combo is now a method + fixed attributes on very short maps 2021-11-23 03:11:49 +01:00
MaxOhn 5231bcd552 taiko: fixed max_combo on partial plays & attributes on very short maps 2021-11-23 02:39:04 +01:00
MaxOhn 0b367c59e5 mania: fixed attributes on very short maps 2021-11-23 02:25:44 +01:00
MaxOhn 55f0c4bfe3 fixed attributes on very short maps + fixed gradual attributes offset 2021-11-23 01:54:56 +01:00
MaxOhn 9f8c557d03 added OsuGradualPerformanceAttributes 2021-11-22 03:32:31 +01:00
MaxOhn 331115758c added OsuDifficultyAttributesIter struct
adjusted changelog
2021-11-22 03:31:02 +01:00
MaxOhn 86bae8c190 fixed typos 2021-11-21 17:28:23 +01:00
MaxOhn 701e868231 fixed missing tokio feature 2021-11-21 12:02:22 +01:00
MaxOhn 7ee07ec924 adjusted tests and added /maps for testing 2021-11-21 04:53:52 +01:00
MaxOhn df022ee428 renamed 'attributes' field to 'difficulty' for performance attributes 2021-11-21 04:15:41 +01:00
MaxOhn bdc2927963 minor readme adjustment 2021-11-21 03:56:32 +01:00
MaxOhn 13ef11a1f8 added max_combo method for all PerformanceAttributes structs 2021-11-21 03:54:00 +01:00
MaxOhn c6b0fc55a8 simplified feature cfg's 2021-11-21 03:54:00 +01:00
MaxOhn 79bc7441e8 added Beatmap::bpm and DifficultyAttributes::max_combo methods 2021-11-21 03:53:43 +01:00
MaxOhn f2e8a2e4c3 minor adjustments 2021-11-21 02:37:00 +01:00
MaxOhn dfa2841176 Merge branch 'main' of https://github.com/Yentis/rosu-pp into Yentis-main 2021-11-21 02:30:42 +01:00
MaxOhn 8aa1631af2 refactored strain functions 2021-11-20 20:38:31 +01:00
Yentis 8a103fa6a0 fix build 2021-11-20 17:58:10 +01:00
Yentis e6b1a5424f add max_combo to taiko difficulty attributes 2021-11-20 17:53:53 +01:00
MaxOhn 7883bf85cc fixed single-control-point linear sliders 2021-11-20 00:57:38 +01:00
MaxOhn ac1fd76daa removed last_control_point field from HitObjectKind::Slider 2021-11-17 19:15:22 +01:00
MaxOhn fd1cae50e0 removed two ParseError variants and renamed one 2021-11-17 19:07:07 +01:00
MaxOhn 58bf4bd6e0 added a bunch of documentation 2021-11-17 18:59:52 +01:00
MaxOhn 82b124fa75 added method Beatmap::from_path 2021-11-17 16:53:51 +01:00
MaxOhn 0a0dd025f7 added various From<_> implementations 2021-11-13 20:46:23 +01:00
MaxOhn 1a7127be7f allocate curve length vec with capacity 2021-11-13 17:28:26 +01:00
MaxOhn d39d9ae426 removed math_util module 2021-11-13 17:20:26 +01:00
MaxOhn 8beabd4e11 renamed PpResult+StarResult, minor structural adjustments, documentation update 2021-11-13 17:16:31 +01:00
MaxOhn 15cefe78d5 implemented hotfix & various bug fixes 2021-11-13 14:47:28 +01:00
MaxOhn 09943c9ea2 removed no_leniency feature 2021-11-12 12:48:35 +01:00
MaxOhn d703f55b3c f32 -> f64 & osu_precise fixes + update 2021-11-12 02:44:40 +01:00
MaxOhn db474149d8 gather attributes only at the end 2021-11-10 02:38:04 +01:00
MaxOhn 8f94459bcf rewrote slider processing for fruits 2021-11-10 02:37:57 +01:00