aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
* * Fix leaking OpenAL buffers (Amanieu)tma2009-03-151-0/+12
* * Fix some new GCC 4.3 warningstma2008-11-101-34/+43
* fix variable declaration (#3849)ludwig2008-11-101-1/+1
* fix strict aliasing issuesludwig2008-11-032-10/+6
* move location of version string in console a bitludwig2008-11-021-5/+3
* specify alDevice instead of NULL when asking for for ALC_EXTENSIONSludwig2008-11-021-1/+1
* fix return value of CL_cURL_CallbackWrite (#3804)ludwig2008-10-241-1/+1
* fix crash with videos on ppc (#2523,3802). Patch by Przemysław Iskraludwig2008-10-241-2/+2
* * Move command argument completion from being hard coded to being associatedtma2008-09-163-0/+93
* * Supply specific identifier to the master server (Mathieu Olivier)tma2008-09-151-1/+1
* * Add Com_HexStrToInttma2008-09-052-23/+6
* - 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-284-6/+12
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-223-4/+0
* * Tidy up the keyboard code a bit, add in_keyboardDebugtma2008-08-191-1/+0
* * (bug 3674) Change default for s_alGain from 0.4 to 1.0tma2008-08-081-1/+1
* * Restrict OpenAL capture support test hack to OS X, where it is required; thistma2008-08-032-7/+18
* fix build without VOIP (David Severwright, bug#3720)ludwig2008-07-161-0/+2
* * Remove cl_platformSensitivity as it predates the move to SDL everywheretma2008-07-123-5/+1
* * Rename voip cvar to cl_voiptma2008-07-0711-50/+48
* * 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
* * Fixed client binary dedicated servertma2008-07-061-5/+5
* VOIP: Added cvar cl_voipCaptureMult to boost gain on recorded bits.icculus2008-07-052-1/+9
* Whitespace cleanup.icculus2008-06-291-1/+1
* 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