MaxOhn
|
f9681940b0
|
updated changelog
|
2022-10-22 16:51:46 +02:00 |
|
MaxOhn
|
df93d5a39c
|
removed pp-gen
|
2022-10-21 12:59:14 +02:00 |
|
MaxOhn
|
5a129437eb
|
various minor adjustments
|
2022-10-21 12:42:41 +02:00 |
|
MaxOhn
|
335f0a7dde
|
fixed & extended test cases
|
2022-10-21 11:07:29 +02:00 |
|
MaxOhn
|
17ce0ef2c9
|
fixed taiko
|
2022-10-20 00:10:38 +02:00 |
|
MaxOhn
|
6ff46367ca
|
finished mania + restructured a little
|
2022-10-19 11:48:11 +02:00 |
|
MaxOhn
|
044fe986c9
|
mania convert fixes
|
2022-10-17 09:13:31 +02:00 |
|
MaxOhn
|
10a5293c76
|
use custom accuracy for taiko pp
|
2022-10-17 09:12:25 +02:00 |
|
Max
|
240d6c1b66
|
fixed osu hitresult case distinctions
|
2022-10-16 14:06:15 +02:00 |
|
MaxOhn
|
cdccfdbd48
|
improved taiko hitresult generation
|
2022-10-15 12:06:21 +02:00 |
|
MaxOhn
|
d83217f5d0
|
improved osu hitresult generation
|
2022-10-15 11:36:41 +02:00 |
|
MaxOhn
|
fa91703a2a
|
mania fixes
|
2022-10-15 10:19:48 +02:00 |
|
MaxOhn
|
a091d30e1e
|
finished osu std + bunch of bug fixes
|
2022-10-14 21:16:51 +02:00 |
|
MaxOhn
|
4bb2fca50c
|
wip mania pp update
|
2022-10-09 16:37:49 +02:00 |
|
MaxOhn
|
5eb8dab588
|
wip osu pp update
|
2022-10-07 18:46:17 +02:00 |
|
MaxOhn
|
fae3a0359c
|
implemented taiko pp update
|
2022-10-01 23:05:19 +02:00 |
|
MaxOhn
|
3b54827e2c
|
v0.8.0
|
2022-08-02 18:33:45 +02:00 |
|
MaxOhn
|
28ad2ce7fb
|
updated changelog
|
2022-08-02 18:17:16 +02:00 |
|
Max
|
f6cb9f5bd2
|
handle tick dist of 0 for catch (#14)
|
2022-08-02 18:08:05 +02:00 |
|
Max
|
3d92656f19
|
reworked attribute calculation (#15)
|
2022-08-02 18:07:50 +02:00 |
|
MaxOhn
|
836c2e3861
|
allow len without is_empty
|
2022-08-02 18:06:52 +02:00 |
|
MaxOhn
|
d81a8c9ab6
|
v0.7.1
|
2022-07-12 22:07:36 +02:00 |
|
MaxOhn
|
e81e388f70
|
anticipate ansi encoding while parsing events
|
2022-07-12 22:00:58 +02:00 |
|
MaxOhn
|
18e79eab12
|
consider overflowing edge sounds
|
2022-07-12 18:12:20 +02:00 |
|
MaxOhn
|
eee0cc7c02
|
fixed typo
|
2022-07-10 16:11:48 +02:00 |
|
MaxOhn
|
232cdb4a4f
|
v0.7.0
|
2022-07-06 19:15:23 +02:00 |
|
MaxOhn
|
03e1d7655e
|
fixed sounds on taiko converts
|
2022-07-06 19:10:44 +02:00 |
|
MaxOhn
|
3ddf4074c0
|
minor documentation adjustment
|
2022-07-06 16:22:04 +02:00 |
|
MaxOhn
|
07bd22d238
|
renamed ParseError::IOError
|
2022-07-06 16:07:04 +02:00 |
|
MaxOhn
|
288575fb7b
|
removed old column calculation for mania difficulty calc
|
2022-07-06 16:05:24 +02:00 |
|
MaxOhn
|
970f9ff69f
|
renamed GameMode variants
|
2022-07-06 15:56:07 +02:00 |
|
MaxOhn
|
a732d28b34
|
mention bindings in readme
|
2022-07-06 15:11:31 +02:00 |
|
MaxOhn
|
c59d9d055d
|
fixed object count for mania converts
|
2022-07-06 14:31:49 +02:00 |
|
MaxOhn
|
29710b3290
|
removed artifact 'allow' clauses
|
2022-07-06 12:56:46 +02:00 |
|
MaxOhn
|
8ec61f96d0
|
added distinct strains struct for each mode
|
2022-07-06 12:54:00 +02:00 |
|
MaxOhn
|
af2530e836
|
fixed slider velocity for taiko converts
|
2022-07-05 22:46:16 +02:00 |
|
MaxOhn
|
48c798315a
|
change internal mode of converted tko/mna map
|
2022-07-05 12:52:02 +02:00 |
|
MaxOhn
|
13f515c9ca
|
Merge branch 'main' into next
|
2022-07-05 12:21:58 +02:00 |
|
MaxOhn
|
cccbfabe3f
|
v0.6.0
|
2022-07-05 12:21:51 +02:00 |
|
MaxOhn
|
27f9bddde3
|
fixed test in async
|
2022-07-05 12:21:51 +02:00 |
|
MaxOhn
|
dd7ddfa5dc
|
v0.6.0
|
2022-07-05 12:19:03 +02:00 |
|
MaxOhn
|
1fa34258e2
|
optimized LimitedQueue implementation
|
2022-07-04 17:30:27 +02:00 |
|
MaxOhn
|
6b410911e2
|
replace LimitedQueueIter with type alias
|
2022-07-04 14:21:52 +02:00 |
|
Max
|
7ed1ac5226
|
added convert support (#12)
* added taiko conversion
* finished converts
* made clippy happy
* optimized allocations for patterns
* taiko convert fixes
* added mode methods for osu calculators
* from CRLF back to LF
* updated changelog
* updated readme
* undo normal hitsound change
* added edge_sounds to changelog
|
2022-07-04 14:17:15 +02:00 |
|
MaxOhn
|
c2e96ce95b
|
refactored beatmap types into a new module
|
2022-06-27 14:28:46 +02:00 |
|
MaxOhn
|
5fdec291ec
|
made control point types pub
|
2022-06-21 07:56:28 +02:00 |
|
MaxOhn
|
d0db4a1775
|
made clippy happy
|
2022-06-21 07:38:50 +02:00 |
|
MaxOhn
|
80fe8aa238
|
rename bezier buffers
|
2022-06-21 07:32:43 +02:00 |
|
MaxOhn
|
c167588bf0
|
keep structs instead of tuples for control points
|
2022-06-21 07:32:21 +02:00 |
|
MaxOhn
|
64b9412231
|
rename pp-plot output files
|
2022-06-21 07:30:33 +02:00 |
|