mumble/plugins
Robert Adam e9f0f71195 REFAC(plugins): Avoid name clashes by prefixing
There were a few types left that were not prefixed with "Mumble" in one
way or another. In order to avoid name clashes, this was now changed.
Especially enum values are now also prefixed. This is because these are
not enum classes (C doesn't know those) and as such the enum values are
used without a namespace (thus they are effectively global names).

Furthermore the macros STATUS_OK and VERSION_UNKNOWN were turned into
constant variables in order to use the preprocessor as little as
possible.
2021-06-03 16:36:14 +02:00
..
amongus BUILD(windows): Fix missing include 2021-06-01 08:13:16 +02:00
aoc FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
arma2 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
bf1 FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
bf2 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
bf3 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
bf4 FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
bf4_x86 FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
bf1942 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
bf2142 FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
bfbc2 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
bfheroes FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
blacklight FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
borderlands FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
borderlands2 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
breach FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
cod2 BUILD(windows): Fix missing include 2021-06-01 08:13:16 +02:00
cod4 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
cod5 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
codmw2 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
codmw2so FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
cs FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
css MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
dods MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
dys FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
etqw FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
ffxiv FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
ffxiv_x64 MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
gmod FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
gtaiv FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
gtasa FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
gtav FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
gw FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
hl2dm MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
insurgency FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
jc2 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
l4d MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
l4d2 MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
link FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
lol FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
lotro FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
ql FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
rl FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
se BUILD(windows): Fix missing include 2021-06-01 08:13:16 +02:00
sr FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
sto MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
testPlugin REFAC(plugins): Avoid name clashes by prefixing 2021-06-03 16:36:14 +02:00
tf2 MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
ut3 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
ut99 FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
ut2004 FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
wolfet FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
wow FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
wow_x64 FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
CMakeLists.txt FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
HostLinux.cpp FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
HostLinux.h MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
HostWindows.cpp FIX(client): Use ReadProcessMemory() instead of Toolhelp32ReadProcessMemory() 2021-06-02 02:56:05 +02:00
HostWindows.h FIX(client): Use ReadProcessMemory() instead of Toolhelp32ReadProcessMemory() 2021-06-02 02:56:05 +02:00
Module.cpp MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
Module.h MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
mumble_legacy_plugin.h FORMAT: Run clang-format 10 on all source files 2021-04-16 21:05:52 +02:00
mumble_positional_audio_linux.h FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
mumble_positional_audio_main.h FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
mumble_positional_audio_utils.h REFAC(client): Remove unnecessary include 2021-06-01 21:10:09 +02:00
mumble_positional_audio_win32_internals.h FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
mumble_positional_audio_win32.h FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
MumbleAPI_v_1_0_x.h BUILD(plugins): Make API header compile with C again 2021-06-03 15:52:18 +02:00
MumblePlugin_v_1_0_x.h REFAC(plugin): Rename plugin ID parameter 2021-05-26 12:33:17 +02:00
null_plugin.cpp FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
PluginComponents_v_1_0_x.h REFAC(plugins): Avoid name clashes by prefixing 2021-06-03 16:36:14 +02:00
Process.cpp FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
Process.h MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
ProcessLinux.cpp MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
ProcessLinux.h MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
ProcessWindows.cpp FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
ProcessWindows.h MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00