Commit Graph

466 Commits

Author SHA1 Message Date
MaxOhn 964f80355d adjust formatting 2024-02-14 15:45:23 +01:00
MaxOhn 1fe8ceaadc micro-optimization for nested object order 2024-02-14 15:42:40 +01:00
MaxOhn 0fdb91fa47 refactor mania hitwindows 2024-02-14 15:37:56 +01:00
MaxOhn 3f1b4e52a1 Merge branch 'rewrite' of https://github.com/MaxOhn/rosu-pp into rewrite 2024-02-14 15:28:02 +01:00
MaxOhn 47dd020bfc sort nested objects 2024-02-14 15:27:24 +01:00
MaxOhn e99c134a5b fix mania hitwindow 2024-02-14 01:52:37 +01:00
MaxOhn 9be4b9ba4c fix order of float operations 2024-02-14 00:40:06 +01:00
MaxOhn 516d47a2fe add empty map tests 2024-02-13 16:02:03 +01:00
MaxOhn b88e49889b use proper default capacities 2024-02-13 15:11:30 +01:00
MaxOhn 2327287a32 anticipate underflow 2024-02-13 15:08:38 +01:00
MaxOhn f628405a95 clamp catch values to playfield 2024-02-13 11:41:08 +01:00
MaxOhn a7027f4972 fix casting 2024-02-13 03:05:21 +01:00
MaxOhn 0c7f838d84 fix mania conversion 2024-02-13 00:12:53 +01:00
MaxOhn 84c648ae6e use curve util method 2024-02-11 02:36:49 +01:00
MaxOhn c3a6a1cb1d re-export PathType & SplineType 2024-02-11 02:36:37 +01:00
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