aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* Initial patch for in-game VoIP support!icculus2008-06-0118-127/+1144
* mumble link supportludwig2008-05-305-0/+235
* reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)ludwig2008-05-251-1/+1
* whoops.thilo2008-05-171-1/+1
* - Workaround for buggy MacOSX getaddrinfo() implementation that doesn't accep...thilo2008-05-171-2/+10
* * (bug 3641) Server is left running following a local disconnecttma2008-05-121-0/+1
* * Fix a bunch of compile warningstma2008-05-102-27/+42
* combine all mouse events received in one frameludwig2008-05-061-1/+8
* define the product version in the Makefileludwig2008-05-061-7/+1
* Show true framerate with stereo separation enabledthilo2008-05-031-4/+5
* shut up warningthilo2008-05-011-1/+1
* - replace a few constant values with GL macros in tr_cmds.cthilo2008-05-0110-91/+175
* - variables with CVAR_ROM set get now overwritten by Cvar_Get() if the cvar e...thilo2008-05-011-11/+30
* Make forced unloading work in more cases than just server disconnectsthilo2008-04-291-0/+4
* - change default value for stereo seperationthilo2008-04-273-7/+29
* This may enable stereo rendering for other devices like shutter glasses, but ...thilo2008-04-272-3/+12
* Another two minor clean-ups to last commit.thilo2008-04-272-5/+2
* - Implement stereo rendering with anaglyph images.thilo2008-04-2710-130/+424
* * (bug 3611) prevent global symbol conflict on some systems (Mac OS X) fortjw2008-04-233-4/+3
* 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