Commit Graph

205 Commits

Author SHA1 Message Date
yuukiwww
4d9bd68740 削除処理をメソッドにする 2024-04-19 13:27:43 +00:00
yuukiwww
0b58acdb62 注意書きを追加 2024-04-19 08:54:19 +00:00
yuukiwww
9ae556bfea 削除を難しくする 2024-04-19 08:33:26 +00:00
yuukiwww
f0be4a7074 削除機能を追加する 2024-04-19 07:17:14 +00:00
yuuki
f1ddbfec58 歌詞ファイルをダウンロードから除外 2024-03-21 00:25:11 +09:00
yuuki
a2e7e197c3 utf-8で固定し歌詞の文字化けを修正 2024-03-21 00:16:44 +09:00
yuuki
dcb7abf993 曲選択の色の調整 2024-03-15 12:43:19 +00:00
yuuki
a7aaaa8308 updated 2024-03-04 02:51:43 +00:00
yuuki
dab0bef293 ばいそく機能を追加 2024-03-01 11:20:58 +00:00
yuuki
b57ec31a3b utf-8でダウンロード 2024-02-13 11:58:22 +09:00
yuuki
1b03e5d0e7 曲を投稿できるようにする 2024-02-13 11:58:04 +09:00
yuuki
2b93dc0922 Add chart download feature 2024-02-13 06:43:30 +09:00
yuuki
e09831dfcb Update urls and colors 2024-02-13 06:43:30 +09:00
yuuki
bebef0d7d3 test commit 2024-02-13 06:43:30 +09:00
yuuki
8718d18a40 add source code to menu 2024-02-13 06:43:30 +09:00
yuuki
c44c4684fa update song frames for new visual 2024-02-13 06:43:30 +09:00
Your Name
e9721f3415 transparent song frame 2024-02-13 06:43:30 +09:00
Your Name
a4c14bd6ea Use default outline for default category 2024-02-13 06:43:30 +09:00
Your Name
08845e17b1 more random 2024-02-13 06:43:30 +09:00
Your Name
a4b6cb84a1 default song color to random 2024-02-13 06:43:30 +09:00
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
Bui
f45214225b p2 bugfixes
- fix songsel bgm playing when other player selects via random/search
- fix search button being disabled in p2
2022-03-24 17:33:34 +00:00
Bui
f4f0081e3d fix for search.js split 2022-03-22 00:44:28 +00:00
Bui
7d3cff5cbe Merge branch 'master' into normalize-search 2022-03-22 00:36:33 +00:00
KatieFrogs
e231ad1fcf Fixes
- Add a "Browse..." button to the plugin menu
- Remove the "Unload All" button from the plugin menu if there are no imported plugins to unload
- Add a new search filter: random:yes
- Resolution settings now affects the results screen assets
- Pixelate more assets with lowest resolution setting
- Fix loading error message not appearing sometimes
- Remove img.css from img assets, the background selectors have been moved to assets.js
- Separate the search logic from SongSelect to its own js file
- Load all image assets with crossorigin=anonymous, this could allow making assets low resolution or programatically taking screenshots at a later time
- If EditFunction in a plugin tries to edit something that is not a function, it will give a better error message
- Disallow search engine bots from indexing images and adding a translate link, which cannot load the game
2022-03-16 09:55:25 +03:00
Bui
65b464a9aa improve search normalization 2022-03-10 20:04:17 +00:00
Bui
8c8f34f7a3 fix songselect when no songs 2022-03-06 18:24:57 +00:00
Bui
055823a8ca fix 2022-03-06 17:48:06 +00:00
Bui
e490f76744 fix 2022-03-06 17:44:50 +00:00
Bui
da90ccde34 fix if p2 closed song 2022-03-06 16:13:07 +00:00
Bui
e90fdd87b5 update random button 2022-03-06 16:05:20 +00:00
Bui
b02dd02ad9 block search when p2 is loading song 2022-03-06 14:56:52 +00:00
KatieFrogs
6c54c45a23 Song select fixes
- Searching diverge:yes returns songs with branches
- Fade out music slightly while search window is open
- When opening search box with a saved query, all the text gets selected
- Fix Ctrl+F not working during song select fade in
- Fix edge case highlighting only working on lowercase letters
- Fix right clicking selected text in the search box so it no longer gets unselected
- Fix Netplay option appearing when netplay is offline
- Use category id instead of name in the generated stylesheet
- Languages can choose to fallback to english instead of japanese with preferEn
2022-03-03 23:38:29 +03:00
Bui
05bda50655 fix back button 2022-03-03 05:45:02 +00:00
Bui
c81c3008fa normalize search 2022-02-28 22:04:04 +00:00
KatieFrogs
03428aa50e Do not exclude 1 char gap 2022-02-28 03:24:14 +03:00
KatieFrogs
8c3429b67c Move the highlighted range 2022-02-28 02:51:51 +03:00
KatieFrogs
22712326b2 Workaround for an edge case 2022-02-28 02:45:27 +03:00
KatieFrogs
0b433e5e72 Improve search relevancy
- If the search string gets split too many times (more than twice the amount of characters), the result is excluded
- Matches in the title are ranked higher than in the subtitle
- Exact matches are ranked the highest
2022-02-28 02:19:25 +03:00
Bui
a6458168b8 update max results, again 2022-02-27 20:28:32 +00:00
Bui
c9b05b35e3 don't play v_diffsel if already there 2022-02-27 19:34:50 +00:00
KatieFrogs
fbcb0e41eb Highlight search results 2022-02-27 22:11:21 +03:00
Bui
70a047cd1c improve range parsing 2022-02-27 18:23:20 +00:00
Bui
a763028fa7 built-in limit filter 2022-02-27 17:52:07 +00:00
Bui
0dab74c0bb back to 100 2022-02-27 17:25:02 +00:00
Bui
bdad6b702a use fuzzy search 2022-02-27 17:17:17 +00:00
KatieFrogs
05b2104713 Fix broken search, fix wrong result size 2022-02-27 19:43:51 +03:00
KatieFrogs
07294857fa Optimize search
- Optimize search result insertion, should be 5 to 7 times fater than before
- Fix a memory leak when stylesheets are being inserted into the page
2022-02-27 18:49:56 +03:00
Bui
9ceecd90d0 fix maker filter 2022-02-26 21:50:37 +00:00
Bui
1cf969a68f reduce results to 50 2022-02-26 05:06:50 +00:00