aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* * Fix MinGW build (it doesn't have _putenv_s)tma2009-10-131-1/+1
* Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ...thilo2009-10-123-21/+20
* MinGW doesn't have setenv() either, so.....thilo2009-10-121-3/+3
* Fix environment variable handling for Linux, make setenv command added before...thilo2009-10-121-13/+53
* fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now.thilo2009-10-121-16/+0
* Fix fake checksum handling if client is unpure, make sure client does not rem...thilo2009-10-111-1/+4
* * Fix bad syntax in 64bit assembler (Undeference)tma2009-10-061-1/+1
* Revert back color code changethilo2009-10-031-2/+2
* - Modify color generating codes to only accept numbers and not alphabetical c...thilo2009-10-031-9/+9
* * (bug #3639) BoxOnPlaneSide rewrite (Diego de Estrada/Patrick Bagget/Danieltma2009-09-211-315/+15
* * ...and make sure it compilestma2009-09-171-3/+3
* * (bug #4282) Fix potential overlap of VM stack and bss sections (Patricktma2009-09-171-1/+2
* * ...and actually r1626 this timetma2009-09-162-6/+0
* Let a separate libdir be specified for loading libraries.icculus2009-09-152-0/+6
* Fixed amd64 JIT output bug.icculus2009-09-151-1/+1
* Add x86_64 ARCH_STRING for FreeBSD.icculus2009-09-151-0/+2
* Echo console command now colorizes by string, not token.icculus2009-09-151-5/+1
* Allow Cvar_Toggle_f() to iterate through a list of values.icculus2009-09-151-7/+30
* Patched to compile.icculus2009-09-151-2/+1
* Added Intel CC compatibility to vm_x86.c's inline asm.icculus2009-09-151-8/+14
* Enable -fvisibility=hidden on Linux.icculus2009-09-151-0/+10
* Fixed infinite recursion of writing crashlog because we're out of file handles.icculus2009-09-152-1/+2
* Don't allow negative arguments to the "wait" console command.icculus2009-09-141-1/+3
* Fixed uninitialized variable.icculus2009-09-141-1/+3
* Minor reworking to check command line cvars before Com_InitZoneMemory().icculus2009-09-141-6/+8
* - 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-231-1/+1
* 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
* Fix highest file descriptor for select(), thanks to Ben Millwood for reportingthilo2009-06-051-3/+2
* Make servers echo challenge codes from client getchallenge commandsthilo2009-06-011-1/+1
* Replace a few sprintf with Com_sprintfthilo2009-06-011-3/+3
* 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-311-1/+0
* Revert changes of rand() to random() as random() was redefined in quake3.thilo2009-05-311-4/+4
* - Introduce seeding of the random number generator at startupthilo2009-05-311-4/+22
* Make command net_restart work so that port/ip settings can be changed without...thilo2009-05-292-40/+38
* - 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