]> icculus.org git repositories - divverent/darkplaces.git/history - pr_cmds.c
Modified the sound code so it can handle sounds outside of a "sound" subdirectory.
[divverent/darkplaces.git] / pr_cmds.c
2004-05-17 havoccleaned up PF_fopen filename rejection, now rejects...
2004-05-17 havocTomaz patch to fopen builtin which now tries to read...
2004-04-14 havocrenamed model->numsurfaces to model->nummodelsurfaces
2004-03-10 havocsorted extension list again
2004-03-10 havocadded DP_SV_ROTATINGBMODEL extension to list
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-25 havocenable MOVE_ values on PF_tracebox (already enabled...
2004-02-21 havocmoved light matrix generation out of the render code...
2004-02-06 havocrewrote PF_tokenize to not use memory allocations
2004-02-02 havocchanged a lot of progs errors to warnings, and it print...
2003-12-16 havocadded cvar_string extension at the request of Paul...
2003-12-07 blackAdded qc fs search functions, so the qcs can easily...
2003-12-07 havocadded DP_LITSUPPORT extension
2003-11-12 havocmake quake completable again (killtarget problem with...
2003-11-08 havoccheck for many invalid attempts to modify entities...
2003-10-16 havochandle one error condition I forgot to code in PF_setat...
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-08-31 havocfixed a couple stupid bugs
2003-08-31 havocnow uses string buffers more sanely and supports multip...
2003-08-30 havocreverted the massive svs.connectedclients change, now...
2003-08-24 havocno more uses of %g in printf as it tends to lose precis...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-08-14 havocq3bsp is still not working yet, but getting closer
2003-08-13 havocno time to explain, more changes on the path to q3bsp...
2003-08-13 havocmore hackish cleanups of PVS stuff, now decompresses...
2003-08-10 havocmoved RecursiveLightPoint code to model_brush.c (model...
2003-08-07 havocfix a warning
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-31 havoccorrected a few LittleLongs to LittleFloat in md3 loadi...
2003-07-28 havocfix setattachment (it was setting tag_index to i, shoul...
2003-07-25 havocadded DP_GFX_SKINFILES and DP_GFX_QUAKE3MODELTAGS exten...
2003-07-24 havocmd3 tag attachments (implemented but untested), also...
2003-07-19 havocadded SV_PointContents
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-12 havocadded GL_HALFLIFE_MAP_CVAR extension to list (the cvar...
2003-07-12 havocadded DP_GFX_EXTERNALTEXTURES extension to list
2003-07-08 havocredesigned much of PF_VarString to clean it up (shorter...
2003-07-06 havocallow traceline to take unusual values for nomonsters...
2003-07-02 havocchanged brush model API - now uses function pointers...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-06-07 havocKRIMZON_SV_PARSECLIENTCOMMAND extension (untested curre...
2003-05-16 havocadded DP_GFX_SKYBOX and DP_CL_LOADSKY extensions
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
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