Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 289:fdf50bded850
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 17 Mar 2002 19:57:18 +0000 |
parents | 2444b4128efd |
children | a48e886d456f |
comparison
equal
deleted
inserted
replaced
288:259daddc2d6b | 289:fdf50bded850 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 03162002 - Tied the PhysicsFS code into the build system. | 5 03172002 - Removed an unneeded #include in mpglib that broke build on BeOS. |
6 mpglib seems to work find on BeOS. | |
7 03162002 - Tied the PhysicsFS code into the build system (code disabled if | |
8 physfs not found or --disable-physfs passed to ./configure.) | |
6 03152002 - Added PhysicsFS support to playsound, so you can play sound files | 9 03152002 - Added PhysicsFS support to playsound, so you can play sound files |
7 that are in ZIP files without unzipping them. Needs to be merged | 10 that are in ZIP files without unzipping them. Needs to be merged |
8 into build system (I was just testing my PhysFS->RWops glue code). | 11 into build system (I was just testing my PhysFS->RWops glue code). |
9 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed | 12 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed |
10 global state variable from mpglib, so it should be reentrant now | 13 global state variable from mpglib, so it should be reentrant now |