1. 05 Dec, 2017 1 commit
  2. 03 Dec, 2017 4 commits
  3. 02 Dec, 2017 3 commits
  4. 27 Nov, 2017 2 commits
  5. 25 Nov, 2017 1 commit
  6. 16 Nov, 2017 3 commits
  7. 14 Nov, 2017 3 commits
  8. 13 Nov, 2017 2 commits
  9. 12 Nov, 2017 2 commits
  10. 05 Nov, 2017 1 commit
  11. 03 Nov, 2017 1 commit
  12. 25 Oct, 2017 1 commit
  13. 24 Oct, 2017 4 commits
  14. 18 Oct, 2017 8 commits
  15. 27 Sep, 2017 2 commits
    • Max Kellermann's avatar
      decoder/Thread: clear the command after catching an exception · fa67c254
      Max Kellermann authored
      If an early exception gets caught (e.g. from
      AllocatedPath::FromUTF8Throw()) before
      DecoderControl::CommandFinishedLocked() is called, the decoder thread
      would go in an endless loop, because DecoderCommand::START is still
      set.
      
      Closes #118
      fa67c254
    • John Regan's avatar
      GME Plugin: fix track numbering · ea80587d
      John Regan authored
      GME starts all track indexes at zero, but subtune prefixes
      start at one. This fixes an off-by-one error during track
      enumeration.
      ea80587d
  16. 20 Sep, 2017 2 commits