1. 27 Sep, 2017 1 commit
    • 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
  2. 20 Sep, 2017 8 commits
  3. 19 Sep, 2017 2 commits
  4. 18 Sep, 2017 1 commit
  5. 07 Sep, 2017 1 commit
  6. 04 Sep, 2017 1 commit
  7. 01 Sep, 2017 3 commits
  8. 31 Aug, 2017 2 commits
  9. 24 Aug, 2017 4 commits
  10. 23 Aug, 2017 2 commits
  11. 21 Aug, 2017 1 commit
  12. 02 Aug, 2017 1 commit
  13. 31 Jul, 2017 1 commit
  14. 21 Jul, 2017 1 commit
  15. 20 Jul, 2017 2 commits
  16. 19 Jul, 2017 2 commits
  17. 15 Jun, 2017 4 commits
  18. 04 Jun, 2017 2 commits
  19. 03 Jun, 2017 1 commit
    • Max Kellermann's avatar
      storage, db, mixer, command: remove more bogus "pure" attributes · 62b03cfd
      Max Kellermann authored
      This commit is similar to 788e3b31,
      and removes more "pure" attributes which were placed on functions that
      could throw exceptions, which is illegal according to clang's
      understanding of the attribute (but not according to GCC's).  GitHub
      issue #58 was most likely about StorageDirectoryReader::GetInfo() and
      Storage::GetInfo(), which still had "pure" attributes.
      
      Closes #58
      62b03cfd