aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* - 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
* make some functions static (#4014)ludwig2009-05-021-15/+15
* align stack before re-entering engine to make sse work (#4051)ludwig2009-05-021-0/+5
* * Fix leaking OpenAL buffers (Amanieu)tma2009-03-151-0/+12
* * Remove unexplainable ( tr.overbrightBits > 0 ) condition when correctingtma2009-03-121-4/+4
* * Remove superfluous comments committed with fix to bug #3999tma2009-03-022-8/+4
* initialize Sys_Milliseconds early (#3999)ludwig2009-03-021-0/+5
* initialize qport with random value instead of time (#3999)ludwig2009-03-021-1/+8
* fix STANDALONE challengeResponse (#4000)ludwig2009-03-021-5/+2
* qcommon: vm: Add sparc JIT compiler.ludwig2009-03-022-0/+1726
* qcommon: vm: sparc, like 386, doesn't need var-args conversion.ludwig2009-03-021-1/+1
* qcommon: Add idsparc and set when __sparc__ && !C_ONLYludwig2009-03-021-0/+7
* * s/FS_FilenameIsExecutable/FS_CheckFilenameIsNotExecutable/gtma2009-02-261-13/+14
* move speex config.h to correct placeludwig2009-02-111-0/+0
* fix msvc build (#3857, #3771)ludwig2009-02-101-0/+20
* fix potential segfault (found by DerSaidin in xreal)ludwig2009-01-231-1/+2
* security fix: prevent command injection via callvoteludwig2009-01-174-3/+29
* fix overflow in CG_ParseTeamInfoludwig2009-01-131-0/+11
* gamename is already a cvar with CVAR_SERVERINFOludwig2009-01-111-1/+0
* * Fix some new GCC 4.3 warningstma2008-11-1019-152/+220
* fix variable declaration (#3849)ludwig2008-11-101-1/+1
* realloc vm->instructionPointers on ppc64ludwig2008-11-101-78/+96
* new PowerPC vmludwig2008-11-103-0/+3317
* fix strict aliasing issuesludwig2008-11-0314-100/+83
* fix 64bit VM interface to work on ppc64 (#3838)ludwig2008-11-031-2/+2
* move location of version string in console a bitludwig2008-11-021-5/+3
* specify alDevice instead of NULL when asking for for ALC_EXTENSIONSludwig2008-11-021-1/+1
* Patch to make getnameinfo() call work on OpenBSD systems. Created by agent596...thilo2008-10-291-3/+10
* fix return value of CL_cURL_CallbackWrite (#3804)ludwig2008-10-241-1/+1
* fix crash with videos on ppc (#2523,3802). Patch by Przemysław Iskraludwig2008-10-241-2/+2
* * Move command argument completion from being hard coded to being associatedtma2008-09-168-89/+195
* * Supply specific identifier to the master server (Mathieu Olivier)tma2008-09-153-4/+4
* * Add Com_HexStrToInttma2008-09-055-149/+131
* - Add scope id to ipv6 addresses.thilo2008-08-315-17/+48