Michael Stefaniuc
608ac8e34a
dmscript: Implement the Script track GetParam/SetParam methods.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-27 14:41:12 +01:00
Michael Stefaniuc
eb60619ead
dmscript: Use the debug functions provided by dmobject.[ch].
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-13 09:52:31 +01:00
Michael Stefaniuc
cb4733e3b1
dmscript: Clarify TRACE in IsParamSupported method of Script track.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-21 22:59:59 +01:00
Michael Stefaniuc
f9dff8f1cc
dmscript: Implement unimplemented Script track methods.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-21 22:59:40 +01:00
Michael Stefaniuc
4af025a195
dmscript: Rename IDirectMusicTrack8Impl to script_track.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-13 08:40:35 +01:00
Alistair Leslie-Hughes
e437e48254
dmscript: Script track IPersistStream IsDirty return S_FALSE.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-11 12:43:33 +01:00
Nikolay Sivov
52251ac6da
dmscript: Implement GetClassID() for IDirectMusicTrack.
2015-04-06 12:09:10 +09:00
Michael Stefaniuc
ae81a130d2
dmscript: Include the DMUS_OBJECTDESC directly into DirectMusicScriptTrack.
2014-01-13 17:37:16 +01:00
Michael Stefaniuc
a5135bdc59
dmscript: Remove the extraneous IUnknown from DirectMusicScriptTrack.
...
Also lock/unlock the module only on creation/destruction of the object.
2014-01-13 17:37:14 +01:00
Michael Stefaniuc
daf7fb1f2d
dmscript: COM cleanup for IPersistStream from DirectMusicScriptTrack.
2014-01-13 17:37:13 +01:00
Michael Stefaniuc
7b3c630715
dmscript: COM cleanup for IDirectMusicTrack8 from DirectMusicScriptTrack.
2014-01-13 17:37:11 +01:00
Michael Stefaniuc
c56151fa7b
dmscript: Remove the superfluous "IDirectMusicScriptTrack" from method names.
2014-01-13 17:37:10 +01:00
Michael Stefaniuc
f7dc10d2ce
dmscript: Don't use the method implementations directly.
2014-01-13 17:37:06 +01:00
Michael Stefaniuc
d62a0eec7b
dmscript: Remove superfluous pointer casts.
2009-01-13 15:25:48 +01:00
Michael Stefaniuc
4bfb33ec73
include: Change MUSIC_TIME from long to LONG for Win64 compatibility.
...
Fix also 192 printf format warnings produced by this change.
2009-01-10 17:43:10 +01:00
Andrew Talbot
e1062df14b
dmscript: Assign to structs instead of using memcpy.
2008-02-26 11:18:16 +01:00
Alexandre Julliard
7718d2bd7c
dmusic: Fix license headers that mistakenly use GPL instead of LGPL.
...
Confirmed by the original author and the major contributors.
2007-05-30 12:54:07 +02:00
Francois Gouget
3f191fda9f
Add '\n's to Wine traces.
2006-10-13 11:55:16 +02:00
Michael Stefaniuc
34a323dc88
dmscript: Win64 printf format warning fixes.
2006-10-09 12:56:18 +02:00
Stefan Leichter
6a87f2b979
dmscript: Print 64bit integers with wine_dbgstr_longlong.
2006-09-14 11:12:13 +02:00
Alexandre Julliard
06ff754a95
dmscript: Make the virtual table functions static where possible.
2006-06-10 11:56:19 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Alexandre Julliard
0ec0f048e6
Removed unused debug channels.
2005-09-22 10:44:40 +00:00
Dmitry Timoshkov
247246ede7
Make more of the OLE interface vtables const.
2005-05-30 10:01:08 +00:00
James Hawkins
0994b850b8
Properly implement DllCanUnload ref counting.
2005-02-02 09:31:28 +00:00
Paul Vriens
7a49e82dac
- use Interlocked* functions in AddRef and Release.
...
- store the result of the Interlocked functions and use only this.
2005-01-24 11:31:45 +00:00
Francois Gouget
ee0344a4a2
Remove unneeded NULL casts.
2004-12-22 15:13:20 +00:00
Alexandre Julliard
f714b39762
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
...
macro.
2004-08-23 19:39:48 +00:00
Alexandre Julliard
48c4bb3c31
Get rid of the non-standard ICOM_VTABLE macro.
2004-08-12 23:00:51 +00:00
Rok Mandeljc
b26d65bba9
Added name resolving for CLSIDs, IIDs, GUIDs and return codes.
2004-02-25 01:30:03 +00:00
Rok Mandeljc
0382ea1d8a
- updated resources to DX9
...
- completely rewritten headers (DX9 compat.; look much nicer now ;=)
- removed IDirectMusicSong and IDirectMusicMelodyFormulationTrack
(which are removed from DX9; weren't implemented in DX8 anyway)
- combined/simplified IDirectMusicSomething / IDirectMusicObject /
IPersistStream for objects that support loading
- implemented IDirectMusicObject on all such objects; via generic
functions
- combined IDirectMusicTrack(8)/IPersistStream on all tracks
- fully implemented IDirectMusicContainer (at least 90% if there are
no private interfaces)
- implemented IDirectMusicCollection (99% work & MS compliant
behaviour; except for instruments)
- tried to implement IDirectMusicInstrument (unfortunately uses some
dirty private interfaces... :(
- added dswave.dll; DirectMusic Wave
- some changes in style
- many, many more ;)
2004-01-20 00:21:40 +00:00
Raphael Junqueira
62ddeb9da5
- better traces
...
- some IPersistStream::GetClassID implementation
- add the "search by name" support for IDirectMusicLoader8::GetObject
(and a hack for understanding containers use)
2003-10-31 00:08:02 +00:00
Alexandre Julliard
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
...
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Rok Mandeljc
df167d17c6
- implemented loader, loader's stream and loading of objects (now you
...
can use builtin dmloader and native other dm*.dlls)
- implemented proper creation of objects and retrieval of dmusic
interfaces from them (object, stream, ...)
- implemented all "standard track types" and appropriate stream (for
dmband, loading is almost complete)
- cleaned some obsolete stuff
- split debug channels
2003-08-22 23:53:27 +00:00