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
|
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 |
|