aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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-293-40/+40
* This could never have worked in the first place. Duh.thilo2009-05-281-2/+7
* openal32.dll is actually spelled OpenAL32.dll nowludwig2009-05-251-2/+2
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-248-146/+298
* 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
* * Update MSVC project files for latest revisionjuz2009-05-116-99/+66
* 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
* ReadMe for OS X 1.36zakk2009-05-061-0/+29
* fall back to sdl-config if SDL_CFLAGS are emptyludwig2009-05-051-1/+3
* define STRING and XSTRING in q_shared.h (#4054)ludwig2009-05-053-4/+4
* some more solaris filesludwig2009-05-048-0/+62
* fix dedicated server stdin console (#4009)ludwig2009-05-031-10/+8
* Solaris fixes (#4048)ludwig2009-05-032-8/+42
* set SDL CFLAGS and LIBS at central placeludwig2009-05-031-11/+22
* make some functions static (#4014)ludwig2009-05-021-15/+15