aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+0
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel1-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+8
2012-12-31BulletSim: remove all the debug printing of pointer formatting (.ToString(X))...Robert Adams1-2/+2
2012-12-31BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams1-7/+10
2012-12-24BulletSim: Rename some of the interface structures (BulletWorld, ...)Robert Adams1-1/+1
2012-12-21BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams1-1/+1
2012-12-10BulletSim: Fix crash on the destruction of physical linksets.Robert Adams1-2/+2
2012-11-03BulletSim: code rearrangementRobert Adams1-6/+6
2012-10-22BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ...Robert Adams1-1/+3
2012-10-22BulletSim: remove trailing spaces to make git happy.Robert Adams1-1/+1
2012-10-11BulletSim: Fix crash when linking large physical linksets.Robert Adams1-3/+10
2012-09-27BulletSim: rename some constraint variables to be consistant with other name ...Robert Adams1-9/+12
2012-09-27BulletSim: renamed members of BulletShape, BulletSim and BulletBodyRobert Adams1-1/+1
2012-09-15BulletSim: Way too many changes in one commit.Robert Adams1-4/+12
2012-09-07BulletSim: Add some comments (gasp) and log messages.Robert Adams1-0/+4
2012-08-31BulletSim: Changes to terrain storage and management so mega-regions work.Robert Adams1-2/+1
2012-08-15BulletSim: clean up detail logging by adding many more debug log statements a...Robert Adams1-0/+6
2012-08-15BulletSim: add BSConstraint.RecomputConstraintVariables for the recomputation...Robert Adams1-0/+17
2012-08-10BulletSim: many, many detailed logging messages for physical linksetRobert Adams1-1/+3
2012-08-09BulletSim: separate out the constraints by type. The linksets useRobert Adams1-49/+11
2012-07-31BulletSim: fix problem where resizing a primary shape (cube or sphere) would ...Robert Adams1-1/+1
2012-07-31BulletSim: add parameters and API calls for setting ERP and CFM.Robert Adams1-1/+11
2012-07-25BulletSim: remove unused, commented out code in BSConstraintRobert Adams1-8/+0
2012-07-25BulletSim: fix line endings in newly added files (Is it DOS or is it UNIX? On...Robert Adams1-123/+123
2012-07-25BulletSim: Add C# classes for storing and tracking constraints.Robert Adams1-0/+123