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-04-09Update GTA V PluginMagnus Groß
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-16plugins/gtav: update plugin to work with version 1.48 (Steam)Magnus Groß
Game version: 1.48 (Steam) https://support.rockstargames.com/articles/360033065553/GTAV-Title-Update-1-48-Notes-PS4-Xbox-One-PC
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-03-27plugins/gtav: update plugin to work with version 1.38 (Retail)Davide Beatrici
Game version: 1.38 (Retail) https://support.rockstargames.com/hc/en-us/articles/115004482908
2017-03-18plugins/gtav: update plugin to work with version 1.38 (Steam)Davide Beatrici
Game version: 1.38 (Steam) https://support.rockstargames.com/hc/en-us/articles/115004482908
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-12-25plugins/gtav: update plugin to work with version 1.37 (Steam only)Davide Beatrici
Game version: 1.37 https://support.rockstargames.com/hc/en-us/articles/236222747 The memory addresses of the retail version are different. I can't update them because replacing the executables isn't enough: a Social Club account with the retail version is needed.
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-23plugins: Move NUL terminator to escape functiondavidebeatrici
2016-08-13plugins: use MUMBLE_PLUGIN_EXPORT instead of __declspec(dllexport).Mikkel Krautz
2016-08-12mumble/plugins: Rename Win32 headersdavidebeatrici
2016-07-17plugins/gtav: update game_name memory addressesDavide Beatrici
I accidentally forgot to update them.
2016-07-14plugins/gtav: update plugin to work with version 1.35Davide Beatrici
Game version: 1.35 https://support.rockstargames.com/hc/en-us/articles/222662548-GTAV-Title-Update-1-35-Notes-PS4-Xbox-One-PC
2016-07-01plugins/gtav: Support for retail versionDavide Beatrici
Added support for retail version. Fixed avatar position Y being 0 when the game is paused.
2016-06-24plugins: update memory addresses retrieval to use procptr32_t/procptr64_t.davidebeatrici
2016-06-11plugins/gtav: Plugin update for game's latest versionDavide Beatrici
Fixed: X/Z axes: http://www.gtamodding.com/wiki/Map_system Wrong comma at line 106 Wrong comment at line 150 Game version: 1.34 https://support.rockstargames.com/hc/en-us/articles/220249028-GTAV-Title-Update-1-34-Notes-PS4-Xbox-One-PC
2016-05-29Positional Audio support for Grand Theft Auto VDavide Beatrici
No context support yet. Identity: Player nickname, vehicle, location and street. Details: 64-bit only.