- 10 Mar, 2020 6 commits
- 09 Mar, 2020 3 commits
- 
- 
Bui authoredLots of bug fixes 
- 
LoveEevee authored
- 
LoveEevee authored- Toggling autoplay checkbox in debug now disallows saving the score - Fix crown of the song that was previously selected rendering above the genre - Outline of empty crowns is slightly darker - Fix rendering when there is a crown on oni and no crown on ura - Fix crowns overlapping the netplay 2P icon - Fix gauge in latency calibration - Fix debug to work on mobile, can be toggled with ctrl+alt+`;` on hacker's keyboard with permanent notification - Fix being unable to scroll the settings list without toggling something - Handle KeyboardInterrupt in server.py - Fix category jumping not working in session mode - Fix mouse cursor being hidden at results screen in session mode - Make "Issues" on the about screen and "An error occurred, please refresh" on loading screens translateable - CanvasCache uses integer increments for comparison instead of Date.now() - For imported songs, exclude song titles from genre comparisons if they appear in the name of the folder - Fix tja files with spaces in the notation - Fix second player's score on the results screen to have upside down appearance - Add fixed chinese strings 
 
- 
- 07 Mar, 2020 8 commits
- 
- 
Bui authoredSongSelect: Add crowns 
- 
LoveEevee authored
- 
LoveEevee authored
- 
LoveEevee authored
- 
LoveEevee authored
- 
LoveEevee authored
- 
LoveEevee authored- Improve the soul gauge to fill properly. The algorithm is different for each difficulty. - Saves score to localStorage, the whole score is correct now. - Adds crowns to song selection screen. The scores would take a lot of space if stored as readable objects so they are stored compressed. If you need to edit your scores, you can do so by opening dev console and entering `scoreStorage.get()`. Expand to the song and double click on values that you need to edit. When you are done editing, do not forget to save your scores with `scoreStorage.save()`. Adding new scores can be done with `scoreStorage.add`, first get a template with `obj=scoreStorage.template(),obj` and after editing, add it with `scoreStorage.add("song name", "oni", obj)`. To remove a score use `scoreStorage.remove("song name"[, "oni"])`.
- 
LoveEevee authored
 
- 
- 05 Mar, 2020 1 commit
- 
- 
LoveEevee authored
 
- 
- 02 Mar, 2020 1 commit
- 
- 
Bui authoredimprove Dais for Taiko Force Lv5 
 
- 
- 01 Mar, 2020 4 commits
- 27 Feb, 2020 4 commits
- 23 Feb, 2020 2 commits
- 22 Feb, 2020 5 commits
- 18 Feb, 2020 4 commits
- 16 Feb, 2020 2 commits
 
