1
0
mirror of synced 2024-11-23 22:00:56 +01:00

Commit Graph

  • 535df0e541 Introduce song search song-search Fluto 2023-07-16 22:31:01 +1000
  • 2ed67af56d verified that the latest version of bepinex still works develop Fluto 2023-07-16 13:43:04 +1000
  • f728d694b3 migration to tja2fumen Fluto 2023-07-16 13:40:26 +1000
  • c269bcab60 Updated ReadMe and Project Version master v3.2.0 Fluto 2023-01-06 21:39:55 +1100
  • c3b3ad0b00
    Merge pull request #20 from alexankitty/patch-1 Fluto 2023-01-06 21:33:58 +1100
  • 5144437311
    Merge pull request #19 from alexankitty/master Fluto 2023-01-06 21:33:03 +1100
  • fd375f2659
    Merge pull request #18 from timedroid/master Fluto 2023-01-06 20:55:29 +1100
  • 356c9051a0 Made a bad assumption, all outputs will be UTF-8 which is more reliable. Alexankitty 2023-01-05 22:15:06 -0700
  • a835a9b7a4
    Add Additional TJA info Alexandra 2023-01-05 20:17:32 -0700
  • a54bb03723 Encoding fixes; Error Descripts; Licensing Hotfix Alexankitty 2023-01-05 19:56:08 -0700
  • 1182d6c34e .NET Stanard 2.1->2.0 for Common Matt 2022-12-03 18:32:57 -0500
  • 624258c6a7 Fix compatability with BepInEx BE Matt 2022-12-03 17:35:20 -0500
  • d2a3e3223f Updated Readme and project version v3.1.0 Fluto 2022-08-20 15:14:49 +1000
  • 0a4f512761 Fix for Taiko Mono builds Fluto 2022-08-20 15:13:47 +1000
  • e38444ffb7 Loading custom songs shouldn't lag on the song select screen Fluto 2022-08-20 15:09:09 +1000
  • fafe244e21 Added automatically start game patch Fluto 2022-08-20 14:36:10 +1000
  • 066998aa39 Fixed random exception on title launch Fluto 2022-08-20 14:24:20 +1000
  • 4537f4bef9 data.json is now saved with indentation for easy post-editing Fluto 2022-08-20 13:46:31 +1000
  • 684760c0bf #13 Fixed score not appearing on end screen Fluto 2022-08-20 13:45:03 +1000
  • 5daea91e06 Moved patches to a patches folder Fluto 2022-08-20 13:10:57 +1000
  • 4c9dd810e1 Removed unused items v3.0.0 Fluto 2022-08-14 13:55:38 +1000
  • df1f56928d Update readme Fluto 2022-08-14 13:52:04 +1000
  • 72b9a9666e Merge branch 'new-version' into develop Fluto 2022-08-14 13:39:57 +1000
  • 914dcb9dd3 Merge branch 'master' into develop Fluto 2022-08-14 13:39:44 +1000
  • b03f87ed3b Added support for il2cpp Fluto 2022-08-13 21:00:45 +1000
  • 1643999f45
    Merge pull request #11 from ActualMandM/patch-1 Fluto 2022-03-11 16:19:55 +1100
  • 63581e46ed
    Fix URLs in readme Michael 2022-03-10 11:53:47 -0800
  • c5d8354a32 Merge tag 'v2.2.0' into develop Fluto 2022-02-12 13:52:48 +1100
  • e2aca91f55 Merge branch 'release/v2.2.0' v2.2.0 Fluto 2022-02-12 13:52:48 +1100
  • 112d9a80a8 Updated Mod Version to v2.2.0 Fluto 2022-02-12 13:52:12 +1100
  • 051642c848 Added Hori Taiko Drum support Fluto 2022-02-12 13:50:55 +1100
  • 0800f7bfc5 Merge tag 'v2.1.0' into develop Fluto 2022-02-11 19:37:28 +1100
  • 9ed3bfdb68 Merge branch 'release/v2.1.0' v2.1.0 Fluto 2022-02-11 19:37:28 +1100
  • 3820d5e3e6 Updated Mod Version Fluto 2022-02-11 19:36:59 +1100
  • c3b3aa9c91 Build TJAConvert before building TakoTako Fluto 2022-02-11 19:34:49 +1100
  • d296cfc8fb Fallback to English or Japanese song titles if user language is not that Fluto 2022-02-11 19:34:32 +1100
  • b27df30815 Added 2 second padding if offset is > - 1f Fluto 2022-02-11 18:38:29 +1100
  • d45e33f966 tja2bin doesn't like floats for it's BRANCHSTART command Fluto 2022-02-10 20:12:18 +1100
  • 09f81de4b6
    Merge pull request #7 from zactopus/patch-1 Fluto 2022-02-11 09:45:36 +1100
  • eadaa7c034
    Fix images in README zac [they/them] 2022-02-10 21:37:05 +0000
  • 0746f030f2 Moved TJAConvert and TakoTako.Common to their own folders at the root directory. Regenerated .idea files Fluto 2022-02-10 19:17:46 +1100
  • 36fbdedee8 Added an approach to calculate TJA scores Fluto 2022-02-10 19:01:35 +1100
  • 0061fe6942
    Merge pull request #5 from goaaats/new_uid Fluto 2022-02-10 17:07:21 +1100
  • 29f08bc9be
    Move uniqueId from CustomSong to SongInstance goaaats 2022-02-08 13:28:34 +0100
  • 0b8edad069 Fixed saving/loading issues Fluto 2022-02-08 20:34:52 +1100
  • 6144c64f18
    Use TJA hash as unique id, string id This also prevents a game bug wherein the game can't handle two songs with the same string ID goaaats 2022-02-07 15:29:14 +0100
  • 718ca0edcf
    TaikoMods => TakoTako goaaats 2022-02-07 14:42:45 +0100
  • 0efa910b58
    Don't actually change song IDs for TJA goaaats 2022-02-07 13:30:40 +0100
  • 25b558cdb9
    Generate deterministic UIDs for official songs + TJA, DLC compatibility goaaats 2022-02-07 13:11:27 +0100
  • f65641ac5f
    Merge pull request #4 from goaaats/new_project_setup Fluto 2022-02-07 22:39:56 +1100
  • 2d8a67c1f1
    New project setup, add solution, use bepinex nuget goaaats 2022-02-07 12:27:55 +0100
  • 2b63078810 Updated readme v2.0.0 Fluto 2022-02-07 21:52:02 +1100
  • 46907de4c9 minor rename Fluto 2022-02-07 21:51:17 +1100
  • e95b7c6aa6 Added TJA support + other things Fluto 2022-02-04 17:21:30 +1100
  • 4178043269
    add RandomSongSelectPatch goaaats 2022-02-04 21:38:55 +0100
  • 4cc0df9831 Update readme to reflect v1.0.1 v1.0.1 Fluto 2022-01-30 23:26:29 +1100
  • 7cf522d577 Merge branch 'main' of github.com:Fluto/TaikoMods Fluto 2022-01-30 23:25:37 +1100
  • 1286d380bd Removed unused music fields, Added support for ura oni / super oni mode songs Fluto 2022-01-30 23:25:32 +1100
  • ed5cabf782
    Updated readme on how to use the mod Fluto 2022-01-30 16:51:43 +1100
  • 8acc828f35 Added temporary readme Fluto 2022-01-30 16:31:09 +1100
  • 843d7aba8a Added more mods including a song loader v1.0.0 Fluto 2022-01-30 16:28:02 +1100
  • 9b6593afbe Init Commit v0.0.1 Fluto 2022-01-29 12:09:57 +1100