aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* VoIP: Save own voice when recording a demo.icculus2008-06-084-2/+34
* VoIP: Don't lose gain for good if using VAD on disconnect.icculus2008-06-081-0/+4
* Removed an obsolete FIXME.icculus2008-06-081-1/+1
* VoIP: tweaked VAD code.icculus2008-06-082-1/+4
* VoIP: Enable Automatic Gain Control.icculus2008-06-081-0/+4
* VoIP: attempt at changing voipPower calc and using it for VAD.icculus2008-06-082-22/+12
* VoIP: changed debug output filenames.icculus2008-06-071-2/+2
* VoIP: initial shot at voice activation.icculus2008-06-074-34/+71
* VoIP: Only update from cl_voipSendTarget if sending data.icculus2008-06-071-25/+26
* VoIP: Initial work on adding Speex preprocessor.icculus2008-06-073-2/+14
* VoIP: Don't hardcode Speex sample rate.icculus2008-06-075-8/+17
* VoIP: Fixed per-user gain output.icculus2008-06-051-1/+1
* Add PRODUCT_VERSION back into q_shared.h for MSVC builds.juz2008-06-041-0/+4
* VoIP: functionality to adjust incoming audio gain, per-user.icculus2008-06-044-3/+41
* VoIP: client can now specify targets for voice transmission.icculus2008-06-044-1/+21
* VoIP: voip cvar should be 1 by default.icculus2008-06-031-1/+1
* Patched to compile on non Mac platforms.icculus2008-06-031-0/+4
* Changed the protocol for VoIP packets to support legacy clients.icculus2008-06-036-16/+79
* Don't allow client to capture audio if playing back a demo.icculus2008-06-031-0/+2
* More VoIP work: treat voip/sv_voip cvars as protocol version numbers.icculus2008-06-023-2/+12
* Treat sv_voip cvar as a version number (0 == off, 1 == version 1 protocol).icculus2008-06-022-1/+7
* sv_voip cvar should be latched.icculus2008-06-021-1/+1
* fix openal dlopenludwig2008-06-021-0/+15
* Added libspeex to revision control, and updated Makefile to use it.icculus2008-06-01102-0/+27607
* Changed a few VoIP cvars to be latched.icculus2008-06-012-3/+3
* Forbid setting voip cvar if network data rate is too low.icculus2008-06-011-11/+23
* Client shouldn't try to capture audio data if voip cvar is disabled.icculus2008-06-011-0/+2
* Initial patch for in-game VoIP support!icculus2008-06-0118-127/+1144
* mumble link supportludwig2008-05-305-0/+235
* reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)ludwig2008-05-251-1/+1
* whoops.thilo2008-05-171-1/+1
* - Workaround for buggy MacOSX getaddrinfo() implementation that doesn't accep...thilo2008-05-171-2/+10
* * (bug 3641) Server is left running following a local disconnecttma2008-05-121-0/+1
* * Fix a bunch of compile warningstma2008-05-102-27/+42
* combine all mouse events received in one frameludwig2008-05-061-1/+8
* define the product version in the Makefileludwig2008-05-061-7/+1
* Show true framerate with stereo separation enabledthilo2008-05-031-4/+5
* shut up warningthilo2008-05-011-1/+1
* - replace a few constant values with GL macros in tr_cmds.cthilo2008-05-0110-91/+175
* - variables with CVAR_ROM set get now overwritten by Cvar_Get() if the cvar e...thilo2008-05-011-11/+30
* Make forced unloading work in more cases than just server disconnectsthilo2008-04-291-0/+4
* - change default value for stereo seperationthilo2008-04-273-7/+29
* This may enable stereo rendering for other devices like shutter glasses, but ...thilo2008-04-272-3/+12
* Another two minor clean-ups to last commit.thilo2008-04-272-5/+2
* - Implement stereo rendering with anaglyph images.thilo2008-04-2710-130/+424
* * (bug 3611) prevent global symbol conflict on some systems (Mac OS X) fortjw2008-04-233-4/+3
* Fix crash bug for interfaces without assigned address, thanks to PhoinixGR fo...thilo2008-04-211-1/+7
* fix obvious bug, thanks mattn2thilo2008-04-161-1/+1
* Fix build on IRIX (Patrick Baggett)ludwig2008-04-161-1/+1
* better handling of illegal mode valuesludwig2008-04-131-3/+8