aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Collapse)AuthorAgeFilesLines
* Changed the demofile slot finder to use FS_FileExists instead of FS_ReadFile ↵thilo2006-07-301-3/+1
| | | | | | to find a free filename. git-svn-id: svn://svn.icculus.org/quake3/trunk@823 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix wrong demo filename when all 9999 demo*.dm_64 file slots have been written.thilo2006-07-301-4/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@822 edf5b092-35ff-0310-97b2-ce42778d08ea
* - print warning if server tries to set cvars it shouldn't setludwig2006-07-051-1/+4
| | | | | | | - make warnings yellow git-svn-id: svn://svn.icculus.org/quake3/trunk@812 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-031-2/+21
| | | | | | | - Add myself to maintainer list :) git-svn-id: svn://svn.icculus.org/quake3/trunk@811 edf5b092-35ff-0310-97b2-ce42778d08ea
* * OpenAL bug fix (from Josh Weisskopf)tma2006-06-171-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@810 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Fix bug that allows a malicious server to write and overwrite any files in ↵thilo2006-06-161-7/+0
| | | | | | | | | | | the quake3 directory. Reported by Luigi Auriemma. - Moved directory traversal check to a more proper location. - Added a few sanity checks for checksum/pakname storage to fix a crash that can occur under certain circumstances. git-svn-id: svn://svn.icculus.org/quake3/trunk@804 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix remotely exploitable parse download overflow reported by Luigi Auriemma.thilo2006-06-041-8/+20
| | | | | | | | See http://lists.grok.org.uk/pipermail/full-disclosure/2006-June/046578.html for the advisory. git-svn-id: svn://svn.icculus.org/quake3/trunk@796 edf5b092-35ff-0310-97b2-ce42778d08ea
* Forgot to check for windows-style path seperator in precaution against ↵thilo2006-06-011-1/+1
| | | | | | directory traversal abuse. git-svn-id: svn://svn.icculus.org/quake3/trunk@794 edf5b092-35ff-0310-97b2-ce42778d08ea
* Partially applied patch from Joerg Dietrich. Fixes:thilo2006-06-012-6/+18
| | | | | | | | - incorrect handling of file names when opening sound files by name without extension - byte endian issues in ogg decoder. git-svn-id: svn://svn.icculus.org/quake3/trunk@793 edf5b092-35ff-0310-97b2-ce42778d08ea
* Prevent servers from making clients download files that are written to ↵thilo2006-05-281-0/+7
| | | | | | non-quake3 directories. git-svn-id: svn://svn.icculus.org/quake3/trunk@790 edf5b092-35ff-0310-97b2-ce42778d08ea
* Corrected #include directives of openal headers for MSVC.thilo2006-05-131-2/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@779 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add string length checking to function COM_StripExtension. This fixes the ↵thilo2006-05-061-1/+1
| | | | | | | | | R_RemapShader buffer overflow exploit that can be found here: http://milw0rm.com/exploits/1750 git-svn-id: svn://svn.icculus.org/quake3/trunk@765 edf5b092-35ff-0310-97b2-ce42778d08ea
* removed a space too much after "say_team: " chat prompt.thilo2006-05-041-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@739 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Added SV_Shutdown to Linux signal handler to ensure that clients don't ↵thilo2006-05-041-0/+4
| | | | | | | | | | hang when server gets killed, as suggested by Tony J. White - Added newline to final message sent to clients. - Added check for whether client is running at all before CL_Shutdown runs through. git-svn-id: svn://svn.icculus.org/quake3/trunk@738 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Introduced various new typedefs for windows platform (int32_t, int64_t, ↵thilo2006-04-271-2/+1
| | | | | | | | | etc...) - Applied md5 64-bit safety patch by Tony White. git-svn-id: svn://svn.icculus.org/quake3/trunk@727 edf5b092-35ff-0310-97b2-ce42778d08ea
* - "baseq3" literal replacement patch (by Erik Auerswald) appliedthilo2006-04-261-1/+2
| | | | | | | | - Commented setting of the cl_guid cvar because md5.c is not 64-bit safe. git-svn-id: svn://svn.icculus.org/quake3/trunk@726 edf5b092-35ff-0310-97b2-ce42778d08ea
* * cl_guid for semi-reliable server authentication (from tjw)tma2006-04-222-0/+28
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@720 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Removed strange MacOS X #ifdeffery from cl_cin.c (from tjw)tma2006-04-141-4/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@701 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Video export doesn't crap out with sv_pure 1 anymoretma2006-03-151-3/+45
| | | | | | | * Video export doesn't crap out when writing > 2Gb files anymore git-svn-id: svn://svn.icculus.org/quake3/trunk@646 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Displace the '\n's passed to SV_Shutdowntma2006-02-281-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@594 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Entity sounds on the player entity are now AL_SOURCE_RELATIVEtma2006-02-281-24/+89
| | | | | | | * Thus no need to s_alSpatEntOrigin anymore git-svn-id: svn://svn.icculus.org/quake3/trunk@593 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Sound related bug fixes from Thilo Schulztma2006-02-262-2/+19
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@587 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Change the default for s_alSpatEntOrigin. I need to think of a way to do thetma2006-02-231-1/+1
| | | | | | | same thing without degrading the sound quality or changing the API. git-svn-id: svn://svn.icculus.org/quake3/trunk@583 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to half of bug #2600 (Refuse to load RIFF files with less than 8 bits pertma2006-02-211-1/+10
| | | | | | | sample) git-svn-id: svn://svn.icculus.org/quake3/trunk@580 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to bug #2599 (fullscreen cinematics)tma2006-02-211-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@577 edf5b092-35ff-0310-97b2-ce42778d08ea
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-182-2/+2
| | | | | | | | - change vmMain arguments back to int. 64bit types are apparently not needed there. Only the syscall function needs them. git-svn-id: svn://svn.icculus.org/quake3/trunk@550 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to a woopsietma2006-02-131-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@540 edf5b092-35ff-0310-97b2-ce42778d08ea
* * OpenAL now respatializes using the player entity origin instead of the viewtma2006-02-121-5/+15
| | | | | | | | origin by default. The old behaviour is available by setting s_alSpatEntOrigin to 0. git-svn-id: svn://svn.icculus.org/quake3/trunk@539 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Removed (unintentional) C99 codetma2006-02-071-13/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@536 edf5b092-35ff-0310-97b2-ce42778d08ea
* * workaround for msvc compiler bug.maik2006-02-071-0/+14
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@533 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Reimplement console history recall "bug" behaviour without the bugtma2006-02-041-2/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@531 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to an obo bug in the console history recall codetma2006-01-281-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@530 edf5b092-35ff-0310-97b2-ce42778d08ea
* * SDL build no longer requires a vid_restart when changing r_fullscreentma2006-01-251-22/+16
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@526 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Persistent console historytma2006-01-243-1/+110
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@522 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to an OpenAL "bug" involving Team Arenatma2006-01-221-2/+15
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@518 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix the operation of the delete key in *nixtma2006-01-221-0/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@516 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Overhaul of console autocompletiontma2006-01-221-2/+2
| | | | | | | | | | - No longer does weird stuff like move the cursor inappropriately - Autocomplete works with compound commands - Special autocomplete on some commands e.g. \map, \demo - Removed various hacks used to counter the original autocomplete code git-svn-id: svn://svn.icculus.org/quake3/trunk@514 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to ability to diabled Ogg Vorbistma2006-01-212-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@513 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Added Q_isnan for NaN tests with -ffast-mathtma2006-01-191-9/+6
| | | | | | | * Fixed UT/OpenAL work around git-svn-id: svn://svn.icculus.org/quake3/trunk@510 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Some sloppily coded mods call the Q3 sound API with NaNs -- sanitise thistma2006-01-191-0/+29
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@508 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Don't try to auto record a demo while playing a demotma2006-01-161-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@495 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Change defaults for s_alRolloff and s_alMinDistancetma2006-01-151-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@486 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Oops. Rename cl_avidemo to cl_aviFrameRatetma2006-01-064-11/+11
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@468 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Ogg codec support from Joerg Dietrich <dietrich_joerg@gmx.de> (disabled bytma2006-01-063-1/+469
| | | | | | | default) git-svn-id: svn://svn.icculus.org/quake3/trunk@465 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Added cl_autoRecordDemo, which when enabled automatically records a new demotma2006-01-051-0/+40
| | | | | | | on each map change git-svn-id: svn://svn.icculus.org/quake3/trunk@458 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Only display the g_syncClients warning when it's appropriatetma2006-01-041-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@457 edf5b092-35ff-0310-97b2-ce42778d08ea
* * AVI video outputtma2006-01-046-8/+738
| | | | | | | | | | | - Uses motion jpeg codec by default - Use cl_avidemo to set a framerate - \video [filename] to start capture - \stopvideo to stop capture - Audio capture is a bit ropey git-svn-id: svn://svn.icculus.org/quake3/trunk@454 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Increase default for s_alSources to 96tma2005-12-111-2/+2
| | | | | | | * Source allocation warning on looping sounds demoted to developer only git-svn-id: svn://svn.icculus.org/quake3/trunk@438 edf5b092-35ff-0310-97b2-ce42778d08ea
* use memcpy for copying stuff around to fix alignment problemsludwig2005-12-061-82/+34
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@434 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Removed seemingly unnecessary OS X implementation of yuv_to_rgb24tma2005-12-061-20/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@433 edf5b092-35ff-0310-97b2-ce42778d08ea