2005-03-12 |
havoc | Willis disabled entity filtering based on skill/deathma... |
blob | commitdiff | raw |
2005-02-03 |
molivier | Replaced snprintf and vnsprintf calls by dpsnprintf... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
havoc | added support for skill values outside the range 0-3 |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | now supports Mac and Windows newlines everywhere |
blob | commitdiff | raw | diff to current |
2005-01-03 |
tomaz | Cleaned up alot more memory leaks. (still get 720 leaks... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
black | -Added the cvar sv_progs, which allows you to set the... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
black | -Fixed the stupid bug introduced by my NEX_PLAYERMODEL... |
blob | commitdiff | raw | diff to current |
2004-12-02 |
black | Ive done three todo items: |
blob | commitdiff | raw | diff to current |
2004-12-01 |
havoc | implemented PRYDON_CLIENTCURSOR extension (clientside... |
blob | commitdiff | raw | diff to current |
2004-11-29 |
black | -Fixed an old qc bug that's already been existing in... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | fix problems with losing colors on connect and leaving... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
havoc | added "QC function <name> is missing" warnings to more... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
havoc | fix automatic addition of "color" field to be a vector |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | Mem_AllocPool flags and parent parameters added, now... |
blob | commitdiff | raw | diff to current |
2004-05-02 |
havoc | clean up vector parsing in ED_ParseEpair, now stores... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
molivier | strncpy -> {strlcpy,memcpy}. Replaced the "forceloop... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
molivier | Added a mempool parameter to FS_LoadFile |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-03-09 |
havoc | "edict" command no longer crashes if given -1 as edict... |
blob | commitdiff | raw | diff to current |
2004-02-21 |
havoc | moved light matrix generation out of the render code... |
blob | commitdiff | raw | diff to current |
2003-12-19 |
black | Added the console commands edictset and prvm_edictset. |
blob | commitdiff | raw | diff to current |
2003-11-19 |
black | Cvars can be read-only now. |
blob | commitdiff | raw | diff to current |
2003-10-07 |
black | Changed dp so the new vm fits in. |
blob | commitdiff | raw | diff to current |
2003-10-05 |
havoc | fix a signed/unsigned comparison in PR_UglyValueString |
blob | commitdiff | raw | diff to current |
2003-10-01 |
molivier | Fixed/switched the "ev_string" and "ev_field" cases... |
blob | commitdiff | raw | diff to current |
2003-10-01 |
molivier | Mostly [v]sprintf -> [v]snprintf replacements, and... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
molivier | Lots of str[n]cat, str[n]cpy, and [v]sprintf have been... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
havoc | fix a crash related to MAX_EDICTS in "pr_fields" comman... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
havoc | reverted the massive svs.connectedclients change, now... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
havoc | fixed loadgame bug with edict references to later edict... |
blob | commitdiff | raw | diff to current |
2003-08-06 |
havoc | upgraded network protocol to DPPROTOCOL_VERSION4 -... |
blob | commitdiff | raw | diff to current |
2003-07-31 |
havoc | corrected a few LittleLongs to LittleFloat in md3 loadi... |
blob | commitdiff | raw | diff to current |
2003-07-24 |
havoc | md3 tag attachments (implemented but untested), also... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
havoc | fixed a lot of problems with filling out client edicts... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
havoc | This is the network rewrite I've been working on for... |
blob | commitdiff | raw | diff to current |
2003-06-08 |
havoc | fix a couple EDICT_NUM errors that often happened when... |
blob | commitdiff | raw | diff to current |
2003-06-07 |
havoc | KRIMZON_SV_PARSECLIENTCOMMAND extension (untested curre... |
blob | commitdiff | raw | diff to current |
2003-04-26 |
havoc | reverted dynamic allocation of sv.edicts because there... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
havoc | sv.edicts (and related things) are now dynamically... |
blob | commitdiff | raw | diff to current |
2003-04-14 |
havoc | expanded stats reporting (when in developer mode) of... |
blob | commitdiff | raw | diff to current |
2003-03-27 |
havoc | added FRIK_FILE (aka QSG_FILE) extension, this brings... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-02-20 |
havoc | now counts (very approximate) cost of builtin functions... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
havoc | implemented PR_GetString and PR_SetString from QWSV... |
blob | commitdiff | raw | diff to current |
2002-10-30 |
havoc | fixed all the signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2002-10-29 |
havoc | changed how QC interpreter handles edict field access... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
havoc | faster number to edict lookup (sv.edictstable) and... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
havoc | added pr_traceqc cvar, to enable serious spew (printing... |
blob | commitdiff | raw | diff to current |
2002-09-11 |
havoc | whitespace |
blob | commitdiff | raw | diff to current |
2002-08-31 |
havoc | improved pr_fields command to list how many entities... |
blob | commitdiff | raw | diff to current |
2002-08-14 |
havoc | reset stack position when new progs loaded, or error... |
blob | commitdiff | raw | diff to current |
2002-07-05 |
knghtbrd | Kill trigraphs. Die die die. Or something. |
blob | commitdiff | raw | diff to current |
2002-06-14 |
knghtbrd | Someone has been programming QC too long. (At least... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-04-28 |
lordhavoc | fix for savegames containing newlines inside strings... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
lordhavoc | renamed byte to qbyte throughout engine to eliminate... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
lordhavoc | whitespace |
blob | commitdiff | raw | diff to current |
2002-02-19 |
lordhavoc | added viewzoom extension to QC and client (smooth snipe... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | rewrote memory system entirely (hunk, cache, and zone... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
lordhavoc | rewrote RecursiveHullCheck, no longer gets stuck on... |
blob | commitdiff | raw | diff to current |
2001-11-08 |
lordhavoc | got rid of two trigraph warnings in gcc 3.0 |
blob | commitdiff | raw | diff to current |
2001-10-29 |
lordhavoc | fixed ED_Print so that it can not cause buffer overflow... |
blob | commitdiff | raw | diff to current |
2001-10-26 |
lordhavoc | added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu... |
blob | commitdiff | raw | diff to current |
2001-05-30 |
taniwha | gzip support from quakeforge (QFile and friends). also... |
blob | commitdiff | raw | diff to current |
2001-05-27 |
lordhavoc | cleaned up nearly all of the externs in .c files (moved... |
blob | commitdiff | raw | diff to current |
2001-05-26 |
lordhavoc | some whitespace changes |
blob | commitdiff | raw | diff to current |
2001-04-06 |
lordhavoc | optimized AngleVectors calls (pass NULL for vectors... |
blob | commitdiff | raw | diff to current |
2001-02-23 |
lordhavoc | improved TraceLine in chase.c to be more generally... |
blob | commitdiff | raw | diff to current |
2001-02-09 |
lordhavoc | added back r_speeds2, with masses of information (6... |
blob | commitdiff | raw | diff to current |
2001-01-29 |
lordhavoc | got rid of Hunk_Alloc, all allocations now have a prope... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
lordhavoc | clarifications about the format of svc_fog |
blob | commitdiff | raw | diff to current |
2000-09-11 |
lordhavoc | clean up, r_farclip cvar, lit particles (optional)... |
blob | commitdiff | raw | diff to current |
2000-08-23 |
lordhavoc | Too many fixes to mention. (sys_ticrate now controls... |
blob | commitdiff | raw | diff to current |
2000-08-23 |
lordhavoc | Corrected misspelling in HL support (rendertype is... |
blob | commitdiff | raw | diff to current |
2000-08-23 |
lordhavoc | HalfLife renderamt support (why? boredom...) |
blob | commitdiff | raw | diff to current |
2000-08-22 |
lordhavoc | pmodel command support for Nehahra multiplayer (select... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
lordhavoc | Initial revision |
blob | commitdiff | raw | diff to current |
|