Commit Graph

79 Commits

Author SHA1 Message Date
MaxOhn 335f0a7dde fixed & extended test cases 2022-10-21 11:07:29 +02:00
MaxOhn 17ce0ef2c9 fixed taiko 2022-10-20 00:10:38 +02:00
MaxOhn 6ff46367ca finished mania + restructured a little 2022-10-19 11:48:11 +02:00
MaxOhn 10a5293c76 use custom accuracy for taiko pp 2022-10-17 09:12:25 +02:00
MaxOhn cdccfdbd48 improved taiko hitresult generation 2022-10-15 12:06:21 +02:00
MaxOhn d83217f5d0 improved osu hitresult generation 2022-10-15 11:36:41 +02:00
MaxOhn fa91703a2a mania fixes 2022-10-15 10:19:48 +02:00
MaxOhn a091d30e1e finished osu std + bunch of bug fixes 2022-10-14 21:16:51 +02:00
MaxOhn 4bb2fca50c wip mania pp update 2022-10-09 16:37:49 +02:00
MaxOhn 5eb8dab588 wip osu pp update 2022-10-07 18:46:17 +02:00
MaxOhn fae3a0359c implemented taiko pp update 2022-10-01 23:05:19 +02:00
Max 3d92656f19 reworked attribute calculation (#15) 2022-08-02 18:07:50 +02:00
MaxOhn 836c2e3861 allow len without is_empty 2022-08-02 18:06:52 +02:00
MaxOhn 970f9ff69f renamed GameMode variants 2022-07-06 15:56:07 +02:00
MaxOhn 8ec61f96d0 added distinct strains struct for each mode 2022-07-06 12:54:00 +02:00
MaxOhn 1fa34258e2 optimized LimitedQueue implementation 2022-07-04 17:30:27 +02:00
Max 7ed1ac5226 added convert support (#12)
* added taiko conversion

* finished converts

* made clippy happy

* optimized allocations for patterns

* taiko convert fixes

* added mode methods for osu calculators

* from CRLF back to LF

* updated changelog

* updated readme

* undo normal hitsound change

* added edge_sounds to changelog
2022-07-04 14:17:15 +02:00
MaxOhn d0db4a1775 made clippy happy 2022-06-21 07:38:50 +02:00
MaxOhn b5bee21360 consider custom clock rate for mania & taiko pp calculation 2022-03-21 19:55:22 +01:00
MaxOhn df9398de95 rename speed to clock_rate 2022-03-20 17:07:42 +01:00
MaxOhn 71eac0ffa3 allow custom clock rates 2022-03-20 15:17:04 +01:00
MaxOhn 6c1250fff3 use builder pattern to calculate difficulty attrs 2022-03-20 14:51:24 +01:00
MaxOhn 34c3a195da remove all mode features
minor adjustments
2022-01-25 18:04:30 +01:00
MaxOhn f689a21026 move sound field of HitObject to Beatmap 2022-01-24 23:17:04 +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 1d88764d13 added TaikoGradualPerformanceAttributes 2021-11-24 02:48:26 +01:00
MaxOhn 9d02a5cc48 added TaikoGradualDifficultyAttributes 2021-11-24 02:21:48 +01:00
MaxOhn bfc0188c61 added max_combo method for osu & taiko difficulty attributes 2021-11-23 03:12:14 +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 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 df022ee428 renamed 'attributes' field to 'difficulty' for performance attributes 2021-11-21 04:15:41 +01:00
MaxOhn 13ef11a1f8 added max_combo method for all PerformanceAttributes structs 2021-11-21 03:54:00 +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 e6b1a5424f add max_combo to taiko difficulty attributes 2021-11-20 17:53:53 +01:00
MaxOhn 58bf4bd6e0 added a bunch of documentation 2021-11-17 18:59:52 +01:00
MaxOhn 0a0dd025f7 added various From<_> implementations 2021-11-13 20:46:23 +01:00
MaxOhn 8beabd4e11 renamed PpResult+StarResult, minor structural adjustments, documentation update 2021-11-13 17:16:31 +01:00
MaxOhn d703f55b3c f32 -> f64 & osu_precise fixes + update 2021-11-12 02:44:40 +01:00
MaxOhn 21dcdeb942 enforce lint groups
added remaining lint enforcements
2021-11-06 23:25:03 +01:00
MaxOhn 3f8d023e71 osu: clean up of feature based functions 2021-11-03 18:10:49 +01:00
MaxOhn 528f1b2a7e removed tests & fixed code in documentation 2021-11-03 18:03:44 +01:00
MaxOhn 97ba2db7d6 return DifficultyAttributes instead of StarResult 2021-11-03 18:00:29 +01:00
MaxOhn 5780559b70 return PerformanceAttributes instead of PpResult 2021-11-03 16:53:17 +01:00
MaxOhn cc8c893866 updated osu's clockrate bugfix
mania: updated to osu's clockrate bugfix

taiko: updated to osu's clockrate bugfix

fruits: updated to osu's clockrate bugfix
2021-08-09 12:00:03 +02:00