Commit Graph

133 Commits

Author SHA1 Message Date
Michael Stefaniuc 4ccd8720d5 dplayx: Merge the IDirectPlay4_GetGroupData helper. 2013-04-02 12:07:27 +02:00
Michael Stefaniuc 7cd17803d5 dplayx: Merge the IDirectPlay4_EnumGroupPlayers helper. 2013-04-02 12:07:21 +02:00
Michael Stefaniuc dfe8563d92 dplayx: Merge the IDirectPlay4_DeletePlayerFromGroup helper. 2013-04-02 12:07:14 +02:00
Michael Stefaniuc 878a6a5a06 dplayx: Merge the IDirectPlay4_Close helper. 2013-04-02 12:06:50 +02:00
Michael Stefaniuc 5e0da57087 dplayx: Assimilate the inherited stub methods into IDirectPlay4. 2013-04-02 12:06:39 +02:00
Michael Stefaniuc cf80379e56 dplayx: Merge the DirectPlay QueryInterface helper. 2013-04-02 12:06:26 +02:00
Michael Stefaniuc 719b5d931c dplayx: IDirectPlay4 / IDirectPlay4A have independent refcounts. 2013-04-02 12:06:18 +02:00
Michael Stefaniuc 4a9cd63072 dplayx: Cleanup the DirectPlay object creation. 2013-04-02 12:06:03 +02:00
Michael Stefaniuc 526851f5df dplayx: Move the lock into the DirectPlay object. 2013-04-02 12:05:37 +02:00
Michael Stefaniuc b78f7290fe dplayx: Add both ifaces to the DirectPlay object and stop cloning the object. 2013-04-01 12:09:36 +02:00
Michael Stefaniuc 3fa95f3376 dplayx: Use separate QueryInterface, AddRef and Release methods for IDirectPlay4 + 4A. 2013-04-01 12:09:01 +02:00
Michael Stefaniuc ab98766504 dplayx: Introduce impl_from_IDirectPlay4A(). 2013-04-01 12:08:39 +02:00
Michael Stefaniuc 5922ad98cb dplayx: Assimilate the inherited methods into IDirectPlay4A. 2013-04-01 12:08:16 +02:00
Michael Stefaniuc f19968a57c dplayx: Forward IDirectPlay::EnumGroups to ::EnumGroupsInGroup. 2013-04-01 12:08:06 +02:00
Michael Stefaniuc cd8460821e dplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroupPlayers. 2013-04-01 12:08:01 +02:00
Michael Stefaniuc e19620111f dplayx: Forward IDirectPlay::Send to ::SendEx. 2013-04-01 12:07:47 +02:00
Michael Stefaniuc 101dd3a949 dplayx: Forward IDirectPlay::GetMessageCount to ::GetMessageQueue. 2013-04-01 12:07:42 +02:00
Michael Stefaniuc 6f9dc0c2d4 dplayx: Forward IDirectPlay::Open to ::SecureOpen. 2013-04-01 12:07:23 +02:00
Michael Stefaniuc 338c726682 dplayx: Get rid of the useless IDirectPlay{2,3} vtables. 2013-03-29 17:52:33 +01:00
Michael Stefaniuc 82b51258ea dplayx: Remove the duplicated IDirectPlayXImpl structs. 2013-03-29 17:52:31 +01:00
Michael Stefaniuc 0e7b1a46d5 dplayx: Get rid of the unused DirectPlay3Data / DirectPlay4Data fields. 2013-03-29 17:52:30 +01:00
Michael Stefaniuc caf9d42e0d dplayx: Have the decency to support IUnknown in DirectPlay. 2013-03-29 17:52:25 +01:00
André Hentschel 3dd7c64c25 dplayx: Reorder some code to avoid memory leak (coverity). 2012-10-30 10:46:21 +01:00
Michael Stefaniuc 66bd68a809 dplayx: Avoid TRUE:FALSE conditional expressions. 2012-08-27 19:49:43 +02:00
Francois Gouget 2539004fe1 dplayx: Use a proper plural for the repliesExpected field name. 2012-05-14 12:06:15 +02:00
Andrew Talbot f640ba231b dplayx: Remove extraneous braces from switch statement. 2011-11-07 11:53:26 +01:00
Frédéric Delanoy 6ae1bfe20f dplayx: Remove dead code (Clang). 2011-07-05 14:43:21 +02:00
Francois Gouget 7422611cc9 dplayx: cbDelete{Groups,Player}Elem() are unused so remove them. 2009-05-18 12:32:23 +02:00
Michael Stefaniuc f1a877a69d dplayx: Remove superfluous pointer casts. 2009-01-16 12:56:10 +01:00
Alexandre Julliard de5a266aa0 dplayx: Remove some unused functions. 2008-12-01 13:26:05 +01:00
Francois Gouget 80b6c2efd6 dplay: Remove WINAPI on static functions where not needed. 2008-12-01 12:44:49 +01:00
Michael Stefaniuc 4afe790387 dplayx: Use SUCCEEDED instead of !FAILED. 2008-10-08 13:42:34 +02:00
Kai Blin 8348c9fa94 dplayx: Fix possible NULL pointer dereference (Coverity). 2008-09-10 12:07:40 +02:00
Ismael Barros 5ba76a257a dplayx: Tests for checking the behaviour of groups in a p2p session. 2008-08-20 13:51:56 +02:00
Ismael Barros c235bba66b dplayx: Tests for EnumGroupsInGroup. 2008-08-20 13:51:42 +02:00
Ismael Barros 58837a6ceb dplayx: Tests for CreateGroup. 2008-08-20 13:49:04 +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 724f0ea4d6 dplayx: Tests for CreatePlayer. 2008-08-04 15:32:56 +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 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 fed3a4aebe dplayx: Remove unneeded "extern" from function definitions. 2008-05-22 11:29:09 +02:00
Andrew Talbot 3d8f5c1590 dplayx: Remove unused variables. 2008-04-17 11:41:11 +02:00
Austin English b4f52938e4 Spelling fixes. 2008-04-02 23:18:21 +02:00