aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * Fix typo in cl_avi.c (Ben Millwood/bubu^)tma2009-09-081-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
* Make servers echo challenge codes from client getchallenge commandsthilo2009-06-014-60/+68
* Replace a few sprintf with Com_sprintfthilo2009-06-013-5/+5
* Fix warning in Sys_RandomBytes() usagethilo2009-05-311-1/+1
* I'll retain the new way seeding the random number generator.. these calls are...thilo2009-05-314-9/+1
* Revert changes of rand() to random() as random() was redefined in quake3.thilo2009-05-315-11/+17
* - Introduce seeding of the random number generator at startupthilo2009-05-315-17/+28
* Make command net_restart work so that port/ip settings can be changed without...thilo2009-05-292-40/+38
* This could never have worked in the first place. Duh.thilo2009-05-281-2/+7
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-247-144/+294
* Minor fix for server infostring. Thanks to slackerthilo2009-05-221-1/+1
* Minor code cleanupsthilo2009-05-211-13/+8
* More commentary to source codethilo2009-05-211-1/+25
* whitespace fixesludwig2009-05-081-26/+26
* SV_ReplacePendingServerCommands is unusedludwig2009-05-081-0/+2
* mark functions static (#4010)ludwig2009-05-087-43/+43
* msg->oob is actually qboolean (#4010)ludwig2009-05-081-4/+6
* fix name compare in 'follow' command (#4013)ludwig2009-05-081-28/+4
* add missing trap_RealTime prototype (#4015)ludwig2009-05-081-0/+1
* make Cvar_Command use all arguments just like Cvar_Set_f (#4063)ludwig2009-05-081-1/+1
* cvarlist: also display systeminfo and user created flagsludwig2009-05-081-0/+10
* whitespace correctionludwig2009-05-081-10/+10
* don't modify s_alDevice and add fallback to let openAL choose the deviceludwig2009-05-081-24/+15
* mark s_alDriver CVAR_LATCHludwig2009-05-081-1/+1
* define STRING and XSTRING in q_shared.h (#4054)ludwig2009-05-053-4/+4
* fix dedicated server stdin console (#4009)ludwig2009-05-031-10/+8