aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
...
* Don't show VoIP meter in all the common scenarios.icculus2008-06-291-4/+13
* VoIP: allow targetting last attacker, or the one in your crosshairs.icculus2008-06-251-0/+12
* VoIP: Added cheapie VoIP meter.icculus2008-06-253-3/+43
* 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
* 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
* Changed the protocol for VoIP packets to support legacy clients.icculus2008-06-032-8/+21
* 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-022-1/+9
* fix openal dlopenludwig2008-06-021-0/+15
* 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-0112-125/+887
* mumble link supportludwig2008-05-305-0/+235
* * Fix a bunch of compile warningstma2008-05-101-13/+25
* - replace a few constant values with GL macros in tr_cmds.cthilo2008-05-012-2/+4
* - Implement stereo rendering with anaglyph images.thilo2008-04-271-3/+4
* remove commented codethilo2008-04-121-5/+0
* Another change to server parsing as a server reporting in from 69.79.84.0/24 ...thilo2008-04-121-29/+25
* * Fix some recently introduced warningstma2008-04-121-1/+1
* - fix a potential file descriptor leak in server side of pak downloadingthilo2008-04-121-1/+1
* - Revamp in-game server browser: you can now scan for games on multiple maste...thilo2008-04-113-174/+106
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-103-5/+13
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-091-1/+4
* Add Multicast capabilities for LAN server scanning.thilo2008-04-092-15/+16
* catch EXEC_NOW on quit to prevent deleting a running vmludwig2008-04-061-1/+3
* Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...thilo2008-04-042-44/+93
* These checks are now redundant.thilo2008-03-271-2/+2
* A more clean solution to this bug. Stop the renderer when the UI VM is not ru...thilo2008-03-272-16/+17
* Fix flashing connect screen, see https://bugzilla.icculus.org/show_bug.cgi?id...thilo2008-03-271-0/+4
* Make sure fullscreen does not work for in_nograb when manually Alt-Entering, ...thilo2008-03-261-1/+1
* Remove obsolete code for obfuscation.thilo2008-03-251-11/+1
* catch Cbuf_ExecuteText(EXEC_NOW,...) from the ui as that would crash the vmludwig2008-03-241-0/+6
* * (bug 3567) Fix to error handling in Ogg decoder (Joerg Dietrich)tma2008-03-111-3/+3
* * Ogg codec fix regarding ogg files in pk3s (Tr3b)tma2008-03-021-3/+7
* Angst and zinx cajoled me into removing trying to load libcurl.so again.thilo2008-02-172-17/+12
* Fall back to libcurl.so.4 or libcurl.so.4 if the default symlink does not exist.thilo2008-02-161-5/+20