aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-23BulletSim: add Dispose() code to free up resources and close log files.Robert Adams1-0/+21
2012-07-20BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs attempti...Robert Adams1-1/+2
2012-07-20BulletSim: more detail logging for vehicle and general physics debugging.Robert Adams1-28/+20
2012-07-20BulletSim: Add very detailed logging to BSDynamics for vehicle debuggingRobert Adams1-3/+57
2012-07-20BulletSim: Add PID variables to physical scene. Not PIDing yet, but soon.Robert Adams1-0/+13
2012-07-20BulletSim: Add detailed and voluminous debug logging that is enabledRobert Adams1-19/+34
2012-07-06Clean up collision reporting code so they are properly passed toRobert Adams1-5/+18
2012-03-26BulletSim: make avatar animations update properly.Robert Adams1-0/+15
2012-03-26BulletSim: fix typo introducted by previous checkins (git merge sometimes mak...Robert Adams1-3/+0
2012-03-23BulletSim: change default of shouldDisableContactPoolDynamicAllocation from F...Robert Adams1-2/+2
2012-03-23BulletSim: Add new configuration parameters to get and set console commandsRobert Adams1-4/+32
2012-03-23BulletSim: add a bunch of internal Bullet configuration parameters to OpenSim...Robert Adams1-0/+34
2012-03-23BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams1-2/+3
2012-03-23BulletSim: update TODO list. Rearrange code for readability. Add per object f...Robert Adams1-15/+15
2012-03-23BulletSim: Add AvatarRestitution parameter. Centralize computation of buoyanc...Robert Adams1-0/+3
2012-03-23BulletSim: add some new runtime setable parameters to match the dll.Robert Adams1-3/+10
2012-03-23BulletSim: Update list of TODO tasksRobert Adams1-0/+13
2012-03-22BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams1-2/+3
2012-03-21BulletSim: update TODO list. Rearrange code for readability. Add per object f...Robert Adams1-15/+15
2012-03-21BulletSim: Add AvatarRestitution parameter. Centralize computation of buoyanc...Robert Adams1-0/+3
2012-03-21BulletSim: add some new runtime setable parameters to match the dll.Robert Adams1-3/+10
2012-03-21BulletSim: Update list of TODO tasksRobert Adams1-0/+13
2012-01-25Update BulletSim.dll with some interface changes and tuning (see opensim-libs...Robert Adams1-6/+27
2011-08-29Use GetMeshKey from PrimitiveBaseShape.Robert Adams1-8/+8
2011-08-26BulletSim: add mesh representation. Use meshes for static objects and switch ...Robert Adams1-7/+13
2011-08-18BulletSim: add runtime setting of physics parameters. Update default values.Robert Adams1-12/+211
2011-08-05BulletSim: Parameters settable from ini file. Linksets. Physical property val...Robert Adams1-91/+116
2011-07-22BulletSim: fix buoyancy for prims. Start of configurable physics parameters.Robert Adams1-14/+83
2011-07-22Pass collisions and updates in pinned memory (saves marshaling).Robert.Adams1-39/+47
2011-07-22Pass collisions and updates in pinned memory (saves marshaling).Dan Lake1-39/+47
2011-06-20BulletSim initial checkinRobert Adams1-0/+553