aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.icculus2009-09-154-0/+63
* Fixed a compiler warning on Apple's GCC.icculus2009-09-151-1/+1
* Patched to compile.icculus2009-09-151-2/+1
* Added Intel CC compatibility to vm_x86.c's inline asm.icculus2009-09-151-8/+14
* Removed more unused variables.icculus2009-09-153-8/+3
* Removed unused variables.icculus2009-09-151-3/+0
* Handle r_colorbits values better.icculus2009-09-151-3/+2
* Enable -fvisibility=hidden on Linux.icculus2009-09-159-8/+18
* Updated Solaris packaging, per Vincent Cojot.icculus2009-09-157-16/+28
* Renamed bot_developer to botDeveloper to prevent symbol clash.icculus2009-09-1511-24/+24
* Make TOOLS_CFLAGS more easily customisable in the Makefile.icculus2009-09-151-4/+4
* When dropping bots, don't move to CS_ZOMBIE. Go straight to CS_FREE.icculus2009-09-151-5/+10
* Fix SGI systems choosing an inefficient 36-bit color visual.icculus2009-09-151-0/+8
* Removed broken music fading code from snd_dma.icculus2009-09-151-6/+2
* Fixed infinite recursion of writing crashlog because we're out of file handles.icculus2009-09-153-8/+26
* Don't allow negative arguments to the "wait" console command.icculus2009-09-141-1/+3
* Make q3asm's CodeError print to stderr.icculus2009-09-141-2/+2
* Makefile: Allow overriding options for different setups, OpenBSD fixes.icculus2009-09-141-34/+61
* Make newly-created prefpath permissions more sane.icculus2009-09-141-3/+3
* Create "~/Library/Application Support" on Mac OS X if it doesn't exist.icculus2009-09-141-1/+5
* Fixed triggering Com_Error() when kicking a large number of bots at once.icculus2009-09-141-1/+1
* Try to catch some NaNs that are almost certainly a compiler optimization bug.icculus2009-09-141-0/+8
* Allow optional window resizing.icculus2009-09-143-0/+30
* Threw in a hack to fix rendering of credits menu in widescreen.icculus2009-09-141-0/+6
* Fixed compiler warnings on gcc 4.3.3 (and probably others).icculus2009-09-141-22/+22
* Fixed uninitialized variable.icculus2009-09-141-1/+3
* Minor reworking to check command line cvars before Com_InitZoneMemory().icculus2009-09-141-6/+8
* Fixed use of alloca() in libspeex on Solaris, I think.icculus2009-09-141-0/+3
* Added s_muteWhenUnfocused cvar (thanks, Chris!).icculus2009-09-141-1/+4
* SetTeam fix from Martin Doucha.icculus2009-09-141-4/+4
* * Fix warning in cl_main.ctma2009-09-145-17/+53
* Better handling of "voip" console command.icculus2009-09-141-1/+19
* Fixed VoIP documentation mistake.icculus2009-09-141-3/+3
* * Fix typo in cl_avi.c (Ben Millwood/bubu^)tma2009-09-081-1/+1
* Patch from kevlarman for fixing external speex compilezakk2009-08-021-1/+1
* More 3966 business:zakk2009-07-071-9/+6
* Fix for bad ping times, see bug 3966 but note that this patch is different, g...zakk2009-07-041-1/+4
* - Add error handling for Opensolaris f***ing up a numeric getnameinfo() call.thilo2009-06-261-24/+29
* - fix typo in previous commit to net_ip.cthilo2009-06-232-23/+58
* Move these definitions over for other files to use in preparation of the next...thilo2009-06-232-7/+8
* minor cleanupthilo2009-06-231-11/+11
* Fix setsockopt so that setting the IPV6ONLY flag really works.thilo2009-06-221-1/+1
* This patch from Monk fixes the q3asm help screenzakk2009-06-141-6/+7
* See here:zakk2009-06-133-0/+10
* < sg_Tequila> says that this is busted. Thilo will hopefully be pleased.zakk2009-06-101-1/+1
* fix code cleanupthilo2009-06-101-7/+10
* minor code cleanupthilo2009-06-101-10/+7
* How did this happen?thilo2009-06-101-1/+1
* Fix highest file descriptor for select(), thanks to Ben Millwood for reportingthilo2009-06-051-3/+2
* Make client send a random challenge number in getchallenge requeststhilo2009-06-011-22/+46