comparison CHANGELOG @ 287:2444b4128efd

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 16 Mar 2002 08:47:29 +0000
parents fd9af100eb74
children fdf50bded850
comparison
equal deleted inserted replaced
286:a6453cae7512 287:2444b4128efd
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 03162002 - Tied the PhysicsFS code into the build system.
5 03152002 - Added PhysicsFS support to playsound, so you can play sound files 6 03152002 - Added PhysicsFS support to playsound, so you can play sound files
6 that are in ZIP files without unzipping them. Needs to be merged 7 that are in ZIP files without unzipping them. Needs to be merged
7 into build system (I was just testing my PhysFS->RWops glue code). 8 into build system (I was just testing my PhysFS->RWops glue code).
8 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed 9 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed
9 global state variable from mpglib, so it should be reentrant now 10 global state variable from mpglib, so it should be reentrant now