aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-03Soliciting for comments on smoothness of physics objects for this build.teravus2-8/+46
2012-10-03I propose that 0.5m/step change for linear velocity is too big of a change to...teravus1-1/+15
2012-10-02Minor Modification, switch /2 to 0.5f in ODEPrim.Velocityteravus1-4/+4
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
2012-10-02BulletSim: call ForcePosition and ForceOrientation in BSDynamics so there is ...Robert Adams1-39/+57
2012-10-02BulletSim: fix the FloatOnWater code so avatars can normally go underwater.Robert Adams1-1/+1
2012-10-02BulletSim: impliment FloatOnWater OS function.Robert Adams3-22/+104
2012-10-02Correct my name in CONTRIBUTORS.txtRobert Adams1-35/+16
2012-10-02BulletSim: remove warnings for unused variables.Robert Adams3-14/+7
2012-09-28BulletSim: remember to release the physical body and shape when a prim is des...Robert Adams2-16/+16
2012-09-27BulletSim: add separate runtime and taint-time linkset children lists to keep...Robert Adams3-80/+93
2012-09-27BulletSim: rename some constraint variables to be consistant with other name ...Robert Adams7-116/+231
2012-09-27BulletSim: remove the trailing spaces from lines to make git happierRobert Adams10-276/+275
2012-09-27BulletSim: remove the unused body management code from BSPrim. There is no go...Robert Adams1-374/+0
2012-09-27BulletSim: Fix linkset crash. Caused by the different body and shapeRobert Adams9-94/+182
2012-09-27BulletSim: Terrain sets proper collision flags on creation.Robert Adams4-52/+56
2012-09-27BulletSim: btGhostObjects working to make 'volume detect' work.Robert Adams7-191/+265
2012-09-27BulletSim: renamed members of BulletShape, BulletSim and BulletBodyRobert Adams11-270/+482
2012-09-27BulletSim: fix regression that caused cylindar shapes to have a box collision...Robert Adams1-1/+9
2012-09-27BulletSim: complete code for managed code shape and body tracking. Not debugged.Robert Adams5-130/+675
2012-09-27BulletSim: add class and infrastructure for shape and objectRobert Adams5-39/+192
2012-09-27BulletSim: Convert BSCharacter to use common BSPhysObject code and variables.Robert Adams5-117/+113
2012-09-27BulletSim: move a bunch of common logic out of BSPrim and BSCharacterRobert Adams7-416/+361
2012-09-15BulletSim: update DLLs and SOs and remove some debugging code.Robert Adams1-1/+1
2012-09-15BulletSim: some debugging prints in BSPrim for tracking changes in linkset ch...Robert Adams1-1/+3
2012-09-15BulletSim: add the debugging routine DumpRigidBody2() to API2.Robert Adams1-3/+6
2012-09-15BulletSim: another attempt at computing physics FPS correctly.Robert Adams1-23/+6
2012-09-15BulletSim: remove timeStep parameter from calls for vehicle parameter setting...Robert Adams2-9/+6
2012-09-15BulletSim: Remove calculation and passing of unused collied object type.Robert Adams4-28/+36
2012-09-15BulletSim: set all linkset objects center of mass to the whole linkset's cent...Robert Adams1-2/+15
2012-09-15BulletSim: Add calls to linkset class when object going static or dynamic.Robert Adams2-8/+32
2012-09-15BulletSim: remove unused NeedsMeshing() code from BSScene.Robert Adams1-116/+0
2012-09-15BulletSim: Add 'IsNativeShape2' callRobert Adams1-4/+7
2012-09-15BulletSim: Way too many changes in one commit.Robert Adams9-286/+351
2012-09-07BulletSim: Add Bullet body and shape to BSPhysObject and renameRobert Adams6-62/+505
2012-09-07BulletSim: Add some comments (gasp) and log messages.Robert Adams4-4/+13
2012-09-07BulletSim: PhysicsActorType() now returns the correct value rather than 'unkn...Robert Adams2-2/+3
2012-09-07BulletSim: Modify collision flag calls to return the current flags.Robert Adams2-7/+18
2012-08-31BulletSim: Update BulletSimAPI to match the DLL interface.Robert Adams4-137/+231
2012-08-31BulletSim: clean up some variable naming for consistancy.Robert Adams4-102/+183
2012-08-31BulletSim: fix line endings.Robert Adams1-22/+22
2012-08-31BulletSim: Changes to terrain storage and management so mega-regions work.Robert Adams8-185/+597
2012-08-31BulletSim: unify physical objects under BSPhysObjects. Now BSScene and BSLink...Robert Adams5-160/+200
2012-08-31BulletSim: add new interface for mesh, hull and terrain creation that will mo...Robert Adams1-7/+20
2012-08-17BulletSim: Properly regenerate hulls when objects made physical.Robert Adams1-9/+25
2012-08-17BulletSim: restore most of the Detail logging statements. Will haveRobert Adams4-40/+51
2012-08-17BulletSim: add parameters and functionality to specify the meshRobert Adams3-48/+34