log src/audio/dummy/SDL_dummyaudio.c @ 5267:b530ef003506

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Tue, 17 Oct 2006 09:09:21 +0000 Ryan C. Gordon Removed distinction between "available" and "init" in audio backends, since SDL-ryan-multiple-audio-device
Fri, 06 Oct 2006 04:46:58 +0000 Ryan C. Gordon Moved AudioBootstrap section in converted drivers to bottom of source, so I SDL-ryan-multiple-audio-device
Fri, 06 Oct 2006 01:13:09 +0000 Ryan C. Gordon Removed some prototypes for non-existant functions in dummy audio driver. SDL-ryan-multiple-audio-device
Thu, 05 Oct 2006 01:13:47 +0000 Ryan C. Gordon Cleaning out SDL_audiodev.c and related references ... SDL-ryan-multiple-audio-device
Wed, 04 Oct 2006 21:27:53 +0000 Ryan C. Gordon Audio bootstraps can now specify that a driver is only to be used if SDL-ryan-multiple-audio-device
Wed, 04 Oct 2006 19:54:23 +0000 Ryan C. Gordon Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 22:17:59 +0000 Ryan C. Gordon Changed some 1.3 audio symbol names. SDL-ryan-multiple-audio-device
Sun, 01 Oct 2006 05:24:03 +0000 Ryan C. Gordon First batch of heavy lifting on supporting multiple audio devices at once. SDL-ryan-multiple-audio-device
Tue, 26 Jan 2010 06:01:33 +0000 Ryan C. Gordon Removed test for "driver is valid, but doesn't see any audio devices."
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sat, 28 Oct 2006 16:48:03 +0000 Sam Lantinga indent is evil
Tue, 17 Oct 2006 09:15:21 +0000 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
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.
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
Wed, 15 Mar 2006 03:50:34 +0000 Sam Lantinga *** empty log message ***
Tue, 14 Mar 2006 19:12:49 +0000 Ryan C. Gordon Corrected dummy audio callback firing to be realistic, cleaned up tabs.
Tue, 14 Mar 2006 16:19:32 +0000 Sam Lantinga By default all the real targets have dummy audio/video and disk audio.
Tue, 14 Mar 2006 08:53:33 +0000 Ryan C. Gordon Implemented dummy audio driver.