Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-11-09 17:43:54 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-01-03 21:44:02 +0300
commit93ad74b467980a45537141e14d385cd8a75956b3 (patch)
tree2bfc08a31765777ca295b201fdc2619d2231f2dd /scripts
parenta090c86ee0ce91d76d8f7a18d64df70552e0c743 (diff)
Add MinHook-based overlay for Windows x64.
This commit adds MinHook as a 3rd party dependency and adds an alternative HardHook implementation that makes use of MinHook. This new MinHook-based HardHook implementation allows us to provide an overlay for Mumble on Windows x64. The x64 overlay hasn't seen much testing in real-world x64 games, except some minor testing for World of Warcraft running in x64 mode, where it works just fine. There seems to be a compatibility with the Uplay overlay, which causes Far Cry 4 to crash at the "Press any key to continue" screen that is shown just after launching the game. However, Assassin's Creed: Unity works fine, so it might just be a Far Cry 4 issue. The x64 overlay also seems to interoperate with the Steam overlay just fine. I think this is a good starting point for the feature. Let us get it into snapshots and let us try to squash any addition bugs we find.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mklic.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index 5b571d851..ee085f71d 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -74,6 +74,7 @@ my @thirdPartyLicenses = (
["licenseVorbis", "../3rdPartyLicenses/libvorbis_license.txt", "libvorbis", "http://www.xiph.org/"],
["licenseFLAC", "../3rdPartyLicenses/libflac_license.txt", "libFLAC", "http://flac.sourceforge.net/"],
["licenseMachOverride", "../3rdPartyLicenses/mach_override_license.txt", "mach_override", "https://github.com/rentzsch/mach_star", "Q_OS_MAC"],
+ ["licenseMinHook", "../3rdPartyLicenses/minhook_license.txt", "MinHook", "https://github.com/TsudaKageyu/minhook", "Q_OS_WIN64"],
["licenseQtTranslations", "../src/mumble/qttranslations/LICENSE",
"Additional Qt translations", "https://www.virtualbox.org/ticket/2018", "USING_BUNDLED_QT_TRANSLATIONS"],
["licenseFilterSvg", "../icons/filter.txt", "filter.svg icon", "https://commons.wikimedia.org/wiki/File:Filter.svg"],