1. 22 Feb, 2020 1 commit
  2. 25 Dec, 2019 2 commits
  3. 28 Nov, 2019 1 commit
    • LoveEevee's avatar
      Add global offset · ff09cb83
      LoveEevee authored
      Adds new settings for controlling the note offset while playing. It can be either an actual offset (it is called "Audio Latency" in the settings) or just the visual offset ("Video Latency").
      With higher audio latency it means you have to press the button sooner than what you hear, similarly with higher video latency it is sooner than what you see. By offsetting these events the game would play better, however, the sound effect of you hitting the drum would still play at the wrong time, the code cannot anticipate you to hit the drum in the future so to work around this issue a new option that disables drum sounds is also included.
      These settings could be set through trial and error but it would be better to get the correct values through the automated latency calibration, where you can hit the drum as you hear sounds or see a blinking animation. I tried making one by measuring latency from user input, adding all the latency up, and dividing, but that gives unreliable results. I hope someone suggests to me what I should be doing during the calibration to get better results, as I cannot figure what to do on my own.
      ff09cb83
  4. 26 Nov, 2019 2 commits
  5. 25 Nov, 2019 6 commits
  6. 04 Nov, 2019 2 commits
  7. 03 Nov, 2019 1 commit
  8. 02 Nov, 2019 2 commits
  9. 01 Nov, 2019 2 commits
  10. 16 Sep, 2019 1 commit
  11. 22 Jun, 2019 1 commit
  12. 21 Jun, 2019 1 commit
  13. 03 May, 2019 3 commits
  14. 17 Apr, 2019 4 commits
  15. 07 Apr, 2019 1 commit
  16. 06 Apr, 2019 5 commits
  17. 05 Apr, 2019 3 commits
    • LoveEevee's avatar
      Add background music · 3f533a02
      LoveEevee authored
      3f533a02
    • LoveEevee's avatar
      Fix results screen, clear drum asset · 78528b42
      LoveEevee authored
      78528b42
    • LoveEevee's avatar
      SongSelect: Add Settings · cb647770
      LoveEevee authored
      - Resolution can be adjusted, as well as touch drum animation on mobile
      - A translation text file "songtitle.txt" can be imported
        - Titles and translated titles are each on their own line, if a line begins with a language code, it will translate the song title that is above
        - An example file can be found here: https://gist.github.com/LoveEevee/65fe66f0b54c0536f96fd2f4862984d4
      - The page will fail to load if version on the page does not match /api/config
      - Disabled Tab key while playing, before hitting it would focus the version link
      - Fix forcing branches in debug not working
      - Fixed not being able to click on songs that do not have oni but have ura
      - Fix unexpected category being used as a fallback
      - Fix verticalText and layeredText not accepting anything except strings
      cb647770
  18. 25 Mar, 2019 1 commit
  19. 22 Mar, 2019 1 commit