Commit Graph

451 Commits

Author SHA1 Message Date
MaxOhn 6e4b930401 typo 2024-02-11 00:48:54 +01:00
MaxOhn e8f13ffefa fix markdown 2024-02-10 04:53:41 +01:00
MaxOhn 5f052f5674 wrote crate level docs 2024-02-10 04:44:36 +01:00
MaxOhn c793361e0f renamed method 2024-02-10 03:39:36 +01:00
MaxOhn a8bf9601b6 initial rewrite 2024-02-09 17:54:14 +01:00
Badewanne3 ecf1b2c7f4 feat: adjusted lint restrictions (#31) 2023-12-31 09:19:41 +01:00
MaxOhn aeb65ab3a4 refactor!: dont re-export SortedVec 2023-12-31 07:01:49 +01:00
Badewanne3 bf78758f07 doc: fix intra-doc links (#30) 2023-12-30 10:27:05 +01:00
Badewanne3 ec7ff74e89 Merge pull request #29 from MaxOhn/perf-without-map
feat!: performance calculation with difficulty attributes instead of beatmap
2023-12-30 10:23:48 +01:00
MaxOhn 956b3db4c6 perf: remove Copy from mania attributes 2023-12-30 10:09:34 +01:00
MaxOhn 9d82b98c59 test: added tests 2023-12-30 10:05:35 +01:00
MaxOhn d63ee5d83a feat: make From impl for AnyPP generic 2023-12-30 09:55:45 +01:00
MaxOhn b055095f0d doc: minor fixes 2023-12-30 09:46:34 +01:00
MaxOhn f9bf256aa2 fix: consider passed_objects in mania 2023-12-30 09:27:26 +01:00
MaxOhn 876abf8043 fix: fixed feature-gated code 2023-12-29 17:05:48 +01:00
MaxOhn fecc3b1941 chore: made clippy happy 2023-12-29 11:49:13 +01:00
MaxOhn d9bf3240eb doc: fixed documentation 2023-12-29 11:34:16 +01:00
MaxOhn f3c39c7891 feat: added convenience methods 2023-12-29 11:31:35 +01:00
MaxOhn f2854dbde5 refactor: use is_convert of attrs 2023-12-29 11:14:33 +01:00
MaxOhn 90958f9979 refactor!: add is_convert to taiko&mania diff attrs 2023-12-29 11:04:21 +01:00
MaxOhn 9b6d4c0c9e refactor: remove commented method 2023-12-29 10:58:02 +01:00
MaxOhn 308c4f5bb0 doc: added documentation 2023-12-29 10:55:47 +01:00
MaxOhn 0adec507c1 refactor: store either map or attrs in perf calc 2023-12-29 10:28:27 +01:00
MaxOhn 1213525246 refactor!: add n_objects to mania diff attrs 2023-12-29 10:10:23 +01:00
MaxOhn 841eb914b0 chore: updated changelog 2023-11-19 20:09:06 +01:00
MaxOhn 4e24567da5 fix: fix cases for mania hitresults 2023-11-19 20:02:43 +01:00
MaxOhn 78d4526358 release: v0.10.0 2023-11-19 18:32:40 +01:00
MaxOhn 7fc3247940 chore: updated changelog 2023-11-14 17:09:44 +01:00
MaxOhn 3abdb9680b test: improve gradual testing for catch 2023-11-13 23:54:57 +01:00
MaxOhn ae8cc674cd test: fixed doctests 2023-11-13 17:14:06 +01:00
MaxOhn 046c85377c ci: check doctests in CI 2023-11-13 15:53:28 +01:00
MaxOhn a20358a3b3 chore: made clippy happy for all targets 2023-11-13 15:49:30 +01:00
MaxOhn e0d9616336 test: improve gradual testing for mania 2023-11-13 15:43:14 +01:00
MaxOhn 1ff200dbda fix: handle taiko passed objects properly & improve testing 2023-11-13 13:38:14 +01:00
MaxOhn 037654c771 test: improved gradual testing for osu 2023-11-11 19:00:47 +01:00
MaxOhn afd1bdda9d fix: always consider *all* notes for stacking 2023-11-11 18:46:09 +01:00
MaxOhn 10a407cbcc test: parse maps only once 2023-11-10 21:56:36 +01:00
Badewanne3 f8c246b2ac perf!: store HitObjectKind::Slider fields in Box (#26) 2023-11-10 19:27:17 +01:00
Badewanne3 b6b97c1007 refactor!: removed HitObject::end_time from public api (#25) 2023-11-10 15:27:24 +01:00
Badewanne3 3492a9472e refactor: re-implemented SortedVec (#22)
* refactor: re-implemented SortedVec

* feat: add methods to remove items from SortedVec
2023-11-10 15:08:52 +01:00
Badewanne3 5456be3ad7 Merge pull request #23 from MaxOhn/improve-hitresults
feat: improve generate hitresults
2023-11-10 15:04:26 +01:00
MaxOhn 10162f8f10 fix: move state conversions 2023-11-10 15:01:09 +01:00
MaxOhn 7bf3e6699a test: assert only relevant values 2023-11-10 14:59:28 +01:00
MaxOhn a142375206 test: remove custom test 2023-11-10 14:59:28 +01:00
MaxOhn 21bf030690 test: proptest with too many objects 2023-11-10 14:59:28 +01:00
MaxOhn 383ca169dd test: fixed mania parsing test 2023-11-10 14:59:28 +01:00
MaxOhn 9cf0ba0d6f feat: add methods ModePP::generate_state 2023-11-10 14:59:28 +01:00
MaxOhn 45317a337d fix: improve catch hitresult generation 2023-11-10 14:59:26 +01:00
MaxOhn 296f3ebcfb test: adjust mania integration test data 2023-11-10 14:58:13 +01:00
MaxOhn ed397e038b test: ensure correct attributes 2023-11-10 14:57:48 +01:00