mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Revert "Remove deprecated WoW plugin."
This reverts commit 8c197b374e.
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
10 lines
196 B
Prolog
10 lines
196 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += debug_and_release
|
|
SUBDIRS = link
|
|
DIST = plugins.pri
|
|
|
|
win32 {
|
|
SUBDIRS += aoc bf2 bf2142 cod2 cod4 cod5 css dods dys gmod hl2dm insurgency l4d tf2 wolfet wow
|
|
}
|