comparison CHANGELOG @ 291:a48e886d456f

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 17 Mar 2002 21:15:07 +0000
parents fdf50bded850
children 338cd6c101e3
comparison
equal deleted inserted replaced
290:1e1724673420 291:a48e886d456f
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 03172002 - Removed an unneeded #include in mpglib that broke build on BeOS. 5 03172002 - Removed an unneeded #include in mpglib that broke build on BeOS.
6 mpglib seems to work find on BeOS. 6 mpglib seems to work find on BeOS. Reworked some of mpglib.c so we
7 can determine the audio format when accepting the data stream. Some
8 other minor cleanups here and there.
7 03162002 - Tied the PhysicsFS code into the build system (code disabled if 9 03162002 - Tied the PhysicsFS code into the build system (code disabled if
8 physfs not found or --disable-physfs passed to ./configure.) 10 physfs not found or --disable-physfs passed to ./configure.)
9 03152002 - Added PhysicsFS support to playsound, so you can play sound files 11 03152002 - Added PhysicsFS support to playsound, so you can play sound files
10 that are in ZIP files without unzipping them. Needs to be merged 12 that are in ZIP files without unzipping them. Needs to be merged
11 into build system (I was just testing my PhysFS->RWops glue code). 13 into build system (I was just testing my PhysFS->RWops glue code).