aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/common.c
Commit message (Expand)AuthorAgeFilesLines
* * (bug 3641) Server is left running following a local disconnecttma2008-05-121-0/+1
* Make forced unloading work in more cases than just server disconnectsthilo2008-04-291-0/+4
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-101-4/+14
* set flag to allow forced unload of a running VMludwig2008-04-061-0/+2
* - Replace vsprintf function in bg_lib.c with vsnprintf implementation started...thilo2008-03-251-1/+1
* * Write q3config_server.cfg for the server, to avoid reseting client variablestma2008-02-281-2/+2
* * send along the reason for disconnection when sending the disconnect tjw2007-12-311-0/+2
* * (bug 3454) Fix crash in autocompletion due to incorrect strncpy buffer sizetma2007-12-031-3/+6
* * Unconditionally place a '\' at the start of the command buffer whentma2007-10-121-38/+90
* * Merge unified-sdl to trunktma2007-09-051-91/+169
* * Fix a few -pedantic warningstma2007-07-251-1/+1
* * (bug 3019) use the operating system's random number generator if possibletjw2007-02-161-0/+21
* - Remove "server crashed" message on server shutdown caused by local client d...thilo2006-10-271-7/+7
* Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...thilo2006-08-281-5/+5
* More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ...thilo2006-08-281-2/+1
* Fix crash when recording to files and the map changes. Was caused by new, cor...thilo2006-08-281-3/+4
* * Print the SVN version string in Com_Init()tjw2006-08-251-1/+1
* Fix 100% CPU usage on idle dedicated servers.thilo2006-08-181-2/+2
* * sv_minRate (from R1CH)tma2006-06-171-0/+5
* Replaced various "baseq3" strings with the centrally defined BASEGAME macro.thilo2006-04-261-1/+1
* - botlib logfile now gets stored in the fs_game directory in fs_homepath. (pa...thilo2006-04-211-5/+16
* * Displace the '\n's passed to SV_Shutdowntma2006-02-281-4/+4
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-181-3/+3
* * Persistent console historytma2006-01-241-1/+4
* * Overhaul of console autocompletiontma2006-01-221-64/+199
* * Fix a bug with command/cvar autocompletiontma2006-01-211-1/+6
* * Fix to a stupid bug I introduced whilst trying to be clevertma2006-01-151-2/+3
* * Up the defaults for zone and hunk memory since some mods (UT) have largetma2006-01-051-13/+16
* * Fix the MinGW and (hopefully) OS X buildstma2006-01-041-310/+0
* * Replaced ALIGN macro with PADtma2005-12-051-2/+2
* Better altivec cvar handling. Should fix crashes at startup, or curious icculus2005-12-041-2/+28
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-261-1/+8
* use common macro for alignmentludwig2005-11-131-2/+2
* use system memcpy and memsetludwig2005-11-061-5/+2
* - set umask to 0077 before writing the cdkey, the rest of the worldludwig2005-11-061-3/+15
* * Centralise architecture defines in q_platform.htma2005-11-051-2/+2
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-041-3/+1
* allocate memory pointer alignedludwig2005-11-021-2/+2
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-291-1/+1
* * Added STATUStma2005-10-291-1/+1
* * Moved various source files from their mod sdk locations to places moretma2005-10-261-1/+1
* * Tab completed commands no longer treated like cvarstma2005-10-211-4/+16
* * Tiny patch to print values of cvars when tab completing ala ETtma2005-10-211-1/+1
* * FreeBSD fixes/updates from Andreas Kohntma2005-09-251-1/+1
* * Replaced lots of __linux__ || __FreeBSD__ with __GNUC__tma2005-09-231-6/+2
* * Port to MinGWtma2005-09-221-1/+1
* Cleanups from pomac!zakk2005-09-021-1/+1
* remove svn:executable propertyludwig2005-08-281-0/+0
* Ludwig's 1st diff: Some 64bit fixes for x86_64. Also fixes Makefile build.zakk2005-08-271-1/+2
* newlines fixedzakk2005-08-261-3317/+3317