]> icculus.org git repositories - divverent/darkplaces.git/history - world.c
fix motionblur cvar descriptions, also: First commit! :D
[divverent/darkplaces.git] / world.c
2009-07-08 divverentdoxygen comments and config file
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2008-02-22 havocset csqc world.mins and world.maxs (reworked World_SetS...
2008-02-04 havocreplaced World_Clear with World_SetSize and World_UnlinkAll
2007-12-25 havocWorld_EntitiesInBox now takes const mins/maxs
2007-06-10 havocuse world-> rather than sv.world. in World_LinkEdict_Ar...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-07 havocremoved PRVM_EDICT_NUM_UNSIGNED (PRVM_EDICT_NUM now...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-04 havocfix a couple printf format string warnings that only...
2007-01-24 havocfix a few typos in comments
2006-05-10 havocremoved all 3 uses of the brown-text message prefix...
2006-04-15 havocfix really stupid typo in SV_Move code, this cures...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-28 havocpatch from div0 to fix disappearing items in nexuiz...
2006-03-23 havocfix bugs with bbox vs bbox traces (the collision box...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-22 havocchanged collision code to report supercontents, surface...
2006-03-20 havocfixed stuck entity warnings when they should not have...
2006-03-10 havocchanged TraceBox functions to take start,mins,maxs...
2006-03-08 havocsome work on SV_TestEntityPosition and entity unstickin...
2006-02-01 havocadded description string to all cvars and commands
2006-01-23 havocfix a typo, and apparently this isn't the cause of...
2006-01-23 havocfixed SOLID_NOT relink touching triggers bug (which...
2005-11-25 havocSOLID_NOT is now linked into the areagrid, which fixed...
2005-10-26 havocreplaced CL_PointQ1Contents with longer calls to conten...
2005-10-24 havocmade an optimized SV_ClipMoveToWorld function to save...
2005-10-23 havocgot rid of Mod_CheckLoaded, changed how model system...
2005-09-06 sajtThe broken pushers are PARTLY fixed. They will now...
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-05-27 black-CVS: --------------------------------------------...
2005-04-11 havocremove unused variable
2005-04-11 havocimplemented playerclip and monsterclip brush support...
2005-01-13 havocbound fractions after trace code
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-10-09 havocadded SV_EntitiesInBox function to find entities within...
2004-05-22 havocadded sv_gameplayfix_grenadebouncedownsteps, sv_gamepla...
2004-04-03 havocmake shrak work (lots of SOLID_BSP/MOVETYPE_PUSH entiti...
2004-03-04 havocfix monsters ignoring player underwater if a bmodel...
2004-03-01 havocfixed SV_TouchAreaGrid to not crash if SV_IncreaseEdict...
2004-02-26 havocPF_traceline/PF_tracebox can now use world as the edict
2004-02-02 havocadded trace.realfraction field which is now used for...
2003-12-28 havocfix a thinko on clip.trace.ent = sv.edicts (it should...
2003-12-28 havocfixed fiends jumping through player bug, huge thanks...
2003-12-24 havocadded a bunch more COLLISIONPARANOID code trying to...
2003-12-09 havocfixed the wall slide stuttering bug (the one that has...
2003-10-21 havocSV_Move (and children) now only set trace.ent if there...
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-08-27 havocq3bsp curve collisions (technically it can collide...
2003-08-23 havocq3bsp is working, but no curves yet, and no realtime...
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-03 havocadded MOVE_WORLDONLY movement type
2003-07-22 havoccollision code cleanups (model->brush.TraceBox is now...
2003-07-19 havocadded SV_PointContents
2003-07-01 havocextremely minor optimization to linking edicts into...
2003-06-22 havocreport invalid edicts when attempting to link them
2003-06-08 havocfix SOLID_BSP with non-BSP model error that can occur...
2003-06-03 havocfixed bug that used bmodel collision geometry on non...
2003-05-21 havocadded a note about an id bug with triggers and ignoring...
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
2003-03-07 havocgot rid of AreaNode stuff, now only has AreaGrid (had...
2003-02-26 havocToo fine an AREA_GRID seems to be dropping performance...
2003-02-21 havocadded new method of culling irrelevant entity collision...
2003-02-20 havocoptional polygon collisions, not ready for practical...
2002-10-29 havocchanged how QC interpreter handles edict field access...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-08-03 havocprint edict responsible for "Trigger in clipping list...
2002-06-10 lordhavoccleaned up order of bbox checks (whether to use the...
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 lordhavocsplit out RecursiveHullCheck and related code into...
2002-05-04 lordhavoccleaned up and fixed collisions with brush models ...
2002-03-16 lordhavocCheck bbox for overlap even on bmodels again (disabling...
2002-03-14 lordhavocskip bbox check on bmodels because it is fast enough...
2002-03-13 lordhavocfix for fall-through-floor-when-embedded-in-another...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-26 lordhavochopeful fix for flymove !trace.ent error
2002-02-23 lordhavocmajor cleanup to pusher and SV_Move code, major fixes...
2002-02-15 lordhavocfixed rotating+moving pushers (teleport ball in end...
2002-02-05 lordhavoccleaned up entity culling in server code, implemented...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
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-12 lordhavocbuild number 101
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-02 lordhavocCoordinates are now floats in network protocol (bloats...
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-02-09 lordhavocadded back r_speeds2, with masses of information (6...
2001-01-22 lordhavocclarifications about the format of svc_fog
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-18 lordhavocbackport of PM_RecursiveHullCheck for speedup
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-24 dabbBorland C++ compile fixes.
2000-08-22 lordhavocInitial revision