1
0
mirror of synced 2024-11-24 05:30:11 +01:00

Commit Graph

  • ebf358397b Update pyproject.toml version for 0.9.0 0.9.0 GitHub Actions Bot 2024-10-30 04:15:14 +0000
  • 85ea4d6efc
    Add support for #SENOTECHANGE command (#81) main Viv 2024-10-30 00:12:26 -0400
  • d2122618b6 README.md: Mention #SENOTECHANGE in readme Viv 2024-10-26 13:48:06 -0400
  • fef09c9c33 Update pyproject.toml version for 0.9.0.dev0 0.9.0.dev0 GitHub Actions Bot 2024-10-26 17:46:07 +0000
  • 1a2598e255 Add support for #SENOTECHANGE command Viv 2024-10-26 13:36:54 -0400
  • a3ff233153 Add test for #SENOTECHANGE Viv 2024-10-26 12:44:01 -0400
  • 9b6f05b420
    Fix parsing of BALLOON: so that values are correctly read for all 3 branches (#80) Viv 2024-10-26 12:34:03 -0400
  • f3dd6c2c48 parsers.py: Fix pylint code quality issues Viv 2024-10-26 12:28:45 -0400
  • a340a671ee parsers.py: Fix mypy code quality issues Viv 2024-10-26 12:26:51 -0400
  • f99634bda6 parsers.py: Fix flake8 code quality issues Viv 2024-10-26 12:24:19 -0400
  • 1914e41c94 Add data for emma.tja Viv 2024-10-26 12:06:43 -0400
  • 51a7327439 parsers.py: Add function to fix BALLOON: field Viv 2024-10-26 12:03:54 -0400
  • b960a2b471 converters.py: Don't repeat BALLOON: per course Viv 2024-10-26 12:15:48 -0400
  • fb3722a930 Fix balloon values in existing test data Viv 2024-10-24 19:09:24 -0400
  • e0d26ab6db test_conversion.py: Add balloon testing Viv 2024-10-24 19:09:07 -0400
  • 0590f52a76 WIP: balloon find/replace viv/79-backup-current_branch-all-refactor Viv 2024-10-26 10:36:05 -0400
  • 34428bbbe7 parsers.py: Refactor current_branch == 'all' logic Viv 2024-10-26 10:24:26 -0400
  • 8e8332cd2b Use itertools.cycle to repeat over balloons Viv 2024-10-24 22:57:21 -0400
  • 2446c05312 Fix balloon values in existing test data Viv 2024-10-24 19:09:24 -0400
  • 5f763115cc test_conversion.py: Add balloon testing Viv 2024-10-24 19:09:07 -0400
  • 4e4a90a1f7
    README.md: Fix another typo Viv 2024-05-07 23:25:39 -0400
  • 052ee824a3
    README.md: Fix typo Viv 2024-05-07 23:22:19 -0400
  • b10962f6f5
    README.md: Add better examples for Python API Viv 2024-05-07 23:21:39 -0400
  • ef81fc2ae1 Update pyproject.toml version for 0.8.0.dev1 0.8.0.dev1 GitHub Actions Bot 2024-05-07 00:46:31 +0000
  • 1bdf6e94b0 Update pyproject.toml version for 0.8.0.dev0 0.8.0.dev0 GitHub Actions Bot 2024-05-07 00:41:42 +0000
  • 6c38eb770b
    Add Linux build for self-contained executable (#76) Viv 2024-05-06 20:39:30 -0400
  • cbd4934c14 fix add-date syntax for linux Viv 2024-05-06 20:35:56 -0400
  • 3e5bf506f4 switch from ` to \ Viv 2024-05-06 20:32:49 -0400
  • f9343ece4f swap \ (windows) for / (unix) Viv 2024-05-06 20:23:28 -0400
  • af3a600f53
    test_and_publish_release.yml: add linux build Viv 2024-05-06 20:10:08 -0400
  • 80d211b5b1
    __init__.py: Bugfix for tjas with no extension Viv 2024-05-06 19:38:20 -0400
  • ed3e8bd1b8 Update pyproject.toml version for 0.8.0 0.8.0 GitHub Actions Bot 2024-04-30 02:12:46 +0000
  • 0dc34520cc
    Allow tja2fumen to be run on folders to allow fixing timing windows on all .bin files (#75) Viv 2024-04-29 22:06:41 -0400
  • ab95e4f745 __init__.py: Fix mypy type issues viv/72-mass-fix-bins Viv 2024-04-29 21:53:58 -0400
  • 76f139a902 __init__.py: Fix pylint issues Viv 2024-04-29 21:45:33 -0400
  • ccdf244230 __init__.py: Fix trailing whitespace linting Viv 2024-04-29 21:38:51 -0400
  • 829d04fa16 __init__.py: Call set_timing in repair_bin Viv 2024-04-29 21:32:55 -0400
  • 9016372d92 __init__.py: Allow processing full folders Viv 2024-04-29 21:17:39 -0400
  • 405cea3be2
    Properly set timing window values for easier difficulties (#74) Viv 2024-04-29 18:44:18 -0400
  • ea2034669e Properly set timing windows for easier courses Viv 2024-04-29 18:34:21 -0400
  • a721019178 test_conversion.py: Check timing window (should fail) Viv 2024-04-29 18:31:03 -0400
  • 09d83c3808
    README.md: Remove Discord info from GitHub Viv 2024-03-20 17:44:18 -0400
  • 1a7028aaf9
    README.md: Add anchor tag to TakoTako note Viv 2024-02-19 11:18:57 -0500
  • 903859b55a
    README.md: Clarify the upgrade process for TakoTako 3.2.0 Viv 2024-02-19 11:17:51 -0500
  • 4271aeec1e
    README.md: Further clarify TakoTako/tja2fumen usage Viv 2024-02-11 22:13:21 -0500
  • 2394199a71 Update pyproject.toml version for 0.7.2 0.7.2 GitHub Actions Bot 2024-02-11 08:53:05 +0000
  • ade4f66679 __init__.py: Don't throw error if extension not .tja Viv 2024-02-11 03:46:58 -0500
  • f526310df9 Update pyproject.toml version for 0.7.1 0.7.1 GitHub Actions Bot 2024-02-11 01:03:54 +0000
  • 012648d4fc
    README.md: Clarify wording Viv 2024-02-10 20:02:13 -0500
  • dcb9d19462 test_command_support.py: Temporarily mark test local-only Viv 2024-02-10 20:00:08 -0500
  • 6f83118f79 Fix flake8 linting issues Viv 2024-02-10 19:57:24 -0500
  • 79af17e4cc converters.py: Change missing BALLOON from error to warning Viv 2024-02-10 18:16:18 -0500
  • b4416ba838 converters.py: Change unexpected 8 from error to warning Viv 2024-02-10 18:15:59 -0500
  • dcd73e5f32 converters.py: Improve how #BRANCHSTART is checked Viv 2024-02-10 18:15:40 -0500
  • b9927a9d6d converters.py: Fix typo in error message Viv 2024-02-10 18:15:09 -0500
  • 93b8c5c01b converters.py: Change print statement to warning Viv 2024-02-10 18:14:37 -0500
  • f018c54089 parsers.py: Add function to equalize branches Viv 2024-02-10 19:21:35 -0500
  • b5e4f9dc7c parsers.py: Add warning + ignore invalid notes Viv 2024-02-10 18:17:21 -0500
  • 0a77dcef1d parsers.py: Fix typo in error message Viv 2024-02-10 18:13:55 -0500
  • 334a70e2b1 parsers.py: Account for #SECTION far before first #BRANCHSTART Viv 2024-02-10 18:13:19 -0500
  • 82754301c7 parsers.py: Allow lowercase command names Viv 2024-02-10 18:12:44 -0500
  • 4e976eec28 parsers.py: Allow lowercase metadata Viv 2024-02-10 18:12:04 -0500
  • 768f05d539 parsers.py: Allow lowercase COURSE names Viv 2024-02-10 18:11:49 -0500
  • 7b7dd15a62 parsers.py: Improve error handling for BPM/OFFSET parsing Viv 2024-02-10 18:10:45 -0500
  • 6b93305d8b parsers.py: Fix bug with 1P/2P start commands Viv 2024-02-10 18:09:28 -0500
  • 4ad3c374f5 parsers.py: Change unsupported command print to warning Viv 2024-02-10 18:13:37 -0500
  • d95175754d parsers.py: Handle typos for data before first COURSE: Viv 2024-02-10 13:31:59 -0500
  • 88ac7b7eac parsers.py: Allow songs with LEVEL: <1 and >10 Viv 2024-02-10 13:26:36 -0500
  • 3dbf82309e writers.py: Fix bug with large score_diff values Viv 2024-02-10 18:08:10 -0500
  • d4c3abb672 writers.py: Add clear error for struct.pack Viv 2024-02-10 18:07:59 -0500
  • 7f3b38b92c __init__.py: Remove print messages Viv 2024-02-10 18:06:57 -0500
  • 4f89688391 __init__.py: Fix typo Viv 2024-02-10 13:35:25 -0500
  • 25e6d6f4d4 test_command_support.py: Catch warnings Viv 2024-02-10 18:08:57 -0500
  • 1faaab9e9c Improve custom TJA testing Viv 2024-02-10 13:26:07 -0500
  • 5474ad0baa
    README.md: Rewrite usage section for clarity Viv 2024-02-07 12:42:02 -0500
  • 0383efea00
    README.md: Mention SENOTE changes Viv 2024-02-03 23:00:27 -0500
  • e382545725 Update pyproject.toml version for 0.7.0 0.7.0 GitHub Actions Bot 2024-02-04 03:34:43 +0000
  • 073178601f
    Add proper Don/Ka types to clusters of notes (#64) Viv 2024-02-03 22:32:29 -0500
  • bd8378861b Update pyproject.toml version for 0.7.dev0 0.7.dev0 GitHub Actions Bot 2024-02-03 22:43:21 +0000
  • e436f52972 __init__.py: Allow tja2fumen to be run on .bin files Viv 2024-02-03 17:41:16 -0500
  • 6ce3e30ddd converters.py: Make don/kat function idempotent Viv 2024-02-03 17:04:33 -0500
  • 1f640c1aa1 Refactor fix_dk_note_types to run on FumenCourse objects Viv 2024-02-03 16:43:52 -0500
  • 2269d47f50 Update pyproject.toml version for 0.6.2.dev4 0.6.2.dev4 GitHub Actions Bot 2024-02-03 20:35:59 +0000
  • f6f82b0222 converters.py: Allow big notes to be part of clusters Viv 2024-02-03 15:26:20 -0500
  • 8b4ad86573 converters.py: Add special case for fast clusters of 4 Viv 2024-02-03 15:18:38 -0500
  • 7020e4f5d1 converters.py: Don't cluster quarter notes Viv 2024-02-03 15:11:12 -0500
  • 8c394c2681 converters.py: Cluster dense notes in groups Viv 2024-02-03 15:06:55 -0500
  • a724c610fd Update pyproject.toml version for 0.6.2.dev3 0.6.2.dev3 GitHub Actions Bot 2024-01-31 16:14:10 +0000
  • e8dadd46f4 converters.py: Avoid clustering whole/half notes Viv 2024-01-31 11:09:10 -0500
  • 06d377d639 Update pyproject.toml version for 0.6.2.dev2 0.6.2.dev2 GitHub Actions Bot 2024-01-31 15:41:52 +0000
  • 3d416e180e converters.py: Fix how pos_abs is computed Viv 2024-01-31 09:46:31 -0500
  • 8e691a0176 converters.py: Sort notes by absolute position Viv 2024-01-30 20:15:41 -0500
  • 42ae83ff3e testing/: Add test for local debugging Viv 2024-01-30 20:15:26 -0500
  • c7bcd7d062 Update pyproject.toml version for 0.6.2.dev1 0.6.2.dev1 GitHub Actions Bot 2024-01-25 21:27:40 +0000
  • ab954c6d9d Fix mypy typing Viv 2024-01-25 16:17:40 -0500
  • b7e5058067 converters.py: Fix linting issues Viv 2024-01-25 15:33:17 -0500
  • 31dd64ecb1 converters.py: Fix off-by-one error Viv 2024-01-25 15:29:27 -0500
  • fa18ac8de2 converters.py: Replace dons/kas with alternate versions Viv 2024-01-25 15:06:58 -0500
  • 86a1574385 parsers.py: Add fix for inconsistent ordering between test runs Viv 2024-01-25 15:05:32 -0500
  • 1ae466e8d5 classes.py: Track absolute note positions Viv 2024-01-25 12:07:00 -0500