1. 18 Jan, 2020 1 commit
  2. 17 Jun, 2019 1 commit
  3. 31 May, 2019 1 commit
  4. 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
  5. 31 Oct, 2018 1 commit
  6. 23 Sep, 2018 1 commit
  7. 21 Sep, 2018 1 commit
  8. 02 Aug, 2018 1 commit
  9. 25 Feb, 2018 1 commit
  10. 29 Jan, 2018 1 commit
  11. 26 Nov, 2017 2 commits
  12. 18 Oct, 2017 1 commit
  13. 08 May, 2017 1 commit
  14. 04 Jan, 2017 1 commit
    • Eugene Baklanov's avatar
      Fix for priority order bug if reordering in SetRandom() · bd14afe3
      Eugene Baklanov authored
      Fix for the problem where order with priorities gets out of whack in case it's
      reordered by SetRandom() while another song is currently playing.
      What happens is, if some song is already playing and you have set some
      priorities before switching on the random mode, and then turn the mode on, the
      original code swaps position of the first song in the order (i.e., the highest
      priority song) with current, so that current is 0 (which it should be). The
      problem is, the "original" first song then goes to the place "current" song was
      after reordering, wherever that is, instead of going after the "current" song.
      This patch fixes the issue.
      Also the fix makes MoveOrder() public, because why shouldn't it be, anyway.  It
      certainly makes more sense than just having SwapOrders() public for some
      reason.
      Signed-off-by: 's avatarEugene Baklanov <miltenfiremage@gmail.com>
      bd14afe3
  15. 03 Jan, 2017 1 commit
  16. 08 Sep, 2016 1 commit
  17. 18 Mar, 2016 1 commit
  18. 10 Mar, 2016 2 commits
  19. 28 Feb, 2016 1 commit
  20. 26 Feb, 2016 1 commit
  21. 23 Feb, 2016 1 commit
  22. 11 Nov, 2015 1 commit
  23. 15 Aug, 2015 1 commit
  24. 01 Jan, 2015 1 commit
  25. 26 Nov, 2014 5 commits
  26. 27 Feb, 2014 1 commit
  27. 13 Jan, 2014 1 commit
  28. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  29. 28 Nov, 2013 1 commit
  30. 28 Oct, 2013 1 commit
  31. 21 Oct, 2013 3 commits
  32. 19 Oct, 2013 1 commit