aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-138/+0
* BulletSim: remove all the debug printing of pointer formatting (.ToString(X))...Robert Adams2012-12-311-2/+2
* BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams2012-12-311-7/+10
* BulletSim: Rename some of the interface structures (BulletWorld, ...)Robert Adams2012-12-241-1/+1
* BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams2012-12-211-1/+1
* BulletSim: Fix crash on the destruction of physical linksets.Robert Adams2012-12-101-2/+2
* BulletSim: code rearrangementRobert Adams2012-11-031-6/+6
* BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ...Robert Adams2012-10-221-1/+3
* BulletSim: remove trailing spaces to make git happy.Robert Adams2012-10-221-1/+1
* BulletSim: Fix crash when linking large physical linksets.Robert Adams2012-10-111-3/+10
* BulletSim: rename some constraint variables to be consistant with other name ...Robert Adams2012-09-271-9/+12
* BulletSim: renamed members of BulletShape, BulletSim and BulletBodyRobert Adams2012-09-271-1/+1
* BulletSim: Way too many changes in one commit.Robert Adams2012-09-151-4/+12
* BulletSim: Add some comments (gasp) and log messages.Robert Adams2012-09-071-0/+4
* BulletSim: Changes to terrain storage and management so mega-regions work.Robert Adams2012-08-311-2/+1
* BulletSim: clean up detail logging by adding many more debug log statements a...Robert Adams2012-08-151-0/+6
* BulletSim: add BSConstraint.RecomputConstraintVariables for the recomputation...Robert Adams2012-08-151-0/+17
* BulletSim: many, many detailed logging messages for physical linksetRobert Adams2012-08-101-1/+3
* BulletSim: separate out the constraints by type. The linksets useRobert Adams2012-08-091-49/+11
* BulletSim: fix problem where resizing a primary shape (cube or sphere) would ...Robert Adams2012-07-311-1/+1
* BulletSim: add parameters and API calls for setting ERP and CFM.Robert Adams2012-07-311-1/+11
* BulletSim: remove unused, commented out code in BSConstraintRobert Adams2012-07-251-8/+0
* BulletSim: fix line endings in newly added files (Is it DOS or is it UNIX? On...Robert Adams2012-07-251-123/+123
* BulletSim: Add C# classes for storing and tracking constraints.Robert Adams2012-07-251-0/+123