MaxOhn
5bdb2babed
Port osu!std updates since f08134f
2024-10-10 21:25:27 +02:00
MaxOhn
f9dfa5e35c
chore: made clippy happy
2024-10-08 14:22:43 +02:00
MaxOhn
092cf34eb4
fix: adjust remaining catch pieces
2024-09-30 23:53:00 +02:00
MaxOhn
cc0a041a51
feat: update catch calc
2024-09-29 14:41:04 +02:00
MaxOhn
c7b5414a8a
feat: update mania calc
2024-09-28 19:57:02 +02:00
MaxOhn
a02b8a8323
refactor: cleanup taiko skill eval
2024-09-28 19:46:11 +02:00
MaxOhn
64001a3f8f
feat: updated taiko calc
2024-09-28 19:14:47 +02:00
MaxOhn
3c57b9b409
feat: updated osu!standard difficulate calculation
2024-09-27 15:46:40 +02:00
Badewanne3
daf718d74e
fix: prevent oor indexing while decoding ( #39 )
2024-07-24 11:18:11 +02:00
MaxOhn
861135eb69
release: v1.1.0
2024-07-10 14:04:05 +02:00
MaxOhn
f1d6fba4ec
updated changelog
2024-07-10 14:02:39 +02:00
Badewanne3
272c6804bb
perf: store generated hitresults ( #37 )
2024-07-08 12:14:08 +02:00
Badewanne3
26547d7dea
feat: use rosu-mods ( #36 )
...
* use rosu-mods
* apply values from DifficultyAdjust mod
* minor doc addition
* consider Blinds mod in perf calc
2024-07-08 11:35:07 +02:00
MaxOhn
5c951b8bd4
made clippy happy in integration tests
2024-06-29 00:42:41 +02:00
Badewanne3
cfe221b6ff
fix od clock rate ( #35 )
2024-06-29 00:41:02 +02:00
MaxOhn
ad000794fb
made clippy happy
2024-06-28 21:36:59 +02:00
MaxOhn
bf2c960e66
fix keywords
2024-04-02 12:30:49 +02:00
MaxOhn
7f82fbdb54
release: v1.0.0
2024-04-02 12:23:46 +02:00
MaxOhn
8134cb1f84
updated changelog
2024-04-02 12:08:13 +02:00
Badewanne3
9acf85e934
refactor: create performance calculators through traits ( #33 )
...
* create perf calc through IntoPerformance traits
* added tests
* adjusted documentation
* fix doctest
* simplify From impls
2024-04-01 19:14:38 +02:00
MaxOhn
616f2b5758
reduce mania hitresult proptest cases
2024-03-31 18:10:46 +02:00
Badewanne3
a577200a0f
feat: compact strains ( #32 )
...
* store zero strains compactly
* added docs
* added proptest
* add feature to store strains compactly
* update ci
* rename CompactZerosVec to StrainsVec
* add size_hint for iter
* rename iter
* minor adjustments
* more minor adjustments
2024-03-31 11:49:29 +02:00
MaxOhn
279e04cc1e
use round_ties_even from std lib
2024-03-22 15:40:25 +01:00
MaxOhn
711e548a7e
made clippy quiet
2024-03-18 20:40:59 +01:00
MaxOhn
788a372abe
allow specifying map for map attrs builder later
2024-03-18 20:39:35 +01:00
MaxOhn
f23e2bbeb9
clamp given accuracy
2024-03-13 16:42:41 +01:00
MaxOhn
3f43a01727
re-export BreakPeriod from rosu-map
2024-03-13 15:01:19 +01:00
MaxOhn
90196329c1
add GradualPerformance::len methods
2024-03-11 17:58:40 +01:00
MaxOhn
c73976cf8a
removed thiserror dependency
2024-03-11 16:44:23 +01:00
MaxOhn
179144f617
fixed feature-gated code
2024-03-08 12:23:53 +01:00
MaxOhn
b7449b2dbd
remove intradoc to std
2024-03-08 12:19:00 +01:00
MaxOhn
ffcd1eac9d
added changelog
2024-03-08 12:09:39 +01:00
MaxOhn
e3dcec8584
return Result<_, Self> instead of Option
2024-03-08 11:53:07 +01:00
MaxOhn
d711840a11
create perf calc either by map or attrs
2024-03-08 11:44:17 +01:00
MaxOhn
b81fc5c0d5
fix reading clockrate
2024-03-07 11:46:23 +01:00
MaxOhn
c7f2e9a993
adjusted link in docs
2024-03-06 21:44:50 +01:00
MaxOhn
9c0fc2eea9
added InspectDifficulty type
2024-03-06 21:42:20 +01:00
MaxOhn
bf0afc8809
adjusted docs
2024-03-04 18:42:27 +01:00
MaxOhn
0ed0bc2639
fix doctests
2024-03-04 16:19:35 +01:00
MaxOhn
c2878dca91
added minor docs
2024-03-04 16:15:41 +01:00
MaxOhn
3b0e4220d1
renamed methods on BeatmapAttributesBuilder
2024-03-04 16:14:02 +01:00
MaxOhn
cb0156bb00
added tests for BeatmapAttributesBuilder
2024-03-04 16:10:43 +01:00
MaxOhn
633955ab1b
apply new settings of Difficulty
2024-03-04 15:56:55 +01:00
MaxOhn
c5fdf4e610
added more settings to Difficulty (unused)
2024-03-04 12:21:16 +01:00
MaxOhn
f1f9513bf3
dont fail CI on rdme warnings
2024-03-03 10:52:49 +01:00
MaxOhn
5fb393a109
added examples
2024-03-03 10:30:40 +01:00
MaxOhn
38e072a1dc
reduce Difficulty struct size
2024-03-03 10:21:26 +01:00
MaxOhn
733066afd7
inplace -> in_place
2024-03-03 10:00:00 +01:00
MaxOhn
e749a791fc
restructure Difficulty and ModeDifficulty
2024-03-03 09:59:34 +01:00
MaxOhn
3705338d12
renamed CatchScoreState fields
2024-03-03 08:03:05 +01:00