comparison CHANGELOG @ 49:365b3be64aac

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 22 Sep 2001 14:48:29 +0000
parents 9950943545c4
children f3f8e2a0fe76
comparison
equal deleted inserted replaced
48:c4b8c39a9798 49:365b3be64aac
31 09202001 - Torbjörn Andersson submitted several patches: fixed a comment in 31 09202001 - Torbjörn Andersson submitted several patches: fixed a comment in
32 the .WAV decoder (whoops...screwed up my own search-and-replace. 32 the .WAV decoder (whoops...screwed up my own search-and-replace.
33 Hah.), made an attempt at putting multiple sound streams behind 33 Hah.), made an attempt at putting multiple sound streams behind
34 one RWops (gotta think on that one first), and, most importantly, 34 one RWops (gotta think on that one first), and, most importantly,
35 added an AIFF decoder, which is very cool. 35 added an AIFF decoder, which is very cool.
36 09222001 - Torbjörn Andersson strikes again, with a collection of patches.
37 First, some cosmetic tweaks for decoders/aiff.c. Next, a MOD player
38 based on MikMod. This inspired me to add two more methods to
39 Sound_DecoderFunctions: init() and quit(). Third, a fix to
40 decoders/mp3.c so that SMPEG won't claim every stream it sees, MP3
41 or not. I removed the multiple-streams-per-rwops code, after
42 discussion on the mailing list. The init() and quit() methods
43 led to the possibility that certain decoders will flag themselves
44 as unavailable at runtime, and SDL_sound now handles this.
45 Added [LIB|INC]PATH_[OGG|MOD]. Changed version to 0.1.2.
36 46
37 --ryan. (icculus@clutteredmind.org) 47 --ryan. (icculus@clutteredmind.org)
38 48
39 /* end of CHANGELOG ... */ 49 /* end of CHANGELOG ... */
40 50