Go to file
LoveEevee f83fab41e3 Bug fixes
- Fixed touch multiplayer drum being too small and nameplate drawing on top of it
- Fixed #lyric lines being forced to be lowercase and appearing too early
- Fixed exiting session while someone else is using netplay sending you to difficulty selection of the song that the netplay person has selected
- Fixed ≠MM title on song select not having the first symbol rotated
- Fixed nameplate cache in song select and in game not getting cleared
- Increased ping timeout for multiplayer

Admin page fixes
- Add meta viewport tag so that the admin pages can be opened on mobile
- On song list, songs that are not enabled are now marked
- Disable tabbing through diverge notes checkboxes in courses when adding or editing a song
- Add Hash to song adding
- Display an error if a local chart file has not been found while calculating hash
- If calculating the hash results in an error, do not discard all other changes
2020-04-17 04:53:53 +03:00
.github Add an issue template translation 2018-10-14 14:02:50 +03:00
public Bug fixes 2020-04-17 04:53:53 +03:00
templates Bug fixes 2020-04-17 04:53:53 +03:00
tools Add git hooks to tools 2020-03-17 06:13:36 +03:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-07-17 17:21:53 +09:00
.gitignore implement song addition/deletion 2020-03-16 23:30:44 +00:00
app.py Bug fixes 2020-04-17 04:53:53 +03:00
config.example.py generate hashes on server 2020-03-17 01:27:06 +00:00
README.md update setup link 2019-02-13 22:23:18 +00:00
requirements.txt add pip requirements 2020-04-02 20:25:02 +01:00
schema.py Add custom Don 2020-04-04 16:48:58 +03:00
server.py Bug fixes 2020-04-17 04:53:53 +03: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.