]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
ODE improvements:
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 16 Dec 2010 17:49:24 +0000 (17:49 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 16 Dec 2010 18:40:59 +0000 (19:40 +0100)
commit773e182566051308d9794654c2db0de698bf5247
tree47166a02157f40168085b14975d6bda104cfd57e
parentd386ec55b42731f8ac9823599b888c6827423792
ODE improvements:
- physics_enable builtin (enable/disable objects)
- physics_addforce (add force to certain point in object)
- physics_addtorgue (add relative torgue)
- extension documented as "DP_PHYSICS_ODE", added additional check if lib is enabled in checextension()
- #ifdef'ed usage of dWorldStepFast1 and make it off by default as it's been removed from ODE trunk
- added "collision" mesh support, if there is some mesh with "collision" texture, all other meshes are ignored and that mesh is used.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10667 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=8b68ee05515266fdb1b20b06b0c4c04646fdc397
clvm_cmds.c
dpdefs/dpextensions.qc
model_shared.c
progs.h
prvm_cmds.c
prvm_cmds.h
svvm_cmds.c
world.c
world.h