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 (Expand)Author
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-27Always prepend 'release' or 'debug' dirs when adding to QMAKE_LIBDIR.Mikkel Krautz
2016-11-13overlay: fall back to fxc.exe on PATH if DXSDK is not set.Mikkel Krautz
2016-08-25Merge PR #2525: Fix various warnings in the Windows overlay found by upgradin...Mikkel Krautz
2016-08-21overlay/overlay_exe: use unsigned long long for our passed-in handle to silen...Mikkel Krautz
2016-08-21overlay/lib.h: fix _WIN32_WINNT redefinition.Mikkel Krautz
2016-08-21overlay/lib.cpp: cast to long when creating RECT.Mikkel Krautz
2016-08-21overlay: remove use of d3dx9, d3dx10 and d3dx11.Mikkel Krautz
2016-07-05overlay: escape backslashes in overlay-shared.pro.Mikkel Krautz
2016-07-05overlay: in D3D9's doPresent(), use swapchain's backbuffer and dimensions if ...Mikkel Krautz
2016-07-04overlay: ensure the whole Microsoft Office suite is blacklisted.Mikkel Krautz
2016-07-02overlay: optimize blit() to not perform a blit if the active item rect is empty.Mikkel Krautz
2016-05-10overlay: update to use LICENSE.header.Mikkel Krautz
2016-04-01overlay: remove Far Cry 4 from the default blacklist.Mikkel Krautz
2016-01-01Update the Copyright year range for The Mumble Developers throughout the tree.Mikkel Krautz
2015-12-27Update copyright strings in .rc and .plist files to refer to 'The Mumble Deve...Mikkel Krautz
2015-12-08Add outlook to overlay blacklistJan Klass
2015-11-28overlay: replace use of Effects11 with direct use of our split HLSL shaders.Mikkel Krautz
2015-11-28overlay: split the shaders in overlay.fx out into separate HLSL files.Mikkel Krautz
2015-11-25overlay: add runtime checks for offset overflow in D3D9.Mikkel Krautz
2015-11-25overlay: add runtime check for when GetFnOffsetInModule()'s return value woul...Mikkel Krautz
2015-11-25overlay: fix a few MSVC signed/unsigned conversion warnings.Mikkel Krautz
2015-10-11Add dwm and MouseKeyboardCenter to overlay blacklistKissaki
2015-09-20Add EpicGamesLauncher to default overlay blacklistKissaki
2015-05-24Use upstreamed MH_STATUS to string functionKissaki
2015-05-23Overlay: Resolve undefined behaviorKissaki
2015-05-16Cleanup: Remove unused HooksKissaki
2015-05-16HardHook(MH): Reuse inject function and error loggingKissaki
2015-05-16Fix #1637 application crashes on Mumble exitKissaki
2015-05-16Rename overlay helpers to avoid PDB name clashes with DLLs.Mikkel Krautz
2015-04-22Use the index variable instead of hardcoding 0 in overlay_exe's GetCommandLin...Mikkel Krautz
2015-04-22Use non-negative error constants in overlay_exe.h.Mikkel Krautz
2015-04-22Re-work command line parsing in the Windows overlay helper executable.Mikkel Krautz
2015-04-22Fix missing comma in license header in overlay_exe.cpp.Mikkel Krautz
2015-04-22Rename 'missing magic argument' error to 'no arguments' in overlay helper.Mikkel Krautz
2015-04-22Ensure overlay helpers exit when the Mumble process terminates.Mikkel Krautz
2015-04-22Handle WM_CLOSE messages in overlay helper.Mikkel Krautz
2015-04-22Use arch-specific shared memory regions in the Windows overlay.Mikkel Krautz
2015-04-22Build two separate Windows overlays - one for x86 and one for x86_64.Mikkel Krautz
2015-01-17OpenGL overlay injection requirementsKissaki
2015-01-17Remove unused injection code and function lookupsKissaki
2015-01-17In OpenGL Overlay, make code and context swapping more clearKissaki
2015-01-15Move Windows overlay setup and injection to mumble_ol.exe.Mikkel Krautz
2015-01-11Overlay: Use standard OpenGL headers rather than duplicating codeKissaki
2015-01-03Add Far Cry 4 to the blacklist due to crashes with the x64 overlay.Mikkel Krautz
2015-01-03Add MinHook-based overlay for Windows x64.Mikkel Krautz
2014-11-09Add rc file for mumble_ol.dll.Mikkel Krautz
2014-11-04Ensure up-to-date built-in overlay blacklist.Mikkel Krautz
2014-11-04Add Spotify to the overlay blacklist. It can cause Mumble to freeze/hang for ...Mikkel Krautz
2014-08-27Add Microsoft Visual Studio to overlay blacklistMichael Pavlyshko