Commit Graph

335 Commits

Author SHA1 Message Date
MaxOhn 4e24567da5 fix: fix cases for mania hitresults 2023-11-19 20:02:43 +01:00
MaxOhn ae8cc674cd test: fixed doctests 2023-11-13 17:14:06 +01:00
MaxOhn a20358a3b3 chore: made clippy happy for all targets 2023-11-13 15:49:30 +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
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
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 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
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
MaxOhn 06a76a834e refactor!: overhauled gradual calc for any mode 2023-11-08 21:44:25 +01:00
MaxOhn 719894526d feat: add last method to gradual perf calc 2023-11-08 21:36:15 +01:00
MaxOhn 2be5bdc365 refactor!: overhauled gradual calc for catch 2023-11-08 21:08:07 +01:00
MaxOhn 4d583f5469 refactor!: overhauled gradual calc for mania 2023-11-08 11:37:02 +01:00
MaxOhn 74083e5ecb refactor!: overhauled gradual calc for taiko 2023-11-08 09:41:34 +01:00
MaxOhn 79e19d5a9b refactor!: overhauled gradual calc for osu 2023-11-07 16:29:31 +01:00
MaxOhn 5fd29c2ab4 feat: added method AnyPP::hitresult_priority 2023-10-28 13:39:58 +02:00
MaxOhn 457934f484 feat: add From<u8> impl for GameMode 2023-10-27 09:59:54 +02:00
MaxOhn 7949e2fc13 perf: reduce TandemSorter size 2023-09-06 13:10:36 +02:00
MaxOhn 5ae7736479 test: added CompactVec tests 2023-09-06 12:47:54 +02:00
MaxOhn 6fde238243 fix: dont panic on erroneous file header (#21) 2023-09-06 00:36:27 +02:00
MaxOhn 8492d91a61 chore: made clippy happy 2023-05-05 15:03:13 +02:00
MaxOhn 0c0ad34827 fix: prevent underflow on fails due to sliders 2023-05-05 10:42:54 +02:00
MaxOhn bd9623d32b use CompactVec for all modes 2023-02-22 13:12:54 +01:00