wined3d: Add IWineD3DSurface::Blt.
[wine] / dlls / dsound / sound3d.c
2006-01-06  Robert Reifdsound: Refactor playback.
2006-01-03  Robert Reifdsound: Remove WINAPI from internal functions.
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-31  Robert ReifAdd multiple DIRECTSOUND object support (multiple sound...
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-01-24  Robert ReifRemove unused includes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-09-17  Robert ReifCleanup reference counting.
2004-09-16  Robert ReifCleanup reference counting.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-03-17  Robert ReifRemove unused lock.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Robert ReifNow that reference counting is correct, there is no...
2003-09-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-08-06  Robert ReifAdded class factories for DirectSoundCapture, DirectSou...
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-06-18  Robert ReifFixed a reference counting bug I introduced.
2003-05-22  Duane ClarkFix compile error.
2003-05-22  Robert Reif- make parameter checking and error notification consistent
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-04  Alexandre JulliardWarning fixes.
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-10  Rok Mandeljc- implemented panning
2003-03-05  Rok MandeljcChanged some stuff so distance attenuation works for...
2003-02-17  Rok MandeljcReimplemented distance attenuation formula.
2003-01-14  Rok MandeljcAdded cone support.
2003-01-10  Rok Mandeljc3d sound diminishes with distance.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Rok Mandeljc- 3d buffers produce sounds
2003-01-04  Rok Mandeljc- cleaned *Set* functions
2002-12-13  Rok MandeljcImplementation of IDirectSound3DListenerImpl_Set*().
2002-12-13  Rok MandeljcImplemented IDirectSound3DBufferImpl_Set*().
2002-12-12  Rok MandeljcImplemented IDirectSound3DListenerImpl_Get*() functions.
2002-12-12  Rok MandeljcImplemented some stubs.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-13  Ove KaavenSupport DirectSound 8 interfaces. Split interface imple...