------------------------------------------------------------------------ r4928 | hendricks266 | 2015-01-16 16:28:49 -0800 (Fri, 16 Jan 2015) | 8 lines CON: Add new commands "getmusicposition" and "setmusicposition" that operate on the playback position of the current music track. // Example: Switch between tracks like radio stations. getmusicposition temp starttrackvar next_music_track setmusicposition temp Only implemented for Ogg Vorbis, FLAC, and XA. Consult the devs before using these commands. ------------------------------------------------------------------------ r4927 | hendricks266 | 2015-01-16 16:27:46 -0800 (Fri, 16 Jan 2015) | 1 line Fix a crash exposed by animating the menu back button. ------------------------------------------------------------------------ r4926 | hendricks266 | 2015-01-16 16:27:19 -0800 (Fri, 16 Jan 2015) | 1 line Clean up duplicate and strangely-formed cases in C_ParseCommand(). ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.