aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-21BulletSim: add new Bullet 2.82 constraint type codes and rename theRobert Adams1-1/+3
2013-10-26BulletSim: update collision flags to make sure they fit in the shorts provided.Robert Adams1-7/+7
2013-09-11BulletSim: add ClearCollisionProxyCache function to API.Robert Adams1-0/+2
2013-09-11BulletSim: add axis parameter for specifying enable, damping, and stiffness f...Robert Adams1-1/+1
2013-09-11BulletSim: add physChangeLinkSpring to change linkset link to be a spring con...Robert Adams1-1/+3
2013-09-11BulletSim: add unmanaged and XNA functions for hinge, slider and spring const...Robert Adams1-0/+24
2013-09-11BulletSim: add API and calls for spring constraint parameters.Robert Adams1-0/+8
2013-05-21BulletSim: add gImpact shape type. Add logic to use gImpact shapeRobert Adams1-0/+5
2013-04-29BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams1-3/+3
2013-04-24BulletSim: update DLLs and SOs to they have no dependencies on newerRobert Adams1-0/+7
2013-04-01BulletSim: update unmanaged API for HACD parameter passing. Bullet HACDRobert Adams1-1/+16
2013-02-17BulletSim: add calls for creating all the different Bullet constraint types.Robert Adams1-0/+27
2013-02-12BulletSim: More work on center-of-mass. Remove linksetinfo and rely on simula...Robert Adams1-3/+4
2013-02-08BulletSim: add parameter to set global contact breaking threshold. Update DLL...Robert Adams1-0/+1
2013-02-05BulletSim: rework some parameter setting implementation moving functionality ...Robert Adams1-36/+2
2013-01-28BulletSim: rename 'uint' to 'UInt32' to make clear the type that is passed to...Robert Adams1-14/+14
2013-01-23BulletSim: pass up and report the real collision penetration.Robert Adams1-0/+1
2013-01-23BulletSim: working on COMRobert Adams1-0/+19
2013-01-11BulletSim: move center of gravity of linkset to its geometric center.Robert Adams1-0/+2
2013-01-06BulletSim: comments and removing small compile errors introduced in last commit.Robert Adams1-1/+1
2013-01-04BulletSim: add ResetBroadphasePool and ResetConstraintSolver diagnosticRobert Adams1-6/+10
2013-01-01BulletSim: add parameter to have Bullet output performance statisticsRobert Adams1-2/+2
2013-01-01BulletSim: move over and port the interface for BulletXNA.Robert Adams1-3/+3
2013-01-01BulletSim: subclass Bullet[World|Body|Shape|Constraint] for unmanagedRobert Adams1-1/+1
2012-12-31BulletSim: remove unused unmanaged memory reference functions from BSAPITempl...Robert Adams1-2/+2
2012-12-31BulletSim: remove rigid body contruction functions from BSAPITemplate that re...Robert Adams1-5/+0
2012-12-31BulletSim: eliminate the use of the unmanaged HeightMapInfo structure.Robert Adams1-16/+2
2012-12-31BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate.Robert Adams1-13/+30
2012-12-31BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams1-5/+2
2012-12-31BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams1-4/+4
2012-12-31BulletSim: first round of conversion from direct BulletSimAPI interfacing by ...Robert Adams1-778/+169
2012-12-29BulletSim: remove check for small motor movement because, while itRobert Adams1-1/+1
2012-12-29BulletSim: tweeking avatar capsule code in an attempt to haveRobert Adams1-1/+3
2012-12-27BulletSim: correct collision mask definition for linkset children.Robert Adams1-12/+12
2012-12-24BulletSim: Rename some of the interface structures (BulletWorld, ...)Robert Adams1-0/+392
2012-12-21BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams1-33/+35
2012-12-13BulletSim: Add 'BulletSimData' which separates structures createdRobert Adams1-176/+7
2012-12-10BulletSim: Fix crash on the destruction of physical linksets.Robert Adams1-0/+23
2012-12-06BulletSim: rewrite and improve vehicle angularDeflection, verticalAttraction,Robert Adams1-0/+1
2012-12-03BulletSim: Reduce idle region physics overhead where there are MANYRobert Adams1-32/+32
2012-12-01BulletSim: Add DumpActivationInfo2 function. Change static objects from DISAB...Robert Adams1-2/+5
2012-11-26BulletSim: increase vehicle stability by suppressing Bullet's update to angul...Robert Adams1-1/+1
2012-11-25BulletSim: add terrain collision margin and vehicle angular dampingRobert Adams1-0/+7
2012-11-22Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because itMelanie1-5/+5
2012-11-21BulletSim: Make avatar capsule so it is not circular.Robert Adams1-1/+2
2012-11-21BulletSim: add terrainImplementation parameter with default to Mesh.Robert Adams1-0/+1
2012-11-21BulletSim: enablement and debugging of mesh terrain.Robert Adams1-3/+3
2012-11-21BulletSim: pull heightmap implementation out of the terrain manager so a mesh...Robert Adams1-2/+2
2012-11-21BulletSim: rename SHAPE_AVATAR to SHAPE_CAPSULE with the eye to eventually ha...Robert Adams1-1/+1
2012-11-21BulletSim: uplevel FixedShapeKey out of ShapeData structure (since it is gett...Robert Adams1-11/+13