1. 01 Jan, 2021 1 commit
  2. 10 Jun, 2020 4 commits
  3. 26 Apr, 2020 2 commits
  4. 22 Apr, 2020 1 commit
  5. 19 Mar, 2020 1 commit
  6. 16 Mar, 2020 1 commit
  7. 12 Mar, 2020 1 commit
  8. 25 Feb, 2020 1 commit
  9. 18 Jan, 2020 2 commits
  10. 09 Aug, 2019 1 commit
  11. 17 Jun, 2019 1 commit
  12. 15 Jun, 2019 1 commit
  13. 06 Jun, 2019 1 commit
  14. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  15. 31 Oct, 2018 1 commit
  16. 07 Oct, 2018 1 commit
  17. 02 Aug, 2018 1 commit
  18. 06 Jul, 2018 1 commit
  19. 05 Jul, 2018 1 commit
  20. 24 Jan, 2018 1 commit
  21. 21 Jan, 2018 1 commit
  22. 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
  23. 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
  24. 22 Sep, 2017 1 commit
  25. 08 May, 2017 1 commit
  26. 08 Feb, 2017 1 commit
  27. 03 Jan, 2017 1 commit
  28. 22 Nov, 2016 7 commits