log src/audio/SDL_audio.c @ 2523:366d84fdf8d1 gsoc2008_force_feedback

age author description
Mon, 10 Sep 2007 12:11:40 +0000 Sam Lantinga indent
Mon, 20 Aug 2007 01:02:37 +0000 Ryan C. Gordon Ported PulseAudio target from 1.2 to 1.3 interfaces, and added it to the trunk.
Thu, 05 Jul 2007 04:34:48 +0000 Sam Lantinga Removed campatibility behavior for 1.3
Thu, 05 Jul 2007 02:30:10 +0000 Ryan C. Gordon Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.
Tue, 03 Jul 2007 09:55:29 +0000 Sam Lantinga stupid indent
Tue, 19 Jun 2007 05:53:56 +0000 Sam Lantinga Fixes for compiling with Visual C++ 8.0 Express Edition
Wed, 29 Nov 2006 10:26:32 +0000 Ryan C. Gordon Use SDL_strcmp(), not strcmp().
Sat, 11 Nov 2006 06:48:57 +0000 Ryan C. Gordon Fixed building of Windows waveout audio.
Sat, 28 Oct 2006 16:48:03 +0000 Sam Lantinga indent is evil
Fri, 27 Oct 2006 20:19:48 +0000 Ryan C. Gordon 1.3 branch version of revision 2878.
Tue, 17 Oct 2006 09:15:21 +0000 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
Sun, 01 Oct 2006 02:06:37 +0000 Ryan C. Gordon Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.
Thu, 31 Aug 2006 20:59:42 +0000 Ryan C. Gordon Reordered the favored audio format list a little.
Thu, 24 Aug 2006 12:10:46 +0000 Ryan C. Gordon First shot at new audio data types (int32 and float32).
Thu, 10 Aug 2006 14:54:23 +0000 Sam Lantinga MacOS Classic is no longer supported.
Sat, 15 Jul 2006 19:30:18 +0000 Sam Lantinga Look at environment variables in SDL_VideoInit() and SDL_AudioInit()
Fri, 14 Jul 2006 06:40:53 +0000 Sam Lantinga More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
Thu, 13 Jul 2006 08:13:02 +0000 Sam Lantinga Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Tue, 09 May 2006 08:52:54 +0000 Sam Lantinga Fixed bug #137
Sun, 07 May 2006 03:40:06 +0000 Sam Lantinga Fixed bug #215
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Sat, 20 May 2006 04:35:58 +0000 Sam Lantinga Added API requested in bug #43: SDL-1.3
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Tue, 21 Mar 2006 09:33:54 +0000 Sam Lantinga Good idea, renaming OpenBSD audio to BSD audio.
Tue, 21 Mar 2006 06:45:47 +0000 Sam Lantinga Fixed bug #18
Tue, 21 Mar 2006 00:56:10 +0000 Ryan C. Gordon Try to fill the hardware audio buffer immediately.
Tue, 14 Mar 2006 08:53:33 +0000 Ryan C. Gordon Implemented dummy audio driver.
Thu, 09 Mar 2006 06:33:21 +0000 Sam Lantinga Cleaning up warnings on MacOS X