log

age author description
Wed, 03 Oct 2001 12:25:34 +0000 fingolfin added config.h, added --enable-debug flag, various other changes to the build system
Tue, 02 Oct 2001 17:54:16 +0000 Ryan C. Gordon Updated.
Tue, 02 Oct 2001 17:53:23 +0000 Ryan C. Gordon Changed __Sound_strcasecmp() to handle NULL strings gracefully.
Tue, 02 Oct 2001 17:47:07 +0000 Ryan C. Gordon Updated.
Tue, 02 Oct 2001 17:46:12 +0000 Ryan C. Gordon Fix for MP3 detection.
Tue, 02 Oct 2001 17:23:08 +0000 Ryan C. Gordon Updated.
Tue, 02 Oct 2001 17:22:07 +0000 Ryan C. Gordon Changed comment regarding "the mikmod directory".
Mon, 01 Oct 2001 09:12:44 +0000 Ryan C. Gordon Updated.
Mon, 01 Oct 2001 09:12:01 +0000 Ryan C. Gordon Fixed a memory leak in the close() method.
Tue, 25 Sep 2001 22:48:57 +0000 Ryan C. Gordon Updated.
Tue, 25 Sep 2001 22:48:24 +0000 Ryan C. Gordon Added shn module.
Tue, 25 Sep 2001 22:47:36 +0000 Ryan C. Gordon Replaced with autoconf. Heaven forbid! :)
Tue, 25 Sep 2001 22:44:25 +0000 Ryan C. Gordon Shouldn't be here.
Tue, 25 Sep 2001 22:43:57 +0000 Ryan C. Gordon Added a "you are now ready to run ./configure" message...
Tue, 25 Sep 2001 22:43:09 +0000 Ryan C. Gordon Initial add.
Tue, 25 Sep 2001 22:42:52 +0000 Ryan C. Gordon Added Shorten module.
Tue, 25 Sep 2001 21:26:05 +0000 Ryan C. Gordon Updated.
Tue, 25 Sep 2001 21:25:14 +0000 Ryan C. Gordon Stopped using SDL_OutOfMemory().
Tue, 25 Sep 2001 21:02:20 +0000 Ryan C. Gordon Fixes some Visual C++ 6.0 compiler complaints.
Tue, 25 Sep 2001 21:00:02 +0000 Ryan C. Gordon From Max Horn: fixes header installation.
Tue, 25 Sep 2001 20:02:40 +0000 Ryan C. Gordon Fixed a const complaint from Visual C++ 6.0.
Tue, 25 Sep 2001 18:54:03 +0000 Ryan C. Gordon Updated.
Tue, 25 Sep 2001 18:53:43 +0000 Ryan C. Gordon Initial add.
Tue, 25 Sep 2001 18:51:52 +0000 Ryan C. Gordon Doh...that shouldn't be there.
Tue, 25 Sep 2001 16:49:40 +0000 Ryan C. Gordon Shouldn't compile skeleton.c.
Tue, 25 Sep 2001 16:29:46 +0000 Ryan C. Gordon Commented out --force option to automake.
Tue, 25 Sep 2001 16:29:29 +0000 Ryan C. Gordon Commented out AC_FUNC_MALLOC for now.
Tue, 25 Sep 2001 16:27:09 +0000 Ryan C. Gordon Added libtool stuff.
Tue, 25 Sep 2001 16:26:14 +0000 Ryan C. Gordon Initial add.
Tue, 25 Sep 2001 15:57:44 +0000 Ryan C. Gordon Initial add.
Tue, 25 Sep 2001 15:56:21 +0000 Ryan C. Gordon Shouldn't be here.
Tue, 25 Sep 2001 15:53:55 +0000 Ryan C. Gordon Whoops...shouldn't be here.
Tue, 25 Sep 2001 15:46:48 +0000 Ryan C. Gordon Initial add.
Tue, 25 Sep 2001 01:47:42 +0000 Ryan C. Gordon Updated.
Tue, 25 Sep 2001 01:30:14 +0000 Ryan C. Gordon Changed AC_INIT() to look for SDL_sound.c, not COPYING, since I'm keeping
Tue, 25 Sep 2001 01:10:20 +0000 Ryan C. Gordon Initial add.
Mon, 24 Sep 2001 23:33:19 +0000 Ryan C. Gordon Changes in preparation of autoconf support.
Mon, 24 Sep 2001 23:32:29 +0000 Ryan C. Gordon Changes in preparation for autoconf, and the RWops wrappers changed to
Mon, 24 Sep 2001 15:31:25 +0000 Ryan C. Gordon Changed _D macro to DBGSND.
Mon, 24 Sep 2001 15:31:03 +0000 Ryan C. Gordon Updated.
Mon, 24 Sep 2001 15:29:58 +0000 Ryan C. Gordon Changed test_sdlsound to playsound.
Mon, 24 Sep 2001 15:29:27 +0000 Ryan C. Gordon Changed _D macro to SNDDBG, and fixed a warning if compiling without debug
Mon, 24 Sep 2001 15:28:32 +0000 Ryan C. Gordon Renamed from test/test_sdlsound.c ... lots of other updates, too.
Mon, 24 Sep 2001 15:28:05 +0000 Ryan C. Gordon Renamed to test/playsound.c
Mon, 24 Sep 2001 08:13:12 +0000 Ryan C. Gordon Enabling MP3 support by default.
Mon, 24 Sep 2001 08:11:33 +0000 Ryan C. Gordon Updated.
Mon, 24 Sep 2001 07:55:22 +0000 Ryan C. Gordon Fixes by Torbj�rn...now the thing actually works! :) See the CHANGELOG
Sat, 22 Sep 2001 16:36:09 +0000 Ryan C. Gordon Updated. release-0.1.2
Sat, 22 Sep 2001 16:33:13 +0000 Ryan C. Gordon going with MikMod defaults (adds more reverb) and only register the "no
Sat, 22 Sep 2001 16:30:06 +0000 Ryan C. Gordon Patched to work on bigendian machines.
Sat, 22 Sep 2001 16:29:17 +0000 Ryan C. Gordon Removed -DUSE_RWOPS for MOD, and readded -Werror.
Sat, 22 Sep 2001 14:48:29 +0000 Ryan C. Gordon Updated.
Sat, 22 Sep 2001 14:46:44 +0000 Ryan C. Gordon Individual decoders are now initialized during Sound_Init(), and deinitialized
Sat, 22 Sep 2001 14:41:38 +0000 Ryan C. Gordon Added init() and quit() methods.
Sat, 22 Sep 2001 14:41:10 +0000 Ryan C. Gordon No longer grabs non-MP3 streams. Added init() and quit() methods.
Sat, 22 Sep 2001 14:40:15 +0000 Ryan C. Gordon Added MOD support, and make a per include/lib paths definable.
Sat, 22 Sep 2001 14:32:40 +0000 Ryan C. Gordon Changed version to 0.1.2.
Sat, 22 Sep 2001 14:29:35 +0000 Ryan C. Gordon Initial add.
Sat, 22 Sep 2001 14:29:17 +0000 Ryan C. Gordon Removed MULTIPLE_STREAMS_PER_RWOPS and added init() and quit() methods to
Sat, 22 Sep 2001 12:28:58 +0000 Ryan C. Gordon Cleanups from Torbj�rn Andersson.