Go to file
KatieFrogs e43c4afceb Lyrics, search, and other fixes
- #LYRIC
  - Parse #LYRIC commands and apply them to all difficulties that do not have them
  - #LYRIC command now supports branches
  - Fix last #LYRIC at the end of the chart getting ignored
- Fix the glitchy dragging and dropping of files on the custom song importing page
- Fix Ctrl and Shift keys getting stuck on song select when switching tabs with Ctrl(+Shift)+Tab
- Search
  - Fix the search box "random:yes" query to randomize the entire results and not just the first 50
  - Add "all:yes" query to the search box to remove the result limit and display all of the results
  - Fix searching for an invalid query (like "cleared:yes" or ":") unexpectedly returning all the songs
  - Fix pressing Q then jumping to a song through search not unmuting the sound
  - Pressing the search key on mobile will hide the keyboard
  - Fix search tips changing rapidly when the window is resized
- Use comments instead of `######` in the issue template so that the warning does not appear in the issue
- Fix TJA MAKER: url between angle brackets not working
- Add a check for Class field declarations in the browser support warning
- Fix gpicker getting stuck if a network error occurs
- Fix not being able to replace some assets using a "taiko-web assets" folder
- Fix selectable song title not being aligned with the game if the game window is too wide
- Allow plugin developers to use the "select" type for the settings options
  - It uses "options" array and "options_lang" object
- Fix plugins not getting removed from the plugin list on syntax error
- Fix error messages not working if a default plugin is broken
- Fix the start of default plugins not stopping the page from loading on error
- Fix not being able to scroll the plugins screen on mobile
2022-07-15 16:00:43 +02:00
.github Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
public Lyrics, search, and other fixes 2022-07-15 16:00:43 +02:00
templates Fixes 2022-03-16 09:55:25 +03:00
tools venv fix for debian? 2022-03-21 04:54:17 +00:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-07-17 17:21:53 +09:00
.gitignore add plugins to gitignore 2022-02-22 16:31:00 +00:00
app.py move app.py argparse 2022-03-24 17:44:44 +00:00
config.example.py allow 2p url config, origin limiting for server 2022-03-24 02:32:31 +00:00
README.md update setup link 2019-02-13 22:23:18 +00:00
requirements.txt Fix not being able to start gunicorn 2022-04-26 07:15:40 +03:00
schema.py Add custom Don 2020-04-04 16:48:58 +03:00
server.py more debug options 2022-03-24 16:09:01 +00:00

taiko-web

A web-based Taiko no Tatsujin simulator.

Running instance: https://taiko.bui.pm

Still in development. Works best with Chrome.

Setup

Please see the Setup page for setup instructions.