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
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-06-28REFAC(overlay): replace NULL with nullptrPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-07-13overlay: Use size_t as correct type for memory addressesJan Klass
2017-07-11Cast to correct API typesJan Klass
2017-04-22overlay: remove ability for overlay to decline being attached to a process.Mikkel Krautz
2017-03-19overlay: hook up new excludecheck-based overlay exclusion check.Mikkel Krautz
2017-03-19overlay: re-introduce checks for 'debugoverlay' and 'nooverlay'.Mikkel Krautz
2017-03-19overlay: move procname parsing to separate function.Mikkel Krautz
2017-03-19overlay: allow overlay to decline being attached to a process.Mikkel Krautz
2017-03-19overlay: remove legacy overlay exclusion code.Mikkel Krautz
2017-03-19overlay: refactor bBlacklisted into bEnableOverlay.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-08-21overlay/lib.cpp: cast to long when creating RECT.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
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-05-23Overlay: Resolve undefined behaviorKissaki
2015-05-16Fix #1637 application crashes on Mumble exitKissaki
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-01-15Move Windows overlay setup and injection to mumble_ol.exe.Mikkel Krautz
2015-01-03Add MinHook-based overlay for Windows x64.Mikkel Krautz
2014-11-04Ensure up-to-date built-in overlay blacklist.Mikkel Krautz
2014-07-13Make Mumble and Murmur build on Windows/amd64.Mikkel Krautz
2014-01-11Overlay: Add Direct3D 11 supportKissaki
2013-11-30Fix handling of failed shared data map creation in overlay.Stefan Hacker
2013-11-27Merge pull request #1075 from mumble-voip/olay-changesJan Klass
2013-11-26Overlay: Code improvementsKissaki
2013-11-25Overlay: Changes as per PR-commentsKissaki
2013-11-24Overlay: Changes as per PR-commentsKissaki
2013-11-22Overlay: Rework Code.Kissaki
2013-11-16overlay: fix blacklist debug ods call.Mikkel Krautz
2013-06-17Overlay: Pass on procname bufferKissaki
2013-06-17Overlay: Move logic into function ..IsBlacklistedKissaki
2013-06-17Overlay: Move DllMain logic into functionsKissaki
2013-06-17Overlay: Code commentsKissaki
2013-06-16Overlay: Var init, comment, error loggin.Kissaki
2013-06-12* Commenting, varnaming, fix indentKissaki
2013-06-12Extend Windows Overlay code and clean it up.Kissaki
2013-06-05Commenting, formatting. Remove obsolete/wrong comment.Kissaki
2013-06-05Prevent overlay from disappearing on D3D DLL reloading.Wesley W. Terpstra
2012-11-16overlay/d3d9: pass through IDirect3DDevice9 AddRef/Release methods to origina...Mikkel Krautz
2012-10-24refacs; initialization, var-scope reduction, replace c-style casts, rm unusedKissaki