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
AgeCommit message (Collapse)Author
2020-09-26BUILD(cmake): Don't build retracted plugins by defaultRobert
As these plugins typically don't do anything anymore it doesn't make all that much sense to include them by default. If you still want to include retracted plugins, use -Dretracted-plugins=ON when invoking cmake.
2020-09-02BUILD(qmake): RemoveRobert Adam
This commit removes all qmake-related build-files from the system. We have now migrated to cmake and are no longer maintaining qmake anyways and therefore there is no reason to keep it. Removing it also clearly states to any potential user/programmer that this project is no longer intended to be compiled with qmake. Given that the .pri files no longer exist, the mumble-version.py script had to be adapted to read the version from the CMakeLists.txt file instead. Furthermore a few of the submodules support cmake natively and therefore we no longer need the src/buid-directory approach in order to build them. The respective build dirs have been removed and the src-dirs have been renamed.
2020-07-11Plugins: add CMakeLists.txt filesDavide Beatrici
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-11plugins: link to user32 in common project (only on Windows)Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-08-05Fix assignment spacing in pro filesJan Klass
Consistently use single space before assignment operator.
2017-03-14plugins/sto.cpp: Retract pluginDavide Beatrici
This commit retracts the plugin for Star Wars Online, due to lack of maintenance.
2017-01-29plugins: Fix indentation and whitespaceDavide Beatrici
* Use tabs for indentation * Remove trailing whitespace * Space indentation for alignment
2017-01-22Merge PR #2755: plugins: Fix visibility, warnings and errors when compiled ↵Mikkel Krautz
with MinGW
2017-01-22plugins: Fix MinGW compilation warnings and errorsDavide Beatrici
warning: converting to non-pointer type 'procptr32_t {aka long unsigned int}' from NULL [-Wconversion-null] ql\ql.cpp:87: warning: comparison is always true due to limited range of data type [-Wtype-limits] sto\sto.cpp:11: error: 'numeric_limits' is not a member of 'std' Not fixed: sto\sto.cpp:55: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-08-13plugins: use MUMBLE_PLUGIN_EXPORT instead of __declspec(dllexport).Mikkel Krautz
2016-08-12mumble/plugins: Rename Win32 headersdavidebeatrici
2016-06-24plugins: update memory addresses retrieval to use procptr32_t/procptr64_t.davidebeatrici
2016-05-10plugins: update to use LICENSE.header.Mikkel Krautz
2015-11-25plugins/sto: fix signed/unsigned mismatch.Mikkel Krautz
2014-12-30plugins: move u8 function into the Star Trek: Online plugin.Mikkel Krautz
The sto plugin is the only user of the function.
2012-05-01More plugin touchingBenjamin Jemlich
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2010-02-25Update STO pluginThorvald Natvig
2010-02-25The grand plugin multiregexp experimentThorvald Natvig
2010-02-25Update plugins to new trylock signatureThorvald Natvig
2010-02-11Update STO pluginThorvald Natvig
2010-02-09Indent, changelog, submodule and language update1.2.2Thorvald Natvig
2010-02-08Move plugin system-level includes to common headerThorvald Natvig
2010-02-08Disable config/about buttons if plugin doesn't have that, and add a ↵Thorvald Natvig
generic_unlock
2010-02-08Update STO plugin and add common initialize() functionThorvald Natvig
2010-02-08Template helpers for Win32 pluginsThorvald Natvig
2010-02-08Spawn state for STOThorvald Natvig
2010-02-08STO plugin, and use camera position for positional audio and rotate top ↵Thorvald Natvig
vector properly