| Commit message (Expand) | Author | Age | Files | Lines |
* | * (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend | tma | 2008-07-05 | 1 | -1/+35 |
* | Thanks to Lakitu7 for pointing this out. | zakk | 2008-06-17 | 1 | -1/+1 |
* | * Fix some recently introduced warnings | tma | 2008-04-12 | 1 | -3/+3 |
* | - fix a potential file descriptor leak in server side of pak downloading | thilo | 2008-04-12 | 1 | -1/+2 |
* | Add com_standalone cvar for at-runtime handling of mods that do not require t... | thilo | 2008-04-10 | 1 | -10/+23 |
* | Include #ifdef to make it easier to create a stand-alone binary. | thilo | 2008-04-09 | 1 | -0/+6 |
* | Add Multicast capabilities for LAN server scanning. | thilo | 2008-04-09 | 1 | -1/+1 |
* | Commit patch from Jacques Boscq, which will prohibit the calling of memcpy wi... | thilo | 2008-03-25 | 1 | -2/+4 |
* | * Write q3config_server.cfg for the server, to avoid reseting client variables | tma | 2008-02-28 | 1 | -1/+1 |
* | Add gamedirectory in .app to searchpath on MacOSX | thilo | 2007-12-14 | 1 | -1/+15 |
* | * Add con_log.c to log all console output | tma | 2007-11-30 | 1 | -1/+1 |
* | * Merge unified-sdl to trunk | tma | 2007-09-05 | 1 | -345/+249 |
* | clean up pak file checks + fixing stray error message when an unofficial pak9... | thilo | 2007-08-30 | 1 | -12/+24 |
* | * Rewrite of R_LoadImage to make it more generic and data driven | tma | 2007-08-26 | 1 | -1/+0 |
* | * ...And the other deliberate mistake | tma | 2007-08-24 | 1 | -1/+1 |
* | * (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>) | tma | 2007-08-24 | 1 | -25/+3 |
* | - also check for point release pak files | ludwig | 2006-12-30 | 1 | -15/+61 |
* | don't use intermediate array for sorting pakfiles. avoids the | ludwig | 2006-12-30 | 1 | -14/+3 |
* | Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as... | thilo | 2006-08-28 | 1 | -5/+2 |
* | More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ... | thilo | 2006-08-28 | 1 | -0/+3 |
* | There are actually files that can have a length of 0 so this in-use-check was... | thilo | 2006-08-27 | 1 | -1/+1 |
* | bug 2723 | tjw | 2006-08-16 | 1 | -4/+0 |
* | bug 2723 | tjw | 2006-08-02 | 1 | -0/+4 |
* | - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htm | thilo | 2006-07-03 | 1 | -1/+18 |
* | Little fix for the sanity check fix from previous rev... | thilo | 2006-06-16 | 1 | -3/+2 |
* | - Fix bug that allows a malicious server to write and overwrite any files in ... | thilo | 2006-06-16 | 1 | -11/+40 |
* | Fix bug that permits download of arbitrary files from a download enabled serv... | thilo | 2006-05-08 | 1 | -8/+1 |
* | Add string length checking to function COM_StripExtension. This fixes the R_R... | thilo | 2006-05-06 | 1 | -1/+1 |
* | Replaced various "baseq3" strings with the centrally defined BASEGAME macro. | thilo | 2006-04-26 | 1 | -5/+5 |
* | Fix didn't work yet because it didn't use the buffer where the filename exten... | thilo | 2006-04-23 | 1 | -1/+1 |
* | Fix prohibits illegal downloading of id PK3 files from servers. That bug is h... | thilo | 2006-04-22 | 1 | -0/+7 |
* | accept pak0.pk3 in demoq3/ as well | ludwig | 2006-03-08 | 1 | -1/+2 |
* | * Only check the checksum on baseq3 pak0.pk3 | tma | 2006-01-22 | 1 | -1/+2 |
* | * Overhaul of console autocompletion | tma | 2006-01-22 | 1 | -0/+23 |
* | * Yet another MD4 implementation | tma | 2006-01-18 | 1 | -3/+4 |
* | * Remove FS_SetRestrictions | tma | 2006-01-05 | 1 | -60/+36 |
* | * AVI video output | tma | 2006-01-04 | 1 | -1/+12 |
* | fix typo in comment | ludwig | 2005-12-30 | 1 | -1/+1 |
* | * Remove the debug text that nobody seemed to notice | tma | 2005-11-19 | 1 | -1/+0 |
* | * Bleh.. whitespace | tma | 2005-11-16 | 1 | -2/+2 |
* | * Partial implementation of FS_Seek for files in pk3s | tma | 2005-11-16 | 1 | -12/+32 |
* | * Added STATUS | tma | 2005-10-29 | 1 | -1/+1 |
* | * Moved various source files from their mod sdk locations to places more | tma | 2005-10-26 | 1 | -1/+1 |
* | * Removed nonsensical "smells like demo data, continueing[sic] anyways" message | tma | 2005-09-26 | 1 | -1/+0 |
* | * Applied ajax's cleanup patch | tma | 2005-09-23 | 1 | -2/+2 |
* | * Fix to multiple buffer overflow bugs in CL_Rcon_f | tma | 2005-09-19 | 1 | -2/+2 |
* | . | six | 2005-09-04 | 1 | -1/+1 |
* | Changed inline to __inline. | six | 2005-09-04 | 1 | -2/+2 |
* | Cleanups from pomac! | zakk | 2005-09-02 | 1 | -1/+1 |
* | really don't add restrictions on demo data | ludwig | 2005-08-30 | 1 | -2/+3 |