aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-18BulletSim: Use base class constructors for initialization of BSShape and othe...Robert Adams4-216/+214
2012-11-18BulletSim: fix the problem with flying being disabled when crossing region bo...Robert Adams1-2/+6
2012-11-18BulletSim: remove the obsolete interface to the Bullet code. Update BulletSim...Robert Adams1-134/+0
2012-11-14Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto6-4/+70
2012-11-13Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto5-5/+5
2012-11-08ODECharacter overrides TargetVelocity. No change to existing behaviorDan Lake1-1/+15
2012-11-07BulletSim: add skeleton classes for shape objectification. This will eventual...Robert Adams1-0/+213
2012-11-07BulletSim: add classes for physics motors. Eventually these will replace the ...Robert Adams1-0/+104
2012-11-06BulletSim: many changes to tune vehicles for BulletSim.Robert Adams1-63/+161
2012-11-06BulletSim: Add ZeroAngularMotion method to physical objects. Add inTaint flag...Robert Adams4-28/+82
2012-11-06BulletSim: remove limit on taints that can happen before a step. Remove some ...Robert Adams1-12/+16
2012-11-06BulletSim: recalculate the compound shape bounding box when built.Robert Adams1-0/+2
2012-11-06BulletSim: only compute linkset mass when membership changes rather than ever...Robert Adams1-2/+6
2012-11-06BulletSim: Add separate linear and angular damping function calls. Add functi...Robert Adams1-0/+9
2012-11-03BulletSim: fix compound linkset crash by not freeing shape of child prims.Robert Adams6-17/+25
2012-11-03BulletSim: search the mesh and hull lists to find shapes if type is not known...Robert Adams4-20/+96
2012-11-03BulletSim: Move construction of compound linkset from ShapeCollectionRobert Adams3-61/+120
2012-11-03BulletSim: parameterize selection of linkset implementationRobert Adams3-10/+24
2012-11-03BulletSim: debugging of compound shape implementation of linksets.Robert Adams10-132/+274
2012-11-03BulletSim: Add RawPosition and RawOrientation to BSPhysObject and rename Mass...Robert Adams5-17/+39
2012-11-03BulletSim: Remove use of shapeData in ShapeCollection and rely on the availab...Robert Adams7-266/+256
2012-11-03BulletSim: rename BSBody and BSShape to PhysBody and PhysShape. Add skeleton ...Robert Adams9-176/+328
2012-11-03BulletSim: vehicle tweeking.Robert Adams3-93/+90
2012-11-03BulletSim: remove center-of-mass setting for linksets because it causes the c...Robert Adams5-54/+33
2012-11-03BulletSim: Use the PostTaints operation to build the linkset once before the ...Robert Adams2-124/+68
2012-11-03BulletSim: Add gravity force to vehicle. Some debugging additions.Robert Adams1-2/+6
2012-11-03BulletSim: fix problem with multiple linksets stepping on each other if they ...Robert Adams1-3/+4
2012-11-03BulletSim: add definitions for linkset collision maskRobert Adams1-0/+3
2012-11-03BulletSim: code rearrangementRobert Adams2-8/+6
2012-11-03BulletSim: Use Refresh/PostTaints to cause recomputing of constraint variable...Robert Adams1-29/+36
2012-11-03BulletSim: add post taint taints and post step taints. The post taints operat...Robert Adams1-16/+122
2012-11-03BulletSim: remove unneeded parameter from Refresh().Robert Adams1-1/+1
2012-11-03BulletSim: centralize mass/inertia computation with UpdatePhysicalMassPropert...Robert Adams3-18/+38
2012-11-03BulletSim: rename constraint classes so they show up together alphabetically.Robert Adams3-6/+6
2012-11-03BulletSim: many small changes for vehicles simulation.Robert Adams1-31/+40
2012-11-03BulletSim: add ForEachMember(action) call for linkset.Robert Adams1-8/+28
2012-11-03BulletSim: Add activations after vehicle properties change. Problem was the v...Robert Adams1-12/+62
2012-11-03BulletSim: correct spelling of Bullet call. It's 'swept' not 'sweep'.Robert Adams3-3/+7
2012-11-03BulletSim: Add banking and other new code to vechile dynamics. Add third part...Robert Adams11-188/+323
2012-10-31Add TargetVelocity to PhysicsActor interface to support distributed physics. ...Dan Lake1-0/+6
2012-10-30Log warning if mesh/sculpt asset couldn't be found by ODEPrim.MeshAssetReceiv...Justin Clark-Casey (justincc)1-0/+6
2012-10-30Add asset != null check to ODEPrim.MeshAssetReceived instead of throwing exce...Justin Clark-Casey (justincc)1-1/+1
2012-10-30Make MeshAssetReceived private.Justin Clark-Casey (justincc)1-1/+1
2012-10-30correct ODEPrim.MeshAssetReveived -> MeshAssetReceivedJustin Clark-Casey (justincc)1-3/+2
2012-10-23BulletSim: fix problem with avatars sinking into the ground.Robert Adams4-15/+23
2012-10-23BulletSim: minor change to insure avatar body recreation when shape changes.Robert Adams1-3/+3
2012-10-22BulletSim: remove chatty debug message.Robert Adams2-2/+2
2012-10-22BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ...Robert Adams8-35/+51
2012-10-22BulletSim: fix problem of not rebuilding shape by clearing last rebuild faile...Robert Adams2-2/+8
2012-10-22BulletSim: remove trailing spaces to make git happy.Robert Adams8-36/+36