aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSPhysObject.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* BulletSim: Update BSCharacter to use API2 interface.Robert Adams2012-10-191-0/+12
* BulletSim: Add Force* operations to objects to allow direct push to engine.Robert Adams2012-10-111-0/+4
* BulletSim: Fix crash when linking large physical linksets.Robert Adams2012-10-111-1/+2
* BulletSim: Add ForcePosition and ForceOrientation to BSPhysObject and to its ...Robert Adams2012-10-021-0/+4
* BulletSim: remove the trailing spaces from lines to make git happierRobert Adams2012-09-271-1/+1
* BulletSim: Fix linkset crash. Caused by the different body and shapeRobert Adams2012-09-271-2/+6
* BulletSim: Terrain sets proper collision flags on creation.Robert Adams2012-09-271-5/+5
* BulletSim: btGhostObjects working to make 'volume detect' work.Robert Adams2012-09-271-2/+6
* BulletSim: renamed members of BulletShape, BulletSim and BulletBodyRobert Adams2012-09-271-7/+9
* BulletSim: complete code for managed code shape and body tracking. Not debugged.Robert Adams2012-09-271-12/+10
* BulletSim: Convert BSCharacter to use common BSPhysObject code and variables.Robert Adams2012-09-271-8/+21
* BulletSim: move a bunch of common logic out of BSPrim and BSCharacterRobert Adams2012-09-271-7/+131
* BulletSim: Remove calculation and passing of unused collied object type.Robert Adams2012-09-151-1/+1
* BulletSim: Way too many changes in one commit.Robert Adams2012-09-151-1/+1
* BulletSim: Add Bullet body and shape to BSPhysObject and renameRobert Adams2012-09-071-1/+5
* BulletSim: Changes to terrain storage and management so mega-regions work.Robert Adams2012-08-311-58/+60
* BulletSim: unify physical objects under BSPhysObjects. Now BSScene and BSLink...Robert Adams2012-08-311-0/+58