aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in case an invalid pk3 file has been downloaded from the se...thilo2009-10-195-20/+78
* Shut up warningsthilo2009-10-191-2/+2
* - Applied patch from /dev/humancontroller to set cvar_modifiedFlags from Cvar...thilo2009-10-191-25/+18
* - Tested and updated MSVC project file to really make it work with new zlibthilo2009-10-192-333/+1
* Just unix2dos, nothing to see here ...thilo2009-10-1923-4198/+7703
* Adding missing header includes to botlib files. Thanks to Ben Millwood for pa...thilo2009-10-185-0/+5
* Only create botlib.log if in bot developer mode.thilo2009-10-171-15/+21
* Don't look for DLLs on current working directory anymore, for security reasons.thilo2009-10-171-9/+3
* * Disable stdout/stderr redirection on Windowstma2009-10-161-0/+3
* Allow weapon marks on triangle meshes (default: disabled), patch by Oliver Mc...thilo2009-10-163-17/+34
* * Actually that can be more precise...tma2009-10-161-1/+1
* * (bug #4232) Avoid "cl.snap.serverTime < cl.oldFrameServerTime" for slowtma2009-10-151-0/+9
* * Make LCC's handling of -D arguments on windows consistent with other plaftormstma2009-10-151-6/+62
* * Fix MinGW build (it doesn't have _putenv_s)tma2009-10-131-1/+1
* - Change default openal lib to libopenal.so.1thilo2009-10-131-1/+1
* Improve OpenAL error handling, patch by Ben Millwood. https://bugzilla.icculu...thilo2009-10-131-2/+23
* Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ...thilo2009-10-125-23/+22
* 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-122-50/+53
* Don't need a call to va() for thisthilo2009-10-121-1/+1
* fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now.thilo2009-10-121-16/+0
* Whoops.. don't make it overwrite cmds in case of recursive error.thilo2009-10-111-7/+6
* Fix recursive error for disconnect after reliable client command overflow. Th...thilo2009-10-116-27/+36
* Fix fake checksum handling if client is unpure, make sure client does not rem...thilo2009-10-111-1/+4
* Add guid to userinfo string, thanks Guillaume Bougard. https://bugzilla.iccul...thilo2009-10-081-5/+10
* Apply patch from Jay Weisskopf adding an aspect ratio menu entry to resolutio...thilo2009-10-081-29/+137
* Make s_volume cvar affect volume of S_Base_RawSamples, thanks to Jay Weisskop...thilo2009-10-081-4/+4
* Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. ht...thilo2009-10-082-16/+34
* * Fix bad syntax in 64bit assembler (Undeference)tma2009-10-061-1/+1
* Fix memory overwrite when client has too many maps. Thanks to beast for the r...thilo2009-10-062-40/+44
* Fix bot loading in case player supplied invalid bot namesthilo2009-10-062-2/+11
* Don't award assist bonuses to flag capturing player, https://bugzilla.icculus...thilo2009-10-061-1/+3
* * Fix incorrect commenttma2009-10-051-1/+1
* Rewrite of key event processing, thanks to /dev/humancontroller and Ben Millw...thilo2009-10-031-136/+103
* Forgotten elsethilo2009-10-031-1/+1
* Revert back color code changethilo2009-10-032-3/+3
* - Modify color generating codes to only accept numbers and not alphabetical c...thilo2009-10-032-78/+52
* * Remove superfluous f from warningtma2009-09-281-1/+1
* * Avoid calculating a NaN when failing to compute the display aspect ratiotma2009-09-281-5/+13
* * (bug #3639) BoxOnPlaneSide rewrite (Diego de Estrada/Patrick Bagget/Danieltma2009-09-213-694/+15
* * ...and make sure it compilestma2009-09-171-3/+3
* Add received rcon command string to server log, see https://bugzilla.icculus....thilo2009-09-171-2/+2
* * (bug #4282) Fix potential overlap of VM stack and bss sections (Patricktma2009-09-171-1/+2
* Cleanups for the Mac error dialog, after a code review from tma.icculus2009-09-163-3/+4
* * ...and actually r1626 this timetma2009-09-163-45/+0
* * Revert r1624 and r1626-r1628tma2009-09-151-3/+1
* Added support for hardcoded HOMEPATH.icculus2009-09-151-1/+3
* Let a separate libdir be specified for loading libraries.icculus2009-09-153-0/+45
* Fixed amd64 JIT output bug.icculus2009-09-151-1/+1
* Add x86_64 ARCH_STRING for FreeBSD.icculus2009-09-151-0/+2