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
2015-01-10Fix indentation. Add curly braces according to coding style.Kissaki
* In one case, also split a long if statement into multiple lines
2014-10-16Disable vertex attrib arrays in overlay_gl (fixes #1298)scapula
This is a fix for the OpenGL overlay which disables and enables the vertex attrib arrays inside drawContext. The problem it fixes is that some games leave some of the arrays enabled between frames, which I think (not an OpenGL expert) causes the input to the vertex shader to essentially be arbitrary.
2014-04-05Bump version to 1.3.0Mikkel Krautz
2013-06-12Refac: Use constant to check return valueKissaki
* mmap supposedly returns MAP_FAILED on errors, which is supposedly defined in <sys/mman.h>, which is already being included in this file.
2013-06-12* Commenting, varnaming, fix indentKissaki
* commenting and adjusting debug output * more descriptive varnaming
2013-06-09Bump version to 1.2.5Mikkel Krautz
2011-05-16Fix warnings in overlay_glThorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-20Bump version to 1.2.4Thorvald Natvig
2010-09-07Only disable GL_TEXTURE_GEN_* if they're already enabled. Fixes black screen ↵Mikkel Krautz
issue with EVE on OSX (via Cider)
2010-08-31Unix/MacOSX overlay library: Tell OverlayClient when we've mapped ↵Mikkel Krautz
SharedMemory so it can safely be released.
2010-04-30Fix *nix OpenGL overlay and add FPS counter code to OSX overlay.mStefan Hacker
2010-04-29Transmit fps more often and represent them as floatStefan Hacker
2010-04-28Add an optional FPS counter to the overlayStefan Hacker
2010-04-18in case GL_ARRAY_BUFFER is bound, store and reset it before rendering ↵Anton Romanov
overlay and restore after
2010-03-01Use premultiplied alpha texturesThorvald Natvig
2010-02-10Bump version to 1.2.3Thorvald Natvig
2010-02-04Make sure to pop the whole GL error stack when cleaning up.Mikkel Krautz
2010-02-03Only switch unpack buffer if we have toThorvald Natvig
2010-02-01Unbind PBO buffer before we draw our GL overlay.Mikkel Krautz
2010-01-25Socket-based linux overlayThorvald Natvig
2010-01-10Bump version to 1.2.2Thorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-12-11Bump version to 1.2.1Thorvald Natvig
2009-12-01Try to promote libGL.so to global scope if we can't resolve it directlyThorvald Natvig
2009-11-10silence integer/pointer cast warningLudwig Nussel
lm->l_addr is an unsigned integer of the correct size so false positive in this case
2009-03-23Bump version to 1.2.0Thorvald Natvig
2009-03-02IndentThorvald Natvig
2009-02-24Handle lost texturesThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1578 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-02-24Update vertex shaderThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1577 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-02-24Update Linux overlay to guess window size on GLX<1.2Thorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1576 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-02-22Shader-based OpenGL same-context linux overlay, with ELF linkmap iterationThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1568 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-02-13Fix LFLAGS_ADDThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1528 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-02-13Add support for building 32-bit library on amd64Thorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1527 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-02-13Fix typo; the overlay isn't speexThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1526 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-01-30Version bumpThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1485 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-01-17Multiapp overlay for *nixThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1444 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-01-05Update copyright for 2009Thorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1380 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-09-13Version bumpThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1310 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-09-08Version bumpThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1299 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-08-21Statically compiled and linked ICE for static server.Thorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1233 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-05-11Version bumpThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1159 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-25IndentingThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1109 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-22Add UID to shared memory and semaphore names on *nix, to allow multiple ↵Thorvald Natvig
users at the same time. git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1101 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-03-22Bump version to 1.1.4Thorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1031 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-03-20Indenting runThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1019 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-03-11Add version checking to overlayThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@976 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-02-21Major packaging cleanups. Getting ready for 1.1.3Thorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@942 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-01-12Work around bug in newer debianThorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@915 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-01-05Update copyright for 2008Thorvald Natvig
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@908 05730e5d-ab1b-0410-a4ac-84af385074fa