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
2015-01-11Overlay: Use standard OpenGL headers rather than duplicating codeKissaki
2015-01-10Fix indentation. Add curly braces according to coding style.Kissaki
2015-01-06Move speex, celt-0.7.0, celt-0.11.0, opus and sbcelt to the 3rdparty directory.Mikkel Krautz
2015-01-04installer: distribute all plugins for Windows x64 build.Mikkel Krautz
2015-01-03murmur: fix CONFIG(static) block in the unix section of murmur.pro to not be ...Mikkel Krautz
2015-01-03Add Far Cry 4 to the blacklist due to crashes with the x64 overlay.Mikkel Krautz
2015-01-03murmur: move murmur.pro's CONFIG(static) and CONFIG(ermine) sections into the...Mikkel Krautz
2015-01-03GlobalShortcut: enable use of hooks for Windows x64 now that we have HardHook...Mikkel Krautz
2015-01-03Add MinHook-based overlay for Windows x64.Mikkel Krautz
2015-01-03Transifex translation updateMumbleTransifexBot
2015-01-01Transifex translation updateMumbleTransifexBot
2014-12-31installer: distribute D3DCompiler_43.dll for our Windows x86 builds.Mikkel Krautz
2014-12-31installer: distribute D3DCompiler_47.dll for our Windows x64 builds.Mikkel Krautz
2014-12-31plugins: limit win32-specific plugins to win32.Mikkel Krautz
2014-12-31compiler.pri: only set explicit -ARCH:SSE for Windows x86.Mikkel Krautz
2014-12-31compiler.pri: use explicit subsystem versioning for Windows builds.Mikkel Krautz
2014-12-30plugins: enable all plugins for the x64 build.Mikkel Krautz
2014-12-30plugins: cleanup a few warnings in the WoW plugin.Mikkel Krautz
2014-12-30plugins: move u8 function into the Star Trek: Online plugin.Mikkel Krautz
2014-12-29Update Opus submodule to include our workaround for MSVC2013.3+ x64's bad sqr...Mikkel Krautz
2014-12-29Update changelog.Mikkel Krautz
2014-12-26Revert "Use TLS 1.2 when built with Qt 5."Stefan Hacker
2014-12-26Fix qtaccessiblewidgets removal logic to be compatible with Qt 4 as well.Mikkel Krautz
2014-12-26Use TLS 1.2 when built with Qt 5.Mikkel Krautz
2014-12-26Murmur: fix override of TcpSocket::incomingConnection(). it takes a qintptr (...Mikkel Krautz
2014-12-25Define Qt 4 no-ops for Q_DECL_OVERRIDE and Q_DECL_FINAL on the command line.Mikkel Krautz
2014-12-25Only use $$shell_path on Qt 5.Mikkel Krautz
2014-12-25Transifex translation update Mode: default Minimum percent translated: 0 Matc...MumbleTransifexBot
2014-12-24Do not use the qtaccessiblewidgets plugin on Qt 5.4 and greater.Mikkel Krautz
2014-12-24Remove -Zc:strictStrings flag that Qt 5.4 adds when using MSVS 2013.Mikkel Krautz
2014-12-24Make os_win.cpp strictStrings-safe.Mikkel Krautz
2014-12-24Use $$shell_path to ensure QMAKE_LRELEASE is formatted correctly regardless o...Mikkel Krautz
2014-12-23Merge pull request #1422 from hacst/authStefan Hacker
2014-12-23Fix Esperanto entry in language list and display cc in parentheses behind name.Stefan Hacker
2014-12-22Display the native language name in the language chooser rather than the localeAndreas Sinz
2014-12-21Transifex translation updateMumbleTransifexBot
2014-12-06Transifex translation updateMumbleTransifexBot
2014-11-27Transifex translation updateMumbleTransifexBot
2014-11-10Fix typo in AudioEchoWidget regression fixStefan Hacker
2014-11-10Calculate peak and max microphone level in the same loop.Stefan Hacker
2014-11-10Reset buffered frames count on encoding failure.Stefan Hacker
2014-11-10Fix sequence counter becoming invalid for end-of-speech frames.Stefan Hacker
2014-11-10Fix Qt5 transition regression in AudioEchoWidget.Stefan Hacker
2014-11-10Transifex translation updateMumbleTransifexBot
2014-11-10Update WoW Plugin to build #19116Jamie Fraser
2014-11-09Add RC files for CELT 0.7.0 and CELT 0.11.0.Mikkel Krautz
2014-11-09Add rc file for mumble_ol.dll.Mikkel Krautz
2014-11-09Fix mumble_dll.rc to identify as a DLL.Mikkel Krautz
2014-11-09Update .gitignore to ignore more of Qt 5's auto-generated plugin importer .cp...Mikkel Krautz
2014-11-05Fix compilation of Overlay.cpp. It was accidentally broken by fd782c3c.Mikkel Krautz