Go to file
KatieFrogs 7d818877f8 Plugins: Add plugin settings
- Add support for plugin settings, they appear in the same menu as the plugins, indented from the left to emphasize which plugin the setting belongs to
  - Note that plugin settings can still be changed even when the plugins are stopped
- Add tooltips to plugin menu to view the plugin descriptions, description_lang can also be used
- Fix scolling not working on song select when returning from game settings
- Let instance owners set default plugin files in config.py, to make them easier to maintain
- plugins.add() can now add plugins using a url
- Plugins can be hidden from the plugin menu using PluginLoader.hide, an option in plugins.add(), or in config.py
- Make p2.disable() incremental so that multiple plugins can disable multiplayer independently
- Server no longer crashes if certain optional config fields were not copied over from an updated example config
- Fix not being able to unload plugins if one was imported with errors
2022-02-22 16:23:01 +03:00
.github Add an issue template translation 2018-10-14 14:02:50 +03:00
public Plugins: Add plugin settings 2022-02-22 16:23:01 +03:00
templates en 2022-02-17 23:39:04 +00:00
tools Plugins: Add plugin settings 2022-02-22 16:23:01 +03:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-07-17 17:21:53 +09:00
.gitignore Add support for accented characters 2020-12-02 09:39:48 +00:00
app.py Plugins: Add plugin settings 2022-02-22 16:23:01 +03:00
config.example.py Plugins: Add plugin settings 2022-02-22 16:23:01 +03:00
README.md update setup link 2019-02-13 22:23:18 +00:00
requirements.txt Bump websockets from 8.1 to 9.1 2021-06-11 18:03:57 +00:00
schema.py Add custom Don 2020-04-04 16:48:58 +03:00
server.py Update requirements 2020-12-22 11:17:38 +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.