Commit Graph

528 Commits

Author SHA1 Message Date
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
MaxOhn e653fd1c8d test: reduce mania_hitresults proptest cases 2023-11-10 14:57:48 +01:00
MaxOhn 33cb24c64d test: slight osu bf refactor 2023-11-10 14:57:48 +01:00
MaxOhn cfd0cb2095 test: slight taiko bf refactor 2023-11-10 14:57:48 +01:00
MaxOhn 7bc51bcd24 fix: improve mania hitresult generation 2023-11-10 14:57:48 +01:00
MaxOhn 4fe2fd53df test: allow all 0s for osu_hitresults 2023-11-10 14:57:48 +01:00
MaxOhn f8246dbf71 fix: improve taiko hitresult generation 2023-11-10 14:57:48 +01:00
MaxOhn 8527f2f391 test: use proptest for hitresults 2023-11-10 14:57:46 +01:00
MaxOhn 99b12376c3 fix: improve osu hitresult generation 2023-11-10 14:57:03 +01:00
Badewanne3 5393d36782 Merge pull request #24 from MaxOhn/gradual-rework
refactor!: overhauled gradual calculation
2023-11-10 14:53:25 +01:00
MaxOhn da4b4df876 chore: updated changelog 2023-11-09 22:00:53 +01:00
MaxOhn 7fd4194c21 dep: remove gradual from default features 2023-11-09 21:50:05 +01:00
MaxOhn aea34e2a3e ci: include gradual feature in CI 2023-11-09 21:48:08 +01:00
MaxOhn 0187a1e58a feat: added owned types for gradual calc of any mode 2023-11-09 21:48:01 +01:00
MaxOhn 3b93ec1cea feat: added owned gradual performance calcs 2023-11-09 20:21:33 +01:00
MaxOhn e70cec0c0d fix: fixed indexing in gradual catch calc 2023-11-09 19:30:25 +01:00
MaxOhn 5b4a349aaf chore: ensure gradual osu calc cant be cloned 2023-11-09 12:05:40 +01:00
MaxOhn 49f640f939 feat: added struct CatchOwnedGradualDifficulty 2023-11-09 11:46:52 +01:00
MaxOhn 1aa6bcdb7a feat: added struct ManiaOwnedGradualDifficulty 2023-11-09 11:30:45 +01:00
MaxOhn 70d589fb3d doc: adjusted crate-level docs & readme 2023-11-09 02:21:29 +01:00
MaxOhn e7faacaad1 doc: enable doc_cfg 2023-11-09 01:08:14 +01:00
MaxOhn 8a643fb6f0 perf: implement GradualDifficulty::nth manually 2023-11-08 22:20:05 +01:00
MaxOhn a9a7cd507e doc: fixed broken doc links 2023-11-08 22:12:50 +01:00
MaxOhn 1434e88cef refactor!: renamed gradual calc types 2023-11-08 21:47:54 +01:00