Commit Graph

342 Commits

Author SHA1 Message Date
MaxOhn 6cef427f17 v0.9.3 2023-01-28 15:10:37 +01:00
MaxOhn 0c6d2e747f parse curve points within range 2023-01-28 15:08:38 +01:00
MaxOhn 06320468c5 updated changelog 2023-01-28 04:37:14 +01:00
MaxOhn fb36edd132 expose BeatmapExt methods for mode-specific objects (#20)
* expose osu hitobjects

* added pub method to create osu objects

* expose mania objects

* added some derived traits to public types

* expose taiko objects

* expose catch objects

* add documentation

* fix documentation
2023-01-28 04:33:05 +01:00
MaxOhn cdb0bbb8f4 fixed indent in workflow 2023-01-28 04:30:47 +01:00
MaxOhn 1979d139fb fixed niche capacity overflow 2023-01-28 04:27:57 +01:00
MaxOhn ea51971471 ignore line on invalid curve points instead of error throw 2023-01-28 03:24:48 +01:00
MaxOhn 17ab4c454e reformated Cargo.toml 2023-01-28 02:55:42 +01:00
MaxOhn 1b9668428d fixed async_std compilation by including default features 2023-01-28 02:50:18 +01:00
MaxOhn 3b8a5f987d moved BeatmapExt into beatmap module 2023-01-27 13:31:46 +01:00
MaxOhn 28bcf107f1 update to edition 2021 & fix clippy lints 2023-01-27 07:58:07 +01:00
MaxOhn e6957f935a remove outdated comment 2023-01-12 01:27:16 +01:00
MaxOhn 51a2092020 made clippy happy 2023-01-11 23:57:04 +01:00
MaxOhn 07ea95a6c0 added ScoreState::total_hits 2022-11-29 00:29:30 +01:00
MaxOhn 9e0001d9d9 fixed typo 2022-11-12 13:17:25 +01:00
Max e3e583ce40 v0.9.2 2022-11-08 20:01:24 +01:00
Max 20d7598e07 handle pixel_len 0 for catch 2022-11-08 19:59:38 +01:00
Max 7ded74b54e handle underflow for acc percentage 2022-10-31 12:38:03 +01:00
Max 4423efa1ca updated changelog 2022-10-31 01:04:56 +01:00
Max 746d31d9f2 dont offset based on len parity (#18) 2022-10-31 01:01:49 +01:00
Max 4e416badd0 convert map internally for gradual tko & mna 2022-10-28 00:42:13 +02:00
Max cd459091f4 fixed typo 2022-10-27 18:44:47 +02:00
Max 6fb2b9d4b8 added feature matrix to workflow 2022-10-27 18:39:31 +02:00
Max 2a046a3df0 fixed async tests 2022-10-27 18:34:20 +02:00
Max ce4b7fcfff added clippy & test workflow 2022-10-27 17:06:12 +02:00
Max c8fe446b3e removed difficulty tests 2022-10-27 11:43:17 +02:00
Max fdce20269b added test cases for blank maps 2022-10-27 11:43:17 +02:00
Max 47bc69d7fe fixed taiko passed objects 2022-10-27 11:43:09 +02:00
MaxOhn 4137520bbb v0.9.1 2022-10-26 22:31:44 +02:00
MaxOhn 007410192b remove clock rate from strains section length 2022-10-26 22:25:52 +02:00
MaxOhn 533ff8c960 reordering 2022-10-26 22:23:51 +02:00
MaxOhn b6ec17fd12 convert map internally for tko & mna 2022-10-26 22:23:43 +02:00
MaxOhn de400b29cf v0.9.0 2022-10-24 10:23:25 +02:00
MaxOhn a7b1b1c899 adjusted default capacities for beatmap 2022-10-23 23:28:32 +02:00
MaxOhn 2137e4737c store hit_window in speed skill 2022-10-22 20:01:25 +02:00
MaxOhn 14d3db7940 adjust osu skill structure to taiko & mania 2022-10-22 19:55:28 +02:00
MaxOhn 9acd6efe50 store osu skills in struct instead of array 2022-10-22 19:42:16 +02:00
MaxOhn ea23a8948b reuse path & length bufs for curves 2022-10-22 18:57:17 +02:00
MaxOhn 3a1b868a4d fixed typo 2022-10-22 16:57:28 +02:00
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