1. 26 Oct, 2017 8 commits
  2. 24 Oct, 2017 2 commits
  3. 18 Oct, 2017 9 commits
  4. 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
  5. 26 Sep, 2017 2 commits
    • John Regan's avatar
      GME Plugin: fix track numbering · bd50a0d2
      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.
      bd50a0d2
    • John Regan's avatar
      GME Plugin: only load m3u if it exists · 9256e748
      John Regan authored
      If you load an NSFE file (which has embedded track titles),
      then attempt to load an M3U file, it causes GME to lose all
      information found in the NSFE file. This adds a check that
      the M3U file exists before attempting to load.
      9256e748
  6. 22 Sep, 2017 2 commits
  7. 21 Sep, 2017 15 commits