log src/audio/dummy/SDL_dummyaudio.c @ 3809:7852b5b78af5 SDL-ryan-multiple-audio-device

age author description
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.