| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix uninitialized words in VM interpreter, reported by Patrick Baggett (4281) | thilo | 2009-10-23 | 1 | -65/+57 |
* | * D'oh, vm_ppc.c isn't used any more | tma | 2009-10-20 | 1 | -2071/+0 |
* | * Sort out the white space disaster in vm_ppc.c | tma | 2009-10-20 | 1 | -1233/+1230 |
* | * (bug #4249) Fix similar overflow in PPC VM (untested) | tma | 2009-10-20 | 1 | -25/+35 |
* | * (bug #4249) Fix buffer overflow in x86 VM | tma | 2009-10-19 | 1 | -19/+29 |
* | Fix infinite loop in case an invalid pk3 file has been downloaded from the se... | thilo | 2009-10-19 | 2 | -15/+58 |
* | Shut up warnings | thilo | 2009-10-19 | 1 | -2/+2 |
* | - Applied patch from /dev/humancontroller to set cvar_modifiedFlags from Cvar... | thilo | 2009-10-19 | 1 | -25/+18 |
* | Just unix2dos, nothing to see here ... | thilo | 2009-10-19 | 5 | -4110/+1704 |
* | * Fix MinGW build (it doesn't have _putenv_s) | tma | 2009-10-13 | 1 | -1/+1 |
* | Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ... | thilo | 2009-10-12 | 3 | -21/+20 |
* | MinGW doesn't have setenv() either, so..... | thilo | 2009-10-12 | 1 | -3/+3 |
* | Fix environment variable handling for Linux, make setenv command added before... | thilo | 2009-10-12 | 1 | -13/+53 |
* | fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now. | thilo | 2009-10-12 | 1 | -16/+0 |
* | Fix fake checksum handling if client is unpure, make sure client does not rem... | thilo | 2009-10-11 | 1 | -1/+4 |
* | * Fix bad syntax in 64bit assembler (Undeference) | tma | 2009-10-06 | 1 | -1/+1 |
* | Revert back color code change | thilo | 2009-10-03 | 1 | -2/+2 |
* | - Modify color generating codes to only accept numbers and not alphabetical c... | thilo | 2009-10-03 | 1 | -9/+9 |
* | * (bug #3639) BoxOnPlaneSide rewrite (Diego de Estrada/Patrick Bagget/Daniel | tma | 2009-09-21 | 1 | -315/+15 |
* | * ...and make sure it compiles | tma | 2009-09-17 | 1 | -3/+3 |
* | * (bug #4282) Fix potential overlap of VM stack and bss sections (Patrick | tma | 2009-09-17 | 1 | -1/+2 |
* | * ...and actually r1626 this time | tma | 2009-09-16 | 2 | -6/+0 |
* | Let a separate libdir be specified for loading libraries. | icculus | 2009-09-15 | 2 | -0/+6 |
* | Fixed amd64 JIT output bug. | icculus | 2009-09-15 | 1 | -1/+1 |
* | Add x86_64 ARCH_STRING for FreeBSD. | icculus | 2009-09-15 | 1 | -0/+2 |
* | Echo console command now colorizes by string, not token. | icculus | 2009-09-15 | 1 | -5/+1 |
* | Allow Cvar_Toggle_f() to iterate through a list of values. | icculus | 2009-09-15 | 1 | -7/+30 |
* | Patched to compile. | icculus | 2009-09-15 | 1 | -2/+1 |
* | Added Intel CC compatibility to vm_x86.c's inline asm. | icculus | 2009-09-15 | 1 | -8/+14 |
* | Enable -fvisibility=hidden on Linux. | icculus | 2009-09-15 | 1 | -0/+10 |
* | Fixed infinite recursion of writing crashlog because we're out of file handles. | icculus | 2009-09-15 | 2 | -1/+2 |
* | Don't allow negative arguments to the "wait" console command. | icculus | 2009-09-14 | 1 | -1/+3 |
* | Fixed uninitialized variable. | icculus | 2009-09-14 | 1 | -1/+3 |
* | Minor reworking to check command line cvars before Com_InitZoneMemory(). | icculus | 2009-09-14 | 1 | -6/+8 |
* | - Add error handling for Opensolaris f***ing up a numeric getnameinfo() call. | thilo | 2009-06-26 | 1 | -24/+29 |
* | - fix typo in previous commit to net_ip.c | thilo | 2009-06-23 | 1 | -1/+1 |
* | Move these definitions over for other files to use in preparation of the next... | thilo | 2009-06-23 | 2 | -7/+8 |
* | minor cleanup | thilo | 2009-06-23 | 1 | -11/+11 |
* | Fix setsockopt so that setting the IPV6ONLY flag really works. | thilo | 2009-06-22 | 1 | -1/+1 |
* | Fix highest file descriptor for select(), thanks to Ben Millwood for reporting | thilo | 2009-06-05 | 1 | -3/+2 |
* | Make servers echo challenge codes from client getchallenge commands | thilo | 2009-06-01 | 1 | -1/+1 |
* | Replace a few sprintf with Com_sprintf | thilo | 2009-06-01 | 1 | -3/+3 |
* | Fix warning in Sys_RandomBytes() usage | thilo | 2009-05-31 | 1 | -1/+1 |
* | I'll retain the new way seeding the random number generator.. these calls are... | thilo | 2009-05-31 | 1 | -1/+0 |
* | Revert changes of rand() to random() as random() was redefined in quake3. | thilo | 2009-05-31 | 1 | -4/+4 |
* | - Introduce seeding of the random number generator at startup | thilo | 2009-05-31 | 1 | -4/+22 |
* | Make command net_restart work so that port/ip settings can be changed without... | thilo | 2009-05-29 | 2 | -40/+38 |
* | - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address ranges | thilo | 2009-05-24 | 2 | -12/+64 |
* | Minor code cleanups | thilo | 2009-05-21 | 1 | -13/+8 |
* | make Cvar_Command use all arguments just like Cvar_Set_f (#4063) | ludwig | 2009-05-08 | 1 | -1/+1 |