aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
...
* Only don't send packet on disabled multicast if it actually is a multicast pa...thilo2008-04-121-2/+2
* - fix a potential file descriptor leak in server side of pak downloadingthilo2008-04-122-1/+3
* - Revamp in-game server browser: you can now scan for games on multiple maste...thilo2008-04-112-15/+18
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-104-15/+39
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-093-13/+27
* Fix uninitialized usage warnings on MacOSX.thilo2008-04-091-1/+1
* Add Multicast capabilities for LAN server scanning.thilo2008-04-096-135/+326
* set flag to allow forced unload of a running VMludwig2008-04-063-2/+21
* debug output for EXEC_NOWludwig2008-04-061-0/+2
* revert changes to that one as this is not necessary.thilo2008-04-061-1/+1
* Make sure that one broken shader file cannot crash the game / make the other ...thilo2008-04-061-1/+1
* * Fix to MinGW build following IPv6 changestma2008-04-051-5/+11
* I hope this makes the code work on solaris, too and fix the EINVAL on sendto()thilo2008-04-051-3/+3
* - include Winsock2.h for windowsthilo2008-04-052-1/+5
* Fix compilation on Solaris and possibly other platforms that have no getifadd...thilo2008-04-051-91/+24
* Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...thilo2008-04-043-384/+770
* strcpy -> memmove as string does overlap which should be avoided according to...thilo2008-03-251-1/+2
* Commit patch from Jacques Boscq, which will prohibit the calling of memcpy wi...thilo2008-03-251-2/+4
* - Replace vsprintf function in bg_lib.c with vsnprintf implementation started...thilo2008-03-254-38/+39
* vsnprintf -> Q_vsnprintfthilo2008-03-251-1/+1
* Applied patch to clean up code for reading cvars and add new command "print" ...thilo2008-03-251-87/+70
* use vm->callLevel to count recursive calls to VM_Callludwig2008-03-244-16/+18
* * Write q3config_server.cfg for the server, to avoid reseting client variablestma2008-02-283-3/+9
* move all image decoders into separate filesludwig2008-02-141-44/+0
* * send along the reason for disconnection when sending the disconnect tjw2007-12-311-0/+2
* Add gamedirectory in .app to searchpath on MacOSXthilo2007-12-142-1/+22
* Replace obsolete macro with some other macro. I hope this does not break too ...thilo2007-12-141-1/+1
* * (bug 3470) Correct type for function pointertma2007-12-111-1/+1
* * (bug 3454) Fix crash in autocompletion due to incorrect strncpy buffer sizetma2007-12-031-3/+6
* * Add con_log.c to log all console outputtma2007-11-301-1/+1
* * Move MINSDL_ values to sys_local.h from Makefile/VC projecttma2007-11-262-54/+26
* * (bug 3420) Don't respect sv_killserver unless a server is actually runningtma2007-11-231-0/+2
* * Don't truncate the cvar value when the user specifically asks for ittma2007-11-011-10/+4
* include endian.h (#3399)ludwig2007-10-261-0/+2
* * Add required header on *BSDtma2007-10-131-0/+3
* * OpenBSD support (Toni Spets <toni.spets@gmail.com>)tma2007-10-121-0/+24
* * Unconditionally place a '\' at the start of the command buffer whentma2007-10-122-38/+93
* * Bug fix to collision optimisation (arQon)tma2007-10-064-3/+44
* * Remove some C99isms (f0rqu3)tma2007-10-011-1/+3
* * Move the conditional compilation of bg_lib.c from the Makefile to cpp intma2007-09-221-3/+1
* * (bug 3318) Restrict color escape characters to alphanumericstma2007-09-211-1/+1
* * rewrite of the win32 dedicated console:tjw2007-09-152-26/+11
* * Compile time and runtime checks for SDL >= 1.2.7tma2007-09-061-3/+5
* * Merge unified-sdl to trunktma2007-09-0515-577/+543
* clean up pak file checks + fixing stray error message when an unofficial pak9...thilo2007-08-301-12/+24
* * Merge win_net.c and unix_net.ctma2007-08-283-23/+1083
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-263-1/+23
* * ...And the other deliberate mistaketma2007-08-241-1/+1
* * (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)tma2007-08-241-25/+3
* * PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>tma2007-08-232-0/+801