This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
brd/src
Simon Bruder f1d460cffe
ddr::ssq::Difficulty: Refactor and rename to Level
* New name reflects contents better
 * Uses explicit functions instead of Into for only converting the
   difficulty
 * Uses errors instead of defaults for invalid values
 * Difficulty mapping is separate function
 * Simplified tests
2020-07-23 15:36:22 +02:00
..
converter ddr::ssq::Difficulty: Refactor and rename to Level 2020-07-23 15:36:22 +02:00
ddr ddr::ssq::Difficulty: Refactor and rename to Level 2020-07-23 15:36:22 +02:00
osu Remove U3 type for osu beatmap 2020-07-08 23:55:52 +02:00
xact3 Add documentation and tests for xact3::adpcm 2020-07-05 21:17:42 +02:00
converter.rs Initial commit 2020-06-22 20:39:20 +02:00
ddr.rs Implement support for musicdb 2020-06-28 20:22:31 +02:00
lib.rs Implement support for musicdb 2020-06-28 20:22:31 +02:00
main.rs Add multithreading for batch conversion 2020-07-10 14:07:25 +02:00
mini_parser.rs Add tests for mini parser 2020-07-08 23:40:13 +02:00
osu.rs Initial commit 2020-06-22 20:39:20 +02:00
utils.rs Deduplicate bitflags/bitarray_to_byte 2020-07-08 23:55:04 +02:00
xact3.rs Add documentation and tests for xact3::adpcm 2020-07-05 21:17:42 +02:00