Ismael Barros
|
42fd319923
|
dplayx: Tests for GetPlayerFlags.
|
2008-08-04 15:34:29 +02:00 |
Ismael Barros
|
bbbe26bb5d
|
dplayx: Tests for GetPlayerAddress.
|
2008-08-04 15:34:19 +02:00 |
Ismael Barros
|
858d889288
|
dplayx: Tests for GetPlayerAccount.
|
2008-08-04 15:34:05 +02:00 |
Ismael Barros
|
aacefb7e17
|
dplayx: Tests for Get/SetPlayerName.
|
2008-08-04 15:33:50 +02:00 |
Ismael Barros
|
0755a77e0e
|
dplayx: Tests for Get/SetPlayerData.
|
2008-08-04 15:33:25 +02:00 |
Ismael Barros
|
c50a626aa1
|
dplayx: Tests for GetPlayerCaps.
|
2008-08-04 15:33:08 +02:00 |
Ismael Barros
|
724f0ea4d6
|
dplayx: Tests for CreatePlayer.
|
2008-08-04 15:32:56 +02:00 |
Ismael Barros
|
bd22a57cd1
|
dplayx: Tests for Get/SetSessionDesc.
|
2008-08-04 15:32:42 +02:00 |
Ismael Barros
|
fbc5512ee0
|
dplayx: Tests for EnumSessions.
|
2008-08-04 15:32:23 +02:00 |
Ismael Barros
|
fa4b3e4d53
|
dplayx: Tests for Open.
|
2008-08-04 15:31:18 +02:00 |
Ismael Barros
|
4ff6ba0a4a
|
dplayx: Tests for GetCaps.
|
2008-08-01 12:10:19 +02:00 |
Ismael Barros
|
d142447c26
|
dplayx: Tests for InitializeConnection.
|
2008-08-01 12:10:19 +02:00 |
Ismael Barros
|
4ab75e1214
|
dplayx: Tests for EnumConnections.
|
2008-08-01 12:10:19 +02:00 |
Ismael Barros
|
42165af840
|
dplayx: Tests for DirectPlayCreate.
|
2008-08-01 12:10:13 +02:00 |
Ismael Barros
|
a1b76460a1
|
dplayx: Changed debug channel from dplayx to dplay.
|
2008-08-01 12:03:27 +02:00 |
Ismael Barros
|
5dc0d4d1ed
|
dplayx: Fix the definition of DirectPlayCreate.
|
2008-08-01 12:02:26 +02:00 |
Ismael Barros
|
4a4e5f269d
|
dplayx: Moved dplaysp.h to include/wine.
|
2008-07-23 11:40:53 +02:00 |
Andrew Talbot
|
4110e61f37
|
dplayx: Remove unneeded address-of operator from array name.
|
2008-07-10 12:19:56 +02:00 |
Alexandre Julliard
|
79c64acc7b
|
tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
|
2008-07-08 17:51:45 +02:00 |
Andrew Talbot
|
fed3a4aebe
|
dplayx: Remove unneeded "extern" from function definitions.
|
2008-05-22 11:29:09 +02:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
Andrew Talbot
|
3d8f5c1590
|
dplayx: Remove unused variables.
|
2008-04-17 11:41:11 +02:00 |
Austin English
|
f4c4488df8
|
Spelling fixes.
|
2008-04-07 13:36:17 +02:00 |
Austin English
|
b4f52938e4
|
Spelling fixes.
|
2008-04-02 23:18:21 +02:00 |
Andrew Talbot
|
5423c35d3c
|
dplayx: Assign to structs instead of using CopyMemory.
|
2008-03-29 10:30:27 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Andrew Talbot
|
20c0c311da
|
dplayx: Assign to struct instead of using memcpy.
|
2008-02-27 14:52:25 +01:00 |
Rob Shearman
|
0435395ccc
|
dplayx: Fix incorrect check in DirectPlayLobbyAImpl_EnumLocalApplications and IDirectPlayLobbyAImpl_EnumAddressTypes.
Dereferencing a function pointer and checking it against NULL doesn't
make any sense, so remove the checks.
|
2008-02-21 20:16:11 +01:00 |
Rob Shearman
|
488ac40fa8
|
dplayx: Fix incorrect check in DirectPlay3AImpl_EnumConnections.
Dereferencing a function pointer and checking it against NULL doesn't
make any sense, so remove the check.
|
2008-02-21 20:16:08 +01:00 |
Alexandre Julliard
|
427cd9183a
|
uuid: Remove a few iids that don't belong here.
|
2008-02-19 20:09:19 +01:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Austin English
|
74399eec94
|
dplayx: Fix a typo.
|
2008-01-02 13:19:58 +01:00 |
Andrew Talbot
|
a5195512c9
|
dplayx: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |
Andrew Talbot
|
03a2020473
|
dplayx: Remove unneeded casts.
|
2007-12-11 12:08:42 +01:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Andrew Talbot
|
5ab977e2aa
|
dplayx: Fix some memory leaks.
|
2007-09-24 13:50:31 +02:00 |
Lionel Debroux
|
cd6472f794
|
dplayx: Fixed memory leak in dplay.c (found by Smatch).
|
2007-09-11 11:47:17 +02:00 |
Stefan Leichter
|
8cb25a4e2d
|
dplayx: Remove 'recursive registry key delete' function.
|
2007-09-10 16:47:44 +02:00 |
Andrew Talbot
|
9cc84f6359
|
dplayx: Cast-qual warning fix.
|
2007-07-20 11:46:01 +02:00 |
Andrew Talbot
|
43b278c5f1
|
dplayx: Constify some variables.
|
2007-04-27 11:13:47 +02:00 |
Andrew Talbot
|
2d9685db77
|
dplayx: Fix a typo.
|
2007-04-26 14:24:42 +02:00 |
Alessandro Pignotti
|
3040e09ae3
|
dplayx: Implement proper interface locking for DP_EnumSession.
|
2007-04-03 13:14:38 +02:00 |
Alessandro Pignotti
|
6406a203c8
|
dplayx: Fixes the order of GUID initialization and storage.
|
2007-03-26 14:55:02 +02:00 |
Alessandro Pignotti
|
7169718d6e
|
dplayx: Corrected the way nameserver initializes the sessiondesc structure on broadcast request reply.
|
2007-03-23 12:29:07 +01:00 |
Alessandro Pignotti
|
d8b24e3664
|
dplayx: Check for null pointer dereference in DP_FindPlayer.
|
2007-03-21 16:02:52 +01:00 |
Alessandro Pignotti
|
9d69d53335
|
dplayx: DirectPlay should keep track of the user count.
|
2007-03-16 11:36:34 +01:00 |
Jan Zerebecki
|
a950a47200
|
dplayx: Add DebugInfo to critical sections.
|
2007-03-08 22:21:49 +01:00 |
Francois Gouget
|
eeb289ef91
|
dplayx/tests: Fix compilation on systems that don't support nameless unions.
|
2007-03-06 21:51:14 +01:00 |
Francois Gouget
|
2c595a1a63
|
dplayx/tests: Add missing '\n' to ok() call.
|
2007-03-06 21:51:09 +01:00 |
Kai Blin
|
cc549b27df
|
dplayx: Remove unneeded test, fix compilation on msvc++.
|
2007-03-05 12:08:41 +01:00 |