aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Multicast capabilities for LAN server scanning.thilo2008-04-091-11/+12
* Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...thilo2008-04-041-42/+91
* A more clean solution to this bug. Stop the renderer when the UI VM is not ru...thilo2008-03-271-4/+0
* Fix flashing connect screen, see https://bugzilla.icculus.org/show_bug.cgi?id...thilo2008-03-271-0/+4
* Remove obsolete code for obfuscation.thilo2008-03-251-11/+1
* * (bug 3412) %s expansion security patch (DevHC)tma2008-01-221-3/+3
* Remove small redundancythilo2007-12-271-2/+2
* * Fix bug where an extraneous render command can cause a crash whentma2007-11-181-0/+2
* make master server used by client configurable (cl_master)ludwig2007-11-141-2/+4
* * Fix bug that prevented key up events getting to cgame/ui when not in gametma2007-10-021-6/+7
* * Move the conditional compilation of bg_lib.c from the Makefile to cpp intma2007-09-221-5/+5
* * Merge unified-sdl to trunktma2007-09-051-30/+110
* * Merge win_net.c and unix_net.ctma2007-08-281-9/+0
* * (bug 3018) Should not reset CVAR_CHEAT cvars when loading cgame/ui if theytjw2007-04-051-1/+2
* * (bug 3019) use the operating system's random number generator if possibletjw2007-02-161-7/+3
* * (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set totjw2007-02-121-11/+70
* - tag more functions with gnu format attributeludwig2006-12-301-1/+1
* * Merge 954:955 from 1.34 branchtma2006-11-281-1/+1
* - Remove "server crashed" message on server shutdown caused by local client d...thilo2006-10-271-0/+3
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-111-4/+86
* * Disable video command when not playing back a demotma2006-08-291-0/+6
* Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...thilo2006-08-281-3/+0
* Fix crash when recording to files and the map changes. Was caused by new, cor...thilo2006-08-281-0/+3
* - compensate sv_fps for timescale value.thilo2006-08-261-7/+23
* * qvm files no longer installed by "make copyfiles"tma2006-08-131-0/+3
* Changed the demofile slot finder to use FS_FileExists instead of FS_ReadFile ...thilo2006-07-301-3/+1
* Fix wrong demo filename when all 9999 demo*.dm_64 file slots have been written.thilo2006-07-301-4/+2
* - Fix bug that allows a malicious server to write and overwrite any files in ...thilo2006-06-161-7/+0
* Forgot to check for windows-style path seperator in precaution against direct...thilo2006-06-011-1/+1
* Prevent servers from making clients download files that are written to non-qu...thilo2006-05-281-0/+7
* Add string length checking to function COM_StripExtension. This fixes the R_R...thilo2006-05-061-1/+1
* - Added SV_Shutdown to Linux signal handler to ensure that clients don't hang...thilo2006-05-041-0/+4
* - Introduced various new typedefs for windows platform (int32_t, int64_t, etc...thilo2006-04-271-2/+1
* - "baseq3" literal replacement patch (by Erik Auerswald) appliedthilo2006-04-261-1/+2