aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
...
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-242-12/+64
* Minor code cleanupsthilo2009-05-211-13/+8
* 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
* define STRING and XSTRING in q_shared.h (#4054)ludwig2009-05-052-2/+4
* align stack before re-entering engine to make sse work (#4051)ludwig2009-05-021-0/+5
* * Remove superfluous comments committed with fix to bug #3999tma2009-03-021-4/+2
* initialize qport with random value instead of time (#3999)ludwig2009-03-021-1/+8
* 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
* security fix: prevent command injection via callvoteludwig2009-01-172-0/+17
* * Fix some new GCC 4.3 warningstma2008-11-106-53/+70
* realloc vm->instructionPointers on ppc64ludwig2008-11-101-78/+96
* new PowerPC vmludwig2008-11-103-0/+3317
* fix strict aliasing issuesludwig2008-11-036-53/+38
* fix 64bit VM interface to work on ppc64 (#3838)ludwig2008-11-031-2/+2
* Patch to make getnameinfo() call work on OpenBSD systems. Created by agent596...thilo2008-10-291-3/+10
* * Move command argument completion from being hard coded to being associatedtma2008-09-164-89/+87
* * Supply specific identifier to the master server (Mathieu Olivier)tma2008-09-151-2/+2
* * Add Com_HexStrToInttma2008-09-052-97/+80
* - Add scope id to ipv6 addresses.thilo2008-08-313-9/+13
* * Fix to console completion bug introduced by the last fix (from the oopstma2008-08-301-1/+1
* * Collapse common command completion code into one function and fix thetma2008-08-271-57/+38
* * Handle dead keys more gracefully by taking a "best guess" rather than ignoringtma2008-08-251-0/+8
* * Fix unused variable warningtma2008-08-231-1/+1
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-225-22/+19
* * More robust x86 vm entrypoint/callback assembly (Tron)tma2008-08-171-96/+74
* * Use IPv6 header qcommon/wspiapi.h if it has been added by the end usertma2008-08-091-43/+50
* * Fix memory leak in win32 VM code (arQon/dmitry)tma2008-08-062-2/+2
* * Change win32 client Sys_Sleep so it ONLY sleeps since before it was waking on tma2008-08-031-1/+8
* * Sign check com_maxfps* variablestma2008-07-211-3/+3
* * Use Sys_Sleep to limit FPS, which will save CPUtma2008-07-212-2/+19
* * (bug 3712) MSVC build fix s/strtof/strtod/ (Pat Raynor <raynorpat@gmail.com>)tma2008-07-091-1/+1
* * Rename voip cvar to cl_voiptma2008-07-075-12/+169
* * Remove silly range check on sv_voip during initialisationtma2008-07-061-1/+1
* * Change dedicated cvar to CVAR_LATCH on the dedicated servertma2008-07-061-1/+1
* * (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend tma2008-07-052-2/+37
* Thanks to Lakitu7 for pointing this out.zakk2008-06-171-1/+1
* bind ipv6 sockets firstludwig2008-06-121-20/+21
* show numeric address the server binds toludwig2008-06-121-6/+6
* Add PRODUCT_VERSION back into q_shared.h for MSVC builds.juz2008-06-041-0/+4
* Changed the protocol for VoIP packets to support legacy clients.icculus2008-06-033-7/+35
* Initial patch for in-game VoIP support!icculus2008-06-011-2/+10
* 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