aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2012-10-22BulletSim: encorporate UBit's suggestion to save a copy of mesh raw data.Robert Adams1-2/+1
2012-10-22BulletSim: Create LinkSet abstract class and sparate constraint based linkset...Robert Adams3-319/+434
2012-10-19BulletSim: add asset fetching so BulletSim works with new physics asset handl...Robert Adams4-165/+240
2012-10-19BulletSim: reorder avatar collision checking to eliminate double collision_end.Robert Adams6-35/+43
2012-10-19BulletSim: change nonimal physics frame rate to 55 to give same numbers as ODE.Robert Adams6-52/+57
2012-10-19BulletSim: remove code in ShapeCollection that hinted at shape sharing.Robert Adams5-161/+138
2012-10-19BulletSim: Fix small problems with last patch: BSScene.World properly initial...Robert Adams3-11/+6
2012-10-19BulletSim: Update BSCharacter to use API2 interface.Robert Adams6-93/+250
2012-10-12BulletSim: only use native sphere shape if it is a sphere.Robert Adams1-1/+2
2012-10-11BulletSim: fix problem with some shapes (like cylinders) being implemented as...Robert Adams1-1/+1
2012-10-11BulletSim: remove some unused API2 calls because they were removed from Bulle...Robert Adams2-14/+2
2012-10-11BulletSim: normalize physics FPS to 45 (for real this time).Robert Adams1-2/+2
2012-10-11BulletSim: normalize physics FPS to 45.Robert Adams1-3/+4
2012-10-11BulletSim: Use full linkset mass when computing vehicle gravity force. Add ta...Robert Adams3-11/+16
2012-10-11BulletSim: Change defaults for constraint CFM and ERP to make large linksets ...Robert Adams2-11/+8
2012-10-11BulletSim: cosmetic changes (comments and renaming). Give mass to terrain to ...Robert Adams7-52/+74
2012-10-11BulletSim: Add Force* operations to objects to allow direct push to engine.Robert Adams7-29/+100
2012-10-11BulletSim: Fix crash when linking large physical linksets.Robert Adams8-102/+132
2012-10-02BulletSim: Make parameter value defaults match what should be the default and...Robert Adams2-14/+14
2012-10-02BulletSim: Add ForcePosition and ForceOrientation to BSPhysObject and to its ...Robert Adams3-5/+64
2012-10-02BulletSim: Fix problem where box shapes were not being rebuilt if the shape t...Robert Adams1-4/+6
2012-10-02BulletSim: Fix linkset problem where delayed manipulations of child objects w...Robert Adams1-10/+8