aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in case an invalid pk3 file has been downloaded from the se...thilo2009-10-191-0/+1
* Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ...thilo2009-10-121-1/+1
* * ...and actually r1626 this timetma2009-09-161-3/+0
* Let a separate libdir be specified for loading libraries.icculus2009-09-151-0/+3
* Fixed infinite recursion of writing crashlog because we're out of file handles.icculus2009-09-151-0/+1
* Move these definitions over for other files to use in preparation of the next...thilo2009-06-231-0/+8
* Make servers echo challenge codes from client getchallenge commandsthilo2009-06-011-1/+1
* Make command net_restart work so that port/ip settings can be changed without...thilo2009-05-291-1/+1
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-241-0/+1
* security fix: prevent command injection via callvoteludwig2009-01-171-0/+1
* fix strict aliasing issuesludwig2008-11-031-6/+3
* fix 64bit VM interface to work on ppc64 (#3838)ludwig2008-11-031-2/+2
* * Move command argument completion from being hard coded to being associatedtma2008-09-161-0/+13
* - Add scope id to ipv6 addresses.thilo2008-08-311-0/+1
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-221-1/+0
* * Use Sys_Sleep to limit FPS, which will save CPUtma2008-07-211-0/+2
* * Rename voip cvar to cl_voiptma2008-07-071-0/+1
* Changed the protocol for VoIP packets to support legacy clients.icculus2008-06-031-7/+14
* Initial patch for in-game VoIP support!icculus2008-06-011-2/+10
* - fix a potential file descriptor leak in server side of pak downloadingthilo2008-04-121-0/+1
* - Revamp in-game server browser: you can now scan for games on multiple maste...thilo2008-04-111-1/+1
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-101-0/+1
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-091-5/+8
* Add Multicast capabilities for LAN server scanning.thilo2008-04-091-0/+3
* set flag to allow forced unload of a running VMludwig2008-04-061-0/+2
* Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...thilo2008-04-041-3/+8
* - Replace vsprintf function in bg_lib.c with vsnprintf implementation started...thilo2008-03-251-10/+0
* * Write q3config_server.cfg for the server, to avoid reseting client variablestma2008-02-281-0/+6
* Add gamedirectory in .app to searchpath on MacOSXthilo2007-12-141-0/+7
* * Unconditionally place a '\' at the start of the command buffer whentma2007-10-121-0/+3
* * Remove some C99isms (f0rqu3)tma2007-10-011-1/+3
* * rewrite of the win32 dedicated console:tjw2007-09-151-0/+1
* * Merge unified-sdl to trunktma2007-09-051-57/+45
* * Merge win_net.c and unix_net.ctma2007-08-281-4/+1
* * (bug 3019) use the operating system's random number generator if possibletjw2007-02-161-0/+2
* * (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set totjw2007-02-121-1/+1
* - tag more functions with gnu format attributeludwig2006-12-301-5/+5
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-111-0/+6
* Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...thilo2006-08-281-1/+0
* More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ...thilo2006-08-281-0/+1
* - Add device enumeration support on windows and make "Generic Software" new d...thilo2006-08-191-0/+1
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-031-0/+4
* * sv_minRate (from R1CH)tma2006-06-171-1/+4
* - "baseq3" literal replacement patch (by Erik Auerswald) appliedthilo2006-04-261-2/+0
* * cl_guid for semi-reliable server authentication (from tjw)tma2006-04-221-0/+1
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-181-8/+8
* * Overhaul of console autocompletiontma2006-01-221-1/+4
* * Yet another MD4 implementationtma2006-01-181-1/+0
* * GPL MD4 implementationtma2006-01-181-1/+1
* * AVI video outputtma2006-01-041-1/+3