aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: make all the different angularVerticalAttraction algorithmsRobert Adams2013-07-081-1/+3
| | | | | | | | selectable from configuration paramters. Changed default algorithm to "1" from previous default as it seems to handle Y axis correction a little better. Add config file independent enablement of vehicle angular forces to make debugging easier (independent testing of forces).
* BulletSim: remove the handle to the vehicle actor and cause routinesRobert Adams2013-06-301-14/+18
| | | | that need it to look it up.
* BulletSim: convert BSDynamic to a BSActor and change BSPrim to setRobert Adams2013-03-311-6/+6
| | | | up the vehicle actor.
* BulletSim: fix physics repositioning when under ground to only happenRobert Adams2013-01-292-14/+45
| | | | for physical objects. Non-physical objects can go anywhere they want.
* BulletSim: first unit test: vehicle angular attractionRobert Adams2013-01-282-56/+127
|
* BulletSim: do not zero an avatar's standing velocity if it is standingRobert Adams2013-01-281-81/+87
| | | | | | | on a moving object. Rearrange pre/post action subscription code to put more in locks. Add meshmerizer params to BulletSimTestUtil scene creation (and fix line endings). Rebuilt version of DLLs and SOs with cleaned up code and no profiling for sure.
* BulletSim: add framework for BulletSim unit tests. No tests yet.Robert Adams2013-01-273-0/+193