Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Wwise detection to account for Godot plugin libraries and new Unity library #853

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@ V8 = (?:^|/)v8\.dll$
Vivox[] = (?:^|/)ortp\.dll$
Vivox[] = vivox
Vorbis = vorbis
Wwise = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$
Wwise[] = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$
Wwise[] = (?:^|/)(?:lib)?WwiseGDNative\.(?:dll|so)$
Wwise[] = (?:^|/)libwwise\.(?:windows|linux)\.template(?:_release|_debug)\.(?:dll|so)$
XAudio2 = (?:^|/)xaudio2_9redist\.dll$
Yarn_Spinner = (?:^|/)YarnSpinner\.dll$
ZStandard = (?:^|/)zstd\.dll$
Expand Down
12 changes: 12 additions & 0 deletions tests/types/SDK.Wwise.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ DeadByDaylight/Plugins/Wwise/ThirdParty/x64_vc160/Release/bin/AkSoundEngineDLL.d
EtG_Data/Plugins/AkSoundEngine.dll
Firewatch.app/Contents/Plugins/AkSoundEngine.bundle
YookaLaylee64_Data/Plugins/AkSoundEngine.dll
WwiseGDNative.dll
/WwiseGDNative.dll
libWwiseGDNative.so
/libWwiseGDNative.so
/libwwise.windows.template_release.dll
/libwwise.windows.template_debug.dll
libwwise.windows.template_release.dll
libwwise.windows.template_debug.dll
/libwwise.linux.template_release.so
/libwwise.linux.template_debug.so
libwwise.linux.template_release.so
libwwise.linux.template_debug.so
4 changes: 4 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ argss102j.dll
argss102e.dll
Sub/Folder/ARGSS104E.dll
CgS_2019.dll
libwwise.windows.debug.dll
libwwise.windows.release.dll
libwwise.linux.release.so
libwwise.linux.debug.so
SDK.x4_219.dll
Sub/Folder/argss102j.dll
Sub/Folder/argss102e.dll
Expand Down