]> icculus.org git repositories - divverent/darkplaces.git/history - progs.h
OpenBSD doesn't define _PATH_SOUND
[divverent/darkplaces.git] / progs.h
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