aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* Fix crash bug for interfaces without assigned address, thanks to PhoinixGR fo...thilo2008-04-211-1/+7
* fix obvious bug, thanks mattn2thilo2008-04-161-1/+1
* Fix build on IRIX (Patrick Baggett)ludwig2008-04-161-1/+1
* better handling of illegal mode valuesludwig2008-04-131-3/+8
* sort video modes only if there are modes to sortludwig2008-04-131-1/+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-123-5/+4
* One minor comment fixthilo2008-04-121-2/+2
* 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-128-3/+454
* - Revamp in-game server browser: you can now scan for games on multiple maste...thilo2008-04-118-258/+181
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-109-24/+62
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-098-18/+48
* Fix uninitialized usage warnings on MacOSX.thilo2008-04-091-1/+1
* Add Multicast capabilities for LAN server scanning.thilo2008-04-0910-150/+348
* Add length checking to prevent malicious mdr files to overflow buffers.thilo2008-04-081-11/+57
* Handle detail textures correctly when r_detailedTextures is set to 0.thilo2008-04-061-5/+23
* set flag to allow forced unload of a running VMludwig2008-04-063-2/+21
* debug output for EXEC_NOWludwig2008-04-061-0/+2
* catch EXEC_NOW on quit to prevent deleting a running vmludwig2008-04-061-1/+3
* Actually take into account how SkipBracedSection works. It requires a section...thilo2008-04-061-1/+1
* 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-062-10/+42
* * 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-048-470/+915
* * remove COM_Compress() call on script buffer loaded into memory. I assumetjw2008-03-281-2/+0
* These checks are now redundant.thilo2008-03-271-2/+2
* A more clean solution to this bug. Stop the renderer when the UI VM is not ru...thilo2008-03-272-16/+17
* Fix flashing connect screen, see https://bugzilla.icculus.org/show_bug.cgi?id...thilo2008-03-271-0/+4
* This hack probably is not needed anymore.thilo2008-03-271-1/+1
* Make sure fullscreen does not work for in_nograb when manually Alt-Entering, ...thilo2008-03-262-1/+8
* Make cast-workaround to unsigned int use sizeof operator.thilo2008-03-261-3/+3
* strcpy -> memmove as string does overlap which should be avoided according to...thilo2008-03-251-1/+2
* Remove obsolete code for obfuscation.thilo2008-03-251-11/+1
* 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-2518-288/+792
* 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
* catch Cbuf_ExecuteText(EXEC_NOW,...) from the ui as that would crash the vmludwig2008-03-241-0/+6
* * (bug 3567) Fix to error handling in Ogg decoder (Joerg Dietrich)tma2008-03-111-3/+3
* * Ogg codec fix regarding ogg files in pk3s (Tr3b)tma2008-03-021-3/+7
* * Write q3config_server.cfg for the server, to avoid reseting client variablestma2008-02-283-3/+9
* * (bug 3427) Single Player causes SIGBUS on SGI IRIX (Patrick Baggett)tma2008-02-203-15/+15
* Angst and zinx cajoled me into removing trying to load libcurl.so again.thilo2008-02-172-17/+12
* Fall back to libcurl.so.4 or libcurl.so.4 if the default symlink does not exist.thilo2008-02-161-5/+20