aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* BulletSim: add Bullet HACD library invocation. Turned off by default as notRobert Adams2013-04-091-0/+1
* BulletSim: convert BSDynamic to a BSActor and change BSPrim to setRobert Adams2013-03-311-1/+1
* BulletSim: rework parameter setting for different types of valuesRobert Adams2013-02-171-39/+15
* BulletSim: fix avatar bobbing or jiggling while stationary flying.Robert Adams2013-02-081-1/+1
* BulletSim: include the linkage to the layered prim implementation. Separate l...Robert Adams2013-02-081-2/+2
* Change passed PhysicsParameter value from float to the more general string valueRobert Adams2013-02-071-8/+33
* BulletSim: rework some parameter setting implementation moving functionality ...Robert Adams2013-02-051-29/+29
* BulletSim: first unit test: vehicle angular attractionRobert Adams2013-01-281-1/+1
* BulletSim: fix the trimming of colliders so only the top 25 are returned.Robert Adams2013-01-281-2/+2
* BulletSim: fix compile error from last commitRobert Adams2013-01-271-2/+2
* BulletSim: first attempt at reporting top collidersRobert Adams2013-01-271-1/+16
* BulletSim: remove exception that can happen when setting physics parameters f...Robert Adams2013-01-241-2/+2
* BulletSim: pass up and report the real collision penetration.Robert Adams2013-01-231-2/+3
* BulletSim: center-of-gravity linkset changes. Not working yet.Robert Adams2013-01-231-2/+2
* BulletSim: allow changing position and rotation of a child of a linksetRobert Adams2013-01-211-4/+0
* BulletSim: remove unused MaxTaintsToProcessPerStep parameterRobert Adams2013-01-211-1/+0
* BulletSim: fix not moving physical objects below terrain to over terrain.Robert Adams2013-01-141-4/+13
* BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams2013-01-111-2/+7
* BulletSim: remove double application of buoyancy. Centralize computation of b...Robert Adams2013-01-111-0/+1
* BulletSim: add parameter to have Bullet output performance statisticsRobert Adams2013-01-011-0/+4
* BulletSim: move over and port the interface for BulletXNA.Robert Adams2013-01-011-1/+1
* BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate.Robert Adams2012-12-311-65/+62
* BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams2012-12-311-1/+1
* BulletSim: first round of conversion from direct BulletSimAPI interfacing by ...Robert Adams2012-12-311-2/+8
* BulletSim: correct collision mask definition for linkset children.Robert Adams2012-12-271-0/+1
* BulletSim: Parameterize nominal frame rate (55) and add parameters to dynamia...Robert Adams2012-12-271-3/+8
* BulletSim: add physical parameter min/max constants in BSParam. I just don't ...Robert Adams2012-12-271-9/+0
* BulletSim: scale the force for external AddForce by the simulationRobert Adams2012-12-261-0/+4
* BulletSim: Rename some of the interface structures (BulletWorld, ...)Robert Adams2012-12-241-2/+2
* BulletSim: remove post step one-time taints (doesn't make any sense). Rename ...Robert Adams2012-12-221-82/+30
* BulletSim: remove all special vehicle code from BSScene. Replace per-frame up...Robert Adams2012-12-211-81/+14
* BulletSim: repair vehicle problems introduced in previous 'improvements'. Fix...Robert Adams2012-12-211-1/+1
* BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams2012-12-211-515/+34
* BulletSim: begin movement of parameters from pinned memory block to variables...Robert Adams2012-12-211-0/+10
* BulletSim: apply friction to linear and angular motion before returning advan...Robert Adams2012-12-171-6/+0
* BulletSim: fix vehicles going underground when unsat. Problem was that, when ...Robert Adams2012-12-171-1/+1
* BulletSim: add parameter to UpdateProperties call into the linkset so changes...Robert Adams2012-12-161-3/+7
* BulletSim: remove some errors on shutdown by moving terrain destruction until...Robert Adams2012-12-161-2/+7
* BulletSim: non-functional commenting and reorganization of material attribute...Robert Adams2012-12-121-0/+1
* BulletSim: add ini file and command line parameters to controlRobert Adams2012-12-111-2/+10
* BulletSim: comment out some chatty debug logging. Rearrange some code in BSDy...Robert Adams2012-12-101-2/+2
* BulletSim: rework angular corrections to remove any hybrid code and compute a...Robert Adams2012-12-031-2/+2
* BulletSim: add stubs for generalization of preStep actions. Will eventually r...Robert Adams2012-12-031-2/+17
* BulletSim: Add DumpActivationInfo2 function. Change static objects from DISAB...Robert Adams2012-12-011-0/+2
* BulletSim: move GetWaterLevelAtXYZ from BSScene to BSPhysTerrain.Robert Adams2012-11-281-10/+7
* BulletSim: increase vehicle stability by suppressing Bullet's update to angul...Robert Adams2012-11-261-6/+6
* BulletSim: up the vehicle angular damping to 0.95. Still trying to overcome t...Robert Adams2012-11-251-2/+2
* BulletSim: clean up TODO list. It is kept somewhere wlse that should be more ...Robert Adams2012-11-251-17/+16
* BulletSim: Add tables and initialization for different attributes for differe...Robert Adams2012-11-251-0/+7
* BulletSim: Make avatar capsule so it is not circular.Robert Adams2012-11-211-7/+11