• Max Kellermann's avatar
    queue: added queue_shuffle_order() · 3a1de741
    Max Kellermann authored
    The function shuffles the virtual order of songs, but does not move
    them physically.  This is used in random mode.
    
    The new function replaces playlist.c's randomizeOrder() function,
    which was aware of playlist.current and playlist.queued.  The latter
    is always -1 anyway, and the former as preserved by the caller, by
    converting playlist.current to a position, and then back to an order
    number.
    3a1de741
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...