aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* - compensate sv_fps for timescale value.thilo2006-08-266-15/+35
* * Print the SVN version string in Com_Init()tjw2006-08-251-1/+1
* * Revert version to 1.33 againtma2006-08-221-1/+1
* * Add SVN version to the version string displayed in the client consoletjw2006-08-222-2/+5
* - Change available device list to be displayed on sound initialization andthilo2006-08-191-8/+6
* * Compiler warning fixtma2006-08-191-2/+3
* - tweak enumeration support, remove win32 dependencythilo2006-08-192-19/+6
* - Add device enumeration support on windows and make "Generic Software" new d...thilo2006-08-194-7/+92
* The server should still process network packages for keeping the package queu...thilo2006-08-181-1/+1
* Tweak the select() stuff a bit still.thilo2006-08-181-7/+7
* Fix 100% CPU usage on idle dedicated servers.thilo2006-08-183-9/+38
* Added code/unix/MacSupport/ which currently includes a script and resource filetjw2006-08-162-0/+290
* bug 2723tjw2006-08-162-5/+35
* * qvm files no longer installed by "make copyfiles"tma2006-08-136-5/+20
* bug 2747tjw2006-08-031-1/+5
* bug 2747tjw2006-08-031-13/+10
* bug 2723tjw2006-08-025-1/+16
* bug 2813tjw2006-08-011-1/+1
* bug 2810 once a latched cvar was changed it could not be reset to its origina...tjw2006-08-011-1/+5
* * Windows home directory support (tjw)tma2006-08-012-1/+21
* * Fix to Windows renderer deadlock (bug #2767, Daniel Deptford)tma2006-07-311-2/+2
* Another patch to make uncompressed AVI write in RGB24 format by anonymous vir...thilo2006-07-312-10/+9
* Fix from the VirtualDub people which should make avi files created with the v...thilo2006-07-312-16/+20
* Changed the demofile slot finder to use FS_FileExists instead of FS_ReadFile ...thilo2006-07-301-3/+1
* Fix wrong demo filename when all 9999 demo*.dm_64 file slots have been written.thilo2006-07-301-4/+2
* Fixed shit commited by myself.thilo2006-07-301-1/+2
* Revert "fix" because it was based on wrong assumptions and actually doesn't f...thilo2006-07-171-1/+1
* Fix wrong means of death message in server log.thilo2006-07-091-1/+1
* looks like the interpreter was broken all the time. Didn't anyoneludwig2006-07-061-1/+1
* Fix critical buffer overflow in cgame, see exploit at http://www.milw0rm.com/...thilo2006-07-061-2/+2
* - print warning if server tries to set cvars it shouldn't setludwig2006-07-051-1/+4
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-035-3/+60
* * OpenAL bug fix (from Josh Weisskopf)tma2006-06-171-0/+1
* * Better SDL joystick support (from Erik Auerswald)tma2006-06-171-20/+121
* * sv_minRate (from R1CH)tma2006-06-178-2/+90
* Remove chars with ascii value > 127 in MSG_ReadBigString too to make it corre...thilo2006-06-161-0/+4
* Little fix for the sanity check fix from previous rev...thilo2006-06-161-3/+2
* - Fix bug that allows a malicious server to write and overwrite any files in ...thilo2006-06-162-18/+40
* Fix client "freezes" if a user with ASCII characters > 127 enters a server. R...thilo2006-06-111-0/+5
* Fix remotely exploitable parse download overflow reported by Luigi Auriemma.thilo2006-06-041-8/+20
* Fixed a crash in md4 routines when using them on files with zero length, repo...thilo2006-06-011-2/+2
* Forgot to check for windows-style path seperator in precaution against direct...thilo2006-06-011-1/+1
* Partially applied patch from Joerg Dietrich. Fixes:thilo2006-06-012-6/+18
* Correction in PowerPC JIT code. Fixes crash in server browser, etc, on Mac OS Xicculus2006-05-291-4/+4
* Prevent servers from making clients download files that are written to non-qu...thilo2006-05-281-0/+7
* Applied parts of Josh Weisskopf's patch to make naming of executables consist...thilo2006-05-161-7/+7
* Added two missing source files to the MSVC project filesthilo2006-05-161-0/+59
* Fixed missing initialization of idPack and missionPack variables which may re...thilo2006-05-151-1/+1
* Fix JIT compiler code execution on NX-protected win32 OSthilo2006-05-151-0/+18
* Corrected #include directives of openal headers for MSVC.thilo2006-05-131-2/+8