Commit Graph

82 Commits

Author SHA1 Message Date
André Hentschel 97dbccf5f2 gameux: Avoid double free (coverity). 2012-10-25 11:47:05 +02:00
Marcus Meissner c7355f7921 gameux: Move SysFreeString to success branches (Coverity). 2012-09-03 15:48:22 +02:00
Nikolay Sivov fa4148d2ae gameux: Call interface methods properly. 2012-08-20 10:58:50 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Michael Stefaniuc e5db5b8dfd gameux: Print the debug string and not the pointer to it. 2012-03-26 18:15:20 +02:00
Frédéric Delanoy 46229acde9 gameux: Do not use RegCloseKey on invalid/uninitialized registry key handle (Coverity). 2011-12-01 14:59:46 +01:00
Frédéric Delanoy 5a04819709 gameux: Remove duplicate "if" condition. 2011-11-30 11:44:20 +01:00
Henri Verbeet a4ee6226ae gameux: Don't shadow hr in GAMEUX_RegisterGame(). 2011-10-14 13:12:27 +02:00
Henri Verbeet 7679d96c86 gameux/tests: Run the game explorer tests in a multithreaded apartment as well. 2011-10-11 19:43:31 +02:00
Henri Verbeet 95ede76673 gameux: Parse GDFs in a separate thread.
The res protocol handler dislikes running from a multithreaded apartment.
2011-10-11 19:43:26 +02:00
Michael Stefaniuc f93252aa9a gameux: Don't compare with TRUE. 2011-10-03 09:43:24 -05:00
Marcus Meissner 4f704760e1 gameux: Initialize a variable (Coverity). 2011-08-30 17:27:12 +02:00
Francois Gouget c992ca277d Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
Michael Stefaniuc ce9546f268 gameux: COM cleanup in gamestatistics.c. 2011-08-22 16:14:34 +02:00
Michael Stefaniuc 75ba717967 gameux: COM cleanup in gameexplorer.c. 2011-08-22 16:14:34 +02:00
Frédéric Delanoy 760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Frédéric Delanoy b5a33dab88 dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Alexandre Julliard c091a3fc83 makefiles: Remove some redundant registration scripts. 2011-08-02 20:47:48 +02:00
Alexandre Julliard 729afa6adc makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
Michael Stefaniuc b48f7bec0d gameux: COM cleanup for the IClassFactory iface. 2011-07-21 17:00:55 +02:00
Marcus Meissner 4e4aeeadaf gameux: Revert NULL ptr check and deref (Coverity). 2011-06-27 13:27:51 -05:00
Marcus Meissner 01d5832f1e gameux: Mark internal symbols with hidden visibility. 2011-05-18 10:58:32 +02:00
Huw Davies 173f8d23b8 gameux: Zero initialize the fixed length arrays. 2011-05-06 16:41:51 +02:00
Francois Gouget 18ea0aef9c gameux: Remove WINAPI on static functions where not needed. 2011-04-28 17:59:14 +02:00
Francois Gouget dad6598599 gameux: Make some functions static. 2011-04-22 10:45:16 +02:00
André Hentschel 3e411a2d9c gameux: Only trace on success (clang). 2011-01-25 12:37:51 +01:00
Andrew Nguyen e6da2aec8f gameux: Free the allocated GameStatisticsImpl object on failure in GameStatisticsMgrImpl::GetGameStatistics.
Spotted with Valgrind.
2011-01-17 14:29:20 +01:00
Andrew Nguyen 3e2bf8adb0 gameux: Initialize registry path pointer to NULL in GAMEUX_getAppIdFromGDFPath. 2011-01-17 14:29:20 +01:00
André Hentschel a22b2c5686 gameux: Fix another test failure on Wine wow64. 2010-12-24 12:05:06 +01:00
Alexandre Julliard f6b6c7bade include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl. 2010-12-21 12:17:11 +01:00
André Hentschel 9eda42fe94 gameux: Fix Path for the statistics. 2010-12-20 12:47:41 +01:00
André Hentschel 9b97fa1a60 gameux: Fix test failures on Wine wow64. 2010-12-20 12:47:41 +01:00
Alexandre Julliard 71dbeb2ebe gameux: Convert dll registration to the IRegistrar mechanism. 2010-12-09 11:40:13 +01:00
Alexandre Julliard 092af1be37 gameux: Add a typelib resource. 2010-12-09 11:40:12 +01:00
Alexandre Julliard 5f49129e03 resources: Define a generic mechanism for adding extra values to the common version block. 2010-12-03 14:53:59 +01:00
Alexandre Julliard 19b251885c gameux: Avoid sizeof in traces. 2010-11-17 15:07:56 +01:00
Pluciński Mariusz 6b35b5dd37 gameux: Add implementation of IGameStatistics::GetStatistic. 2010-11-05 11:23:46 +01:00
Pluciński Mariusz ff9e31a2b5 gameux: Add implementation of IGameStatistics::GetCategoryTitle. 2010-11-05 11:23:06 +01:00
Pluciński Mariusz 2d6875b035 gameux: Loading of game statistics implemented. 2010-11-05 11:22:59 +01:00
Francois Gouget b990617a95 Assorted spelling fixes. 2010-11-02 13:16:57 +01:00
Louis Lenders 75f0573964 gameux: Improve stub for GameExplorerImpl_VerifyAccess. 2010-10-12 12:17:50 +02:00
Francois Gouget 0c7c1de8d7 gameux/tests: Make test_install_uninstall_game() and _isFileExists() static. 2010-09-29 10:05:14 +02:00
Mariusz Pluciński d87a761344 gameux: Finished implementation of saving game statistics. 2010-09-27 15:04:41 +02:00
Mariusz Pluciński 5cac9d2cb2 gameux: Add implementation of IGameStatisticsMgr::RemoveGameStatistics. 2010-09-27 15:04:38 +02:00
Mariusz Pluciński ef3a1ab53a gameux: IGameStatistics::Save initial implementation. 2010-09-27 15:04:33 +02:00
Mariusz Pluciński ce28a5f262 gameux: Add implementation of IGameStatistics::SetStatistic. 2010-09-27 15:04:29 +02:00
Mariusz Pluciński 35692e40b1 gameux: Add implementation of IGameStatistics::SetCategoryTitle. 2010-09-27 15:04:19 +02:00
Mariusz Pluciński 7cbcbf4577 gameux: IGameStatistics::GetMaxStatsPerCategory implementation. 2010-09-24 15:45:53 +02:00
Mariusz Pluciński 6dfb5f6a33 gameux: IGameStatistics::GetMaxCategories implementation. 2010-09-24 15:45:53 +02:00