aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in case an invalid pk3 file has been downloaded from the se...thilo2009-10-191-1/+19
* Fix environment variable handling for Linux, make setenv command added before...thilo2009-10-121-37/+0
* Don't need a call to va() for thisthilo2009-10-121-1/+1
* Whoops.. don't make it overwrite cmds in case of recursive error.thilo2009-10-111-7/+6
* Fix recursive error for disconnect after reliable client command overflow. Th...thilo2009-10-111-20/+29
* * Fix warning in cl_main.ctma2009-09-141-1/+1
* Better handling of "voip" console command.icculus2009-09-141-1/+19
* More 3966 business:zakk2009-07-071-9/+6
* Fix for bad ping times, see bug 3966 but note that this patch is different, g...zakk2009-07-041-1/+4
* Make client send a random challenge number in getchallenge requeststhilo2009-06-011-22/+46
* I'll retain the new way seeding the random number generator.. these calls are...thilo2009-05-311-5/+1
* Revert changes of rand() to random() as random() was redefined in quake3.thilo2009-05-311-2/+6
* - Introduce seeding of the random number generator at startupthilo2009-05-311-6/+2
* * Move command argument completion from being hard coded to being associatedtma2008-09-161-0/+35
* * Supply specific identifier to the master server (Mathieu Olivier)tma2008-09-151-1/+1
* * Add Com_HexStrToInttma2008-09-051-2/+2
* - Add scope id to ipv6 addresses.thilo2008-08-311-6/+29
* * Revert 'Handle dead keys more gracefully by taking a "best guess" rather thantma2008-08-281-0/+5
* * Restrict OpenAL capture support test hack to OS X, where it is required; thistma2008-08-031-1/+1
* * Remove cl_platformSensitivity as it predates the move to SDL everywheretma2008-07-121-2/+0
* * Rename voip cvar to cl_voiptma2008-07-071-19/+17
* * Don't start UI when starting client binary with +set dedicated 1tma2008-07-061-4/+4
* * Fix killserver command for client binary based dedicated servertma2008-07-061-1/+1
* VOIP: Added cvar cl_voipCaptureMult to boost gain on recorded bits.icculus2008-07-051-1/+8
* VoIP: Added cheapie VoIP meter.icculus2008-06-251-3/+6
* VoIP: Save own voice when recording a demo.icculus2008-06-081-0/+1
* VoIP: Don't lose gain for good if using VAD on disconnect.icculus2008-06-081-0/+4
* VoIP: tweaked VAD code.icculus2008-06-081-1/+3
* VoIP: attempt at changing voipPower calc and using it for VAD.icculus2008-06-081-18/+12
* VoIP: initial shot at voice activation.icculus2008-06-071-24/+55
* VoIP: Initial work on adding Speex preprocessor.icculus2008-06-071-1/+3
* VoIP: Don't hardcode Speex sample rate.icculus2008-06-071-2/+2
* VoIP: functionality to adjust incoming audio gain, per-user.icculus2008-06-041-0/+2
* VoIP: client can now specify targets for voice transmission.icculus2008-06-041-0/+16
* VoIP: voip cvar should be 1 by default.icculus2008-06-031-1/+1
* 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-021-0/+6
* Changed a few VoIP cvars to be latched.icculus2008-06-011-2/+2
* 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-011-0/+235
* mumble link supportludwig2008-05-301-0/+61
* - replace a few constant values with GL macros in tr_cmds.cthilo2008-05-011-0/+2
* 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-111-106/+90
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-101-4/+3
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-091-1/+4