]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - world.c
Rework game specific hacks to have a special group for Nexuiz-derived games.
[xonotic/darkplaces.git] / world.c
2013-07-28 havocfix an unused variable warning caused by USEODE
2013-07-24 nikoliUpdate build system, fix and enable ODE by default
2012-09-26 divverentuse library versions 2 and 3 of ODE too. It seems compa...
2012-04-19 divverentremove some dead initializations that clang-analyzer...
2012-04-17 havocfix two bugs introduced in r11402 that broke dm6 telepo...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-08 divverentfix checkextension based ODE detection for QC code
2012-02-18 vortexODE: rewrite scale support to scale collision mesh...
2011-12-31 vortexTry fix ode_body cast.
2011-12-31 vortexODE stuff:
2011-12-21 vortexCumulative patch:
2011-12-08 vortexODE: experimental 'erp' field for per-entity control...
2011-12-08 havocdisable VorteX's broken physics_ode_constantstep code...
2011-11-09 havocdon't call ODE dWorldQuickStep with 0 step time
2011-11-09 vortexDDS with DXT1a: was not correctly detected if r_texture...
2011-11-08 havocremove physics_ode_worldstep cvar, it is now always...
2011-11-06 divverentfix two checks to not crash when showtex is used withou...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-12 havocadded sv_areadebug cvar which disables the use of the...
2011-09-25 vortexDP_PHYSICS_ODE: new SOLID_PHYSICS_CYLINDER. New "massof...
2011-07-31 vortexLightmaps merging debug print ("copying original lightm...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-18 havocfix a bug where the wrong PRVM_ macro was being used
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-11-29 vortexAttempt to stabilize ODE. Now using constant step ...
2010-11-13 havocfix some warnings
2010-10-28 havocfix MSVC2008 compilation again
2010-10-22 divverentexplain more why physics_ode is 0 by default
2010-10-22 divverentfix a warning in ODE code
2010-10-22 divverentODE: if we enable it by default on Win32, we should...
2010-10-22 havocenable ODE dll support by default on windows
2010-01-30 divverentfix areagrid mins/maxs calculation (improves fps on...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-14 divverentODE: add two missing symbols
2009-11-08 havocfix typo in #ifdef ODE_DYNAMIC
2009-10-24 divverentfix handling of entities which change movetype at runtime
2009-10-24 divverentODE code cleanup; WARNING: interface change. Springs...
2009-10-24 divverentadd a missing VectorClear
2009-10-23 divverentadd support for fixed joints (jointtype -1), debug...
2009-10-23 divverentfix FLT_MAX on visual studio sucky compiler
2009-10-23 divverentadd missing dInfinity
2009-10-23 divverentadd two missing functions
2009-10-23 divverentmore ODE fixes
2009-10-23 divverentmake ODE entities call touch functions
2009-10-23 divverentspeed up ODE by not creating bodies for non-physics...
2009-10-22 divverentfix warning
2009-10-22 divverentdue to huge slowdowns even in non-ODE using games ...
2009-10-22 divverentmovedir stuff
2009-10-22 divverentmake movedir_y fps independent
2009-10-22 divverentmake springs use fps- and physics-engine independent...
2009-10-22 divverentexperimental support for springs:
2009-10-22 divverentadd missing declarations
2009-10-22 divverentadd cvars for world erp and cfm; remove pistons for...
2009-10-22 divverentODE: joints
2009-10-21 havocfix an error in the spinvelocity -> avelocity conversion
2009-10-20 havocdisabled use of WINAPI in ODE_API because ODE uses...
2009-10-20 divverentsupport DP_SV_BOUNCEFACTOR and .float gravity for ODE...
2009-10-20 divverentcomment out two unused functions (as ODE 0.9 does not...
2009-10-20 havocremoved .axis_forward, .axis_left, .axis_up, .spinveloc...
2009-10-20 havocadded automatic conversion from legacy entity angles...
2009-10-20 havocfix bug with rotating bmodels
2009-10-20 havocuse dInitODE instead of dInitODE2
2009-10-20 divverentfix two pointer bugs in ODE code
2009-10-20 divverentmove the ODE_API modifiers where they should be
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
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...
next