2006-01-14 |
havoc | added DP_SV_CUSTOMIZEENTITYFORCLIENT extension based... |
blob | commitdiff | raw |
2006-01-10 |
havoc | added button9-16 |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-23 |
havoc | changed network entity pvs checking to cache the cluste... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
black | -CVS: --------------------------------------------... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
havoc | rewrote protocol version system (including splitting... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | upgraded both QuakeC VMs to use a table of negative... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
havoc | PR_Alloc/Free/FreeAll now report filename/fileline... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | consolidated many mempools to make memlist more readabl... |
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-01 |
havoc | implemented PRYDON_CLIENTCURSOR extension (clientside... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | now compiles on x86_64 successfully (still a crash... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
havoc | NUM_FOR_EDICT now casts to int so that it never returns... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
havoc | PROTOCOL_DARKPLACES5 |
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-01 |
havoc | forgot to commit this as part of the SV_TouchAreaGrid fix |
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 |
2004-02-02 |
havoc | changed a lot of progs errors to warnings, and it print... |
blob | commitdiff | raw | diff to current |
2003-12-20 |
black | PR_SetString and PRVM_SetString now point to pr_strings... |
blob | commitdiff | raw | diff to current |
2003-07-24 |
havoc | md3 tag attachments (implemented but untested), also... |
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-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
havoc | got rid of AreaNode stuff, now only has AreaGrid (had... |
blob | commitdiff | raw | diff to current |
2003-02-21 |
havoc | added new method of culling irrelevant entity collision... |
blob | commitdiff | raw | diff to current |
2003-02-20 |
havoc | now counts (very approximate) cost of builtin functions... |
blob | commitdiff | raw | diff to current |
2003-02-10 |
havoc | MAX_EDICTS has changed to 32768. Yes this is madness... |
blob | commitdiff | raw | diff to current |
2003-01-27 |
warp | The gcc 2.95 problem was in fact OP_STORE_V doing nasty... |
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-11 |
havoc | whitespace |
blob | commitdiff | raw | diff to current |
2002-09-05 |
havoc | you can now (try to) play in maps you don't have, and... |
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-06-02 |
knghtbrd | DP code cleanup, stage one - all headers that can be... |
blob | commitdiff | raw | diff to current |
2002-05-04 |
lordhavoc | cleaned up and fixed collisions with brush models ... |
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-19 |
lordhavoc | added viewzoom extension to QC and client (smooth snipe... |
blob | commitdiff | raw | diff to current |
2002-02-18 |
lordhavoc | new entity protocol, GREATLY improved over quake, massi... |
blob | commitdiff | raw | diff to current |
2002-02-03 |
lordhavoc | removed steporigin etc, they aren't used anymore |
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-10-29 |
lordhavoc | got rid of leafnums array in edict structure for pvs... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
lordhavoc | Major update, been neglecting CVS for some time... |
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-01-22 |
lordhavoc | clarifications about the format of svc_fog |
blob | commitdiff | raw | diff to current |
2000-11-26 |
lordhavoc | cruft removal, general cleanup, fix for delta compressi... |
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 |
|