]> icculus.org git repositories - divverent/darkplaces.git/history - pr_cmds.c
added TEXF_CLAMP flag on model and sprite textures (software quake did not support...
[divverent/darkplaces.git] / pr_cmds.c
2003-04-14 havocadded some extensions I forgot to put in the list before
2003-04-08 havocadded DP_QUAKE3_MODEL extension (thanks to Elric for...
2003-04-02 havoccleaned up pr_builtins array (now uses NULL instead...
2003-03-31 havocQSG_FILE removed because some mods use the old builtin...
2003-03-27 havocadded FRIK_FILE (aka QSG_FILE) extension, this brings...
2003-02-20 havocnow counts (very approximate) cost of builtin functions...
2003-01-22 havocremoved allsolid check from droptofloor
2002-11-21 havocimplemented PR_GetString and PR_SetString from QWSV...
2002-10-29 havocchanged how QC interpreter handles edict field access...
2002-10-28 havocfixed CopyEntity builtin, now only copies the vars...
2002-09-11 havocwhitespace
2002-09-05 havocadded getsurfaceclippedpoint builtin
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-08-22 havocadded DP_SV_SLOWMO to extensions list
2002-08-16 havocreformatted and updated extensions list
2002-08-15 havoccvar_vars is no longer known by files other than cvar...
2002-07-31 havocexpanded sprint/centerprint buffer from 256 chars to...
2002-07-28 knghtbrdAlphabetized extensions and added TW_SV_STEPCONTROL..
2002-06-09 lordhavocSV_PointContents removed (all calls replaced with Mod_P...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-21 lordhavocoptimized (now does not use a sqrt for each entity...
2002-05-15 lordhavocoops forgot to commit this piece of the unsuccessful...
2002-03-26 molivierFixed PF_registercvar
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-23 lordhavocCRITICAL fix to checkextension function, it absolutely...
2002-02-18 lordhavocnew entity protocol, GREATLY improved over quake, massi...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocchanged SV_Move calls to always use the correct MOVE_...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-05-26 lordhavocsome whitespace changes
2001-05-12 lordhavocbuild number 101
2001-04-26 lordhavoca big change with a little description...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-04 lordhavocrewrite of map texture loading (mainly to do with HL...
2001-03-02 lordhavocCoordinates are now floats in network protocol (bloats...
2000-10-31 lordhavocadded setcolor builtin
2000-09-18 lordhavoccopyentity builtin added
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision