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-11FORMAT: Move explanatory comments to own lineRobert Adam
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-12plugins/bf1: fix sizeof() bugDavide Beatrici
Found thanks to GCC's warning: ../mumble_plugin_utils.h: In function ‘int fetch(float*, float*, float*, float*, float*, float*, std::string&, std::wstring&)’: ../mumble_plugin_utils.h:35:16: warning: array subscript 99 is outside array bounds of ‘char [4]’ [-Warray-bounds] 35 | str[size - 1] = 0; | ~~~~~~~~~~~~~~^~~ bf1.cpp:15:25: note: while referencing ‘team’ 15 | char server_name[100], team[4]; | ^~~~
2019-10-11plugins: link to user32 in common project (only on Windows)Davide Beatrici
2019-10-11plugins: replace BYTE with uint8_tDavide 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-05-08plugins/bf1: update plugin to work with version 1.0.49.52296Davide Beatrici
https://www.battlefield.com/news/update-notes/spring-update
2017-04-07plugins/bf1: update plugin to work with version 1.0.49.28890Davide Beatrici
https://www.battlefield.com/news/update-notes/bf1-they-shall-not-pass-update
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-12-31plugins/bf1: update plugin to work with version 1.0.47.30570Davide Beatrici
https://forums.battlefield.com/en-us/discussion/71453/battlefield-1-giant-s-shadow-release-and-update-12132016
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-10-27plugins/bf1: better squad pointerzeroX-tj
The previous one wasn't working for everyone.
2016-10-26plugins/bf1: update plugin to work with version 1.0.9.53998Davide Beatrici
Game version: 1.0.9.53998 https://forums.battlefield.com/en-us/discussion/44346/battlefield-1-update-10242016
2016-10-23plugins: Move NUL terminator to escape functiondavidebeatrici
2016-10-20Positional audio support for Battlefield 1davidebeatrici
Context based on server name. Identity: Team, squad and squad leader.