comparison CHANGELOG @ 61:7d3a6ea7f1f0

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Sep 2001 15:31:03 +0000
parents 8f0e28b7b28c
children 78da63951b29
comparison
equal deleted inserted replaced
60:c3a7d81a7b03 61:7d3a6ea7f1f0
46 PowerPC Linux. MikMod tweaks. Changed version to 0.1.2. 46 PowerPC Linux. MikMod tweaks. Changed version to 0.1.2.
47 09242001 - Thank goodness, Torbjörn came through with the MP3 fix. Apparently 47 09242001 - Thank goodness, Torbjörn came through with the MP3 fix. Apparently
48 SMPEG mixes each chunk of decoded data with whatever is already 48 SMPEG mixes each chunk of decoded data with whatever is already
49 in the buffer you give it. I hate that. I'm going to patch SMPEG 49 in the buffer you give it. I hate that. I'm going to patch SMPEG
50 to let the programmer enable and disable that behaviour in a given 50 to let the programmer enable and disable that behaviour in a given
51 (SMPEG *), since it's just a CPU eater in this case. 51 (SMPEG *), since it's just a CPU eater in this case. The _D(())
52 macro is now SNDDBG(()), since _D is taken on MacOS X's version of
53 gcc (which was bound to happen on some platform sooner than later
54 anyhow). Renamed test_sdlsound to playsound, and made it more
55 robust in general: fixed potential overflow in audio_callback,
56 made it chatter less, made it take multiple files and some other
57 command lines.
52 58
53 --ryan. (icculus@clutteredmind.org) 59 --ryan. (icculus@clutteredmind.org)
54 60
55 /* end of CHANGELOG ... */ 61 /* end of CHANGELOG ... */
56 62