]> icculus.org git repositories - divverent/darkplaces.git/history - progs.h
oops, forgot these
[divverent/darkplaces.git] / progs.h
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-02-26 havocqw support is 99% working
2006-02-23 havocadd the priv.server->move field needed by a previous...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-14 havocadded DP_SV_CUSTOMIZEENTITYFORCLIENT extension based...
2006-01-10 havocadded button9-16
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-23 havocchanged network entity pvs checking to cache the cluste...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-08 havocPR_Alloc/Free/FreeAll now report filename/fileline...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2004-12-19 black-Added the cvar sv_progs, which allows you to set the...
2004-12-13 black-Fixed the stupid bug introduced by my NEX_PLAYERMODEL...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-10-05 havocnow compiles on x86_64 successfully (still a crash...
2004-10-04 havocNUM_FOR_EDICT now casts to int so that it never returns...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-01 havocforgot to commit this as part of the SV_TouchAreaGrid fix
2004-02-21 havocmoved light matrix generation out of the render code...
2004-02-02 havocchanged a lot of progs errors to warnings, and it print...
2003-12-20 blackPR_SetString and PRVM_SetString now point to pr_strings...
2003-07-24 havocmd3 tag attachments (implemented but untested), also...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-06-08 havocfix a couple EDICT_NUM errors that often happened when...
2003-06-07 havocKRIMZON_SV_PARSECLIENTCOMMAND extension (untested curre...
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-07 havocgot rid of AreaNode stuff, now only has AreaGrid (had...
2003-02-21 havocadded new method of culling irrelevant entity collision...
2003-02-20 havocnow counts (very approximate) cost of builtin functions...
2003-02-10 havocMAX_EDICTS has changed to 32768. Yes this is madness...
2003-01-27 warpThe gcc 2.95 problem was in fact OP_STORE_V doing nasty...
2002-11-21 havocimplemented PR_GetString and PR_SetString from QWSV...
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-10-29 havocchanged how QC interpreter handles edict field access...
2002-10-28 havocfaster number to edict lookup (sv.edictstable) and...
2002-09-11 havocwhitespace
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-08-14 havocreset stack position when new progs loaded, or error...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-05-04 lordhavoccleaned up and fixed collisions with brush models ...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-19 lordhavocadded viewzoom extension to QC and client (smooth snipe...
2002-02-18 lordhavocnew entity protocol, GREATLY improved over quake, massi...
2002-02-03 lordhavocremoved steporigin etc, they aren't used anymore
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-29 lordhavocgot rid of leafnums array in edict structure for pvs...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-01-22 lordhavocclarifications about the format of svc_fog
2000-11-26 lordhavoccruft removal, general cleanup, fix for delta compressi...
2000-08-23 lordhavocCorrected misspelling in HL support (rendertype is...
2000-08-23 lordhavocHalfLife renderamt support (why? boredom...)
2000-08-22 lordhavocpmodel command support for Nehahra multiplayer (select...
2000-08-22 lordhavocInitial revision