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:
authorKarl Dietz <dekarl@users.sourceforge.net>2009-10-22 21:15:16 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-10-31 16:58:22 +0300
commitb5b477790344174d486b18ecdb5903c18f3c06c6 (patch)
tree77f5c82a06837c7752eb66477511be5f0db0ae16 /installer
parent122cfcb9503d51cf021ac516e8033db4b88325e7 (diff)
Update WoW plugin.
Revert "Remove deprecated WoW plugin." This reverts commit 8c197b374e8e34875b883e22d097d44705c4666c. Updated WoW plugin to WoW 3.2.2. Attaches to process, returns sane values in test program. Attaches to process and activates positional audio in mumble, but has not influence to audio but make the sound softer as if both actors are >15m from each other. (which they where not in out tests) translate wow coordinate system to right handed coordinate system add resync after stuck coordinates (maybe needed, could realiably reproduce) add realm as context add more checks for sane values add utility functions for memory reading add identity reading add camera reading instead of copied avatar
Diffstat (limited to 'installer')
-rw-r--r--installer/Mumble.nsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index 97dec303d..b4c4e7f4f 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -281,7 +281,8 @@ Section "!$(MUMBLE_SEC_MUMBLE)" SectionMumble
File /oname=link.dll "..\release\plugins\link.dll"
File /oname=l4d.dll "..\release\plugins\l4d.dll"
File /oname=tf2.dll "..\release\plugins\tf2.dll"
- File /oname=wolfet.dll "..\release\plugins\wolfet.dll"
+ File /oname=wolfet.dll "..\release\plugins\wolfet.dll"
+ ;File /oname=wow.dll "..\release\plugins\wow.dll"
SetOutPath "$INSTDIR"