]> git.xonotic.org Git - xonotic/darkplaces.git/history - world.h
Merge MR 'Make trace entity culling optional for spectators'
[xonotic/darkplaces.git] / world.h
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-04-13 cloudwalkcom_list: Move all functions to the header and inline...
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkworld: Port the areagrid to the new generic linked...
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2013-07-24 nikoliUpdate build system, fix and enable ODE by default
2012-03-08 divverentfix checkextension based ODE detection for QC code
2011-12-31 vortexODE stuff:
2011-11-08 havocremove physics_ode_worldstep cvar, it is now always...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2010-12-16 vortexODE improvements:
2010-11-29 vortexAttempt to stabilize ODE. Now using constant step ...
2010-01-29 havocincrease world culling grid dimensions back to 128...
2010-01-08 havocmore reductions in memory usage
2010-01-08 havocreduce memory usage by several megabytes
2009-10-22 divverentODE: joints
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-07-08 divverentdoxygen comments and config file
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-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2006-03-08 havocsome work on SV_TestEntityPosition and entity unstickin...
2005-10-26 havocreplaced CL_PointQ1Contents with longer calls to conten...
2005-05-27 black-CVS: --------------------------------------------...
2004-10-09 havocadded SV_EntitiesInBox function to find entities within...
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
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
2002-06-09 lordhavocSV_PointContents removed (all calls replaced with Mod_P...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...
2002-02-15 lordhavocdouble precision RecursiveHullCheck
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-06-03 lordhavocadded a newline to the end
2000-12-09 lordhavocbmodel rotation physics now work
2000-08-22 lordhavocInitial revision