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
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
This was done by running scripts/updateLicenseHeaders.py and then manually editing the LICENSE file.
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
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-06-28REFAC(plugins): replace NULL with nullptrPopkornium18
This changes all occurances of NULL in the plugins source dir to nullptr. Additionally explicit comparisons with NULL were removed.
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-08-09plugins: use new headerDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-11-19Accomplish changes in all the pluginsdavidebeatrici
2017-08-05Fix assignment spacing in pro filesJan Klass
Consistently use single space before assignment operator.
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-11-17Fix 2643: Revert "Merge PR #2611: plugins: use the short form of peekProc"Jan Klass
This reverts commit e9c558ffdbc1501d63f3fd6d73578f6fd6611aa1, reversing changes made to ca2fd07b90746a17dba13963f7bdd54812c5d016. This is a quick-fix for crashing PA plugins. The intended change is still useful and planned to land later.
2016-10-31plugins: use the short form of peekProcDavide Beatrici
The short form of peekProc automatically uses the correct size for the target.
2016-08-30plugins: remove some old-style license headers now covered by LICENSE/AUTHORS.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
2014-07-23Update gmod PA plugin with updated addresses.Kissaki
* Update the gmod PA plugin with current memory addresses ** The state byte could not be found and thus is commented out for now. This will result in spectators/dead people also hearing PA. The state was not added to the context (for team context). * Swap incorrect use of v and h variables; it’s the other way around * Remove unused variable
2012-05-01More plugin touchingBenjamin Jemlich
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-13Plugin update runTuck Therebelos
2011-01-21Clean up a few compiler warnings.Thorvald Natvig
2010-12-20Plugin updates for releaseTuck Therebelos
2010-08-10Gmod update; minor plugin fixes/updatesTuck Therebelos
2010-07-30Gmod updateTuck Therebelos
2010-07-30Source plugin updates; clarify regName parameter usage in Murmur.iniTuck Therebelos
2010-07-11Source plugin updates; BFBC2 update, works with Steam nowTuck Therebelos
2010-05-16Plugin updatesTuck Therebelos
2010-05-06MW2, gmod updates; BFBC2 address fixTuck Therebelos
2010-03-05Gmod, L4D2 updatesTuck Therebelos
2010-02-25The grand plugin multiregexp experimentThorvald Natvig
2010-02-25Update plugins to new trylock signatureThorvald Natvig
2010-02-14Gmod, Insurgency updatesTuck Therebelos
2010-02-09Small style fixes in some pluginsStefan Hacker
2010-02-08Zero camera positions in plugins' fetch()Thorvald Natvig
2010-01-07Update licenses; add UT3, 2004, 1942 plugins; update some Source pluginsTuck Therebelos
2010-01-05Add licenses to pluginsTuck Therebelos
2010-01-02Indent, changelog, submodule and language updateThorvald Natvig
2009-12-29Fix remaining plugin bugs; ensure console connects get handled properly; ↵Tuck Therebelos
link PA in AW to bTransmitPosition; set default minimum volume of PA to 85%
2009-12-27Unified string messages; added ETQW plugin; various plugin fixes, ↵Tuck Therebelos
improvements and updates
2009-12-10Indent, changelog and submodule updateThorvald Natvig
2009-12-08Various Source plugin updates, fixes; CoD4, MW2 context fixesTuck Therebelos
2009-12-02Gmod updateTuck Therebelos
2009-10-15Source plugins updateTuck Therebelos