| Commit message (Expand) | Author | Age | Files | Lines |
* | * Disable stdout/stderr redirection on Windows | tma | 2009-10-16 | 1 | -0/+3 |
* | Allow weapon marks on triangle meshes (default: disabled), patch by Oliver Mc... | thilo | 2009-10-16 | 3 | -17/+34 |
* | * Actually that can be more precise... | tma | 2009-10-16 | 1 | -1/+1 |
* | * (bug #4232) Avoid "cl.snap.serverTime < cl.oldFrameServerTime" for slow | tma | 2009-10-15 | 1 | -0/+9 |
* | * Make LCC's handling of -D arguments on windows consistent with other plaftorms | tma | 2009-10-15 | 1 | -6/+62 |
* | * Fix MinGW build (it doesn't have _putenv_s) | tma | 2009-10-13 | 1 | -1/+1 |
* | - Change default openal lib to libopenal.so.1 | thilo | 2009-10-13 | 1 | -1/+1 |
* | Improve OpenAL error handling, patch by Ben Millwood. https://bugzilla.icculu... | thilo | 2009-10-13 | 1 | -2/+23 |
* | Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ... | thilo | 2009-10-12 | 5 | -23/+22 |
* | 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 | 2 | -50/+53 |
* | Don't need a call to va() for this | thilo | 2009-10-12 | 1 | -1/+1 |
* | fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now. | thilo | 2009-10-12 | 1 | -16/+0 |
* | Whoops.. don't make it overwrite cmds in case of recursive error. | thilo | 2009-10-11 | 1 | -7/+6 |
* | Fix recursive error for disconnect after reliable client command overflow. Th... | thilo | 2009-10-11 | 6 | -27/+36 |
* | Fix fake checksum handling if client is unpure, make sure client does not rem... | thilo | 2009-10-11 | 1 | -1/+4 |
* | Add guid to userinfo string, thanks Guillaume Bougard. https://bugzilla.iccul... | thilo | 2009-10-08 | 1 | -5/+10 |
* | Apply patch from Jay Weisskopf adding an aspect ratio menu entry to resolutio... | thilo | 2009-10-08 | 1 | -29/+137 |
* | Make s_volume cvar affect volume of S_Base_RawSamples, thanks to Jay Weisskop... | thilo | 2009-10-08 | 1 | -4/+4 |
* | Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. ht... | thilo | 2009-10-08 | 2 | -16/+34 |
* | * Fix bad syntax in 64bit assembler (Undeference) | tma | 2009-10-06 | 1 | -1/+1 |
* | Fix memory overwrite when client has too many maps. Thanks to beast for the r... | thilo | 2009-10-06 | 2 | -40/+44 |
* | Fix bot loading in case player supplied invalid bot names | thilo | 2009-10-06 | 2 | -2/+11 |
* | Don't award assist bonuses to flag capturing player, https://bugzilla.icculus... | thilo | 2009-10-06 | 1 | -1/+3 |
* | * Fix incorrect comment | tma | 2009-10-05 | 1 | -1/+1 |
* | Rewrite of key event processing, thanks to /dev/humancontroller and Ben Millw... | thilo | 2009-10-03 | 1 | -136/+103 |
* | Forgotten else | thilo | 2009-10-03 | 1 | -1/+1 |
* | Revert back color code change | thilo | 2009-10-03 | 2 | -3/+3 |
* | - Modify color generating codes to only accept numbers and not alphabetical c... | thilo | 2009-10-03 | 2 | -78/+52 |
* | * Remove superfluous f from warning | tma | 2009-09-28 | 1 | -1/+1 |
* | * Avoid calculating a NaN when failing to compute the display aspect ratio | tma | 2009-09-28 | 1 | -5/+13 |
* | * (bug #3639) BoxOnPlaneSide rewrite (Diego de Estrada/Patrick Bagget/Daniel | tma | 2009-09-21 | 3 | -694/+15 |
* | * ...and make sure it compiles | tma | 2009-09-17 | 1 | -3/+3 |
* | Add received rcon command string to server log, see https://bugzilla.icculus.... | thilo | 2009-09-17 | 1 | -2/+2 |
* | * (bug #4282) Fix potential overlap of VM stack and bss sections (Patrick | tma | 2009-09-17 | 1 | -1/+2 |
* | Cleanups for the Mac error dialog, after a code review from tma. | icculus | 2009-09-16 | 3 | -3/+4 |
* | * ...and actually r1626 this time | tma | 2009-09-16 | 3 | -45/+0 |
* | * Revert r1624 and r1626-r1628 | tma | 2009-09-15 | 1 | -3/+1 |
* | Added support for hardcoded HOMEPATH. | icculus | 2009-09-15 | 1 | -1/+3 |
* | Let a separate libdir be specified for loading libraries. | icculus | 2009-09-15 | 3 | -0/+45 |
* | 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 |
* | Prevent hang in S_UpdateBackgroundTrack() with some sample rates. | icculus | 2009-09-15 | 1 | -0/+3 |
* | Don't send a 0-length command to cgame during map_restart. | icculus | 2009-09-15 | 1 | -0/+2 |
* | Quote commandline args with spaces when building the string for Com_Init(). | icculus | 2009-09-15 | 1 | -0/+8 |
* | Echo console command now colorizes by string, not token. | icculus | 2009-09-15 | 1 | -5/+1 |
* | Fixed compiler warning (glibc complains if you don't check getcwd() retval). | icculus | 2009-09-15 | 1 | -2/+4 |
* | Allow Cvar_Toggle_f() to iterate through a list of values. | icculus | 2009-09-15 | 1 | -7/+30 |
* | Added a real GUI message box to Sys_ErrorDialog() on Mac OS X. | icculus | 2009-09-15 | 3 | -0/+46 |
* | Fixed a compiler warning on Apple's GCC. | icculus | 2009-09-15 | 1 | -1/+1 |