comparison CHANGELOG @ 306:c97be6e1bd27

Added framework for Sound_Seek() support.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 21 Apr 2002 18:39:47 +0000
parents 0cf2b2e4a259
children 20e443fc4b7b
comparison
equal deleted inserted replaced
305:c345a40a8a99 306:c97be6e1bd27
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 04212002 - Initial work to add a Sound_Seek() API. Removed the NEEDSEEK 5 04212002 - Initial work to add a Sound_Seek() API. Removed the NEEDSEEK
6 sample flag (replaced it with CANSEEK). 6 sample flag (replaced it with CANSEEK). Hack to change the internal
7 Sound_SetError() function to __Sound_SetError(). Added internal
8 function __Sound_convertMsToBytePos().
7 04082002 - Cleaned up the archive support in playsound a little bit, and 9 04082002 - Cleaned up the archive support in playsound a little bit, and
8 fixed a PhysicsFS bug in the process. 10 fixed a PhysicsFS bug in the process.
9 03252002 - Win32 patches and fixes from Tyler Montbriand: handled "inline" 11 03252002 - Win32 patches and fixes from Tyler Montbriand: handled "inline"
10 keyword, fixed SNDDBG macros in mpglib, and renamed a conflicting 12 keyword, fixed SNDDBG macros in mpglib, and renamed a conflicting
11 file (decoders/mpglib/common.c to decoders/mpglib/mpglib_common.c). 13 file (decoders/mpglib/common.c to decoders/mpglib/mpglib_common.c).