aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSAPIXNA.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-23Eliminated many warningsOren Hurvitz1-1/+0
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-1/+1
2013-09-11BulletSim: add ClearCollisionProxyCache function to API.Robert Adams1-0/+13
2013-09-11BulletSim: add unmanaged and XNA functions for hinge, slider and spring const...Robert Adams1-2/+172
2013-09-11BulletSim: add API and calls for spring constraint parameters.Robert Adams1-0/+38
2013-08-20* Fix some threading issues in BulletXNA (the managed bullet library), this s...teravus1-1/+45
2013-05-21BulletSim: add gImpact shape type. Add logic to use gImpact shapeRobert Adams1-3/+8
2013-04-29BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams1-69/+69
2013-04-29BulletSim: massive refactor of shape classes. Removed shape specific code fro...Robert Adams1-2/+2
2013-04-24BulletSim: update DLLs and SOs to they have no dependencies on newerRobert Adams1-0/+10
2013-04-01BulletSim: update unmanaged API for HACD parameter passing. Bullet HACDRobert Adams1-2/+1
2013-02-17BulletSim: add calls for creating all the different Bullet constraint types.Robert Adams1-41/+186
2013-02-17BulletSim: rework parameter setting for different types of valuesRobert Adams1-2/+2
2013-02-05BulletSim: rework some parameter setting implementation moving functionality ...Robert Adams1-35/+35
2013-01-25* This adds llVolumeDetect functionality to the C# implementation of BulletSim.teravus1-86/+116
2013-01-24* Added in the manifold point dept on collision desc. In BulletSim engine Bul...teravus1-5/+64
2013-01-24* Repairs the Object updates, Collision updates, and Child Prim methods makin...teravus1-164/+282
2013-01-20This updates prebuild to remove BulletSimN, implements the BulletSim API in B...teravus1-262/+623
2013-01-11BulletSim: move center of gravity of linkset to its geometric center.Robert Adams1-0/+1
2013-01-04BulletSim: add ResetBroadphasePool and ResetConstraintSolver diagnosticRobert Adams1-41/+16
2013-01-01BulletSim: add parameter to have Bullet output performance statisticsRobert Adams1-1/+1
2013-01-01BulletSim: move over and port the interface for BulletXNA.Robert Adams1-291/+598
2013-01-01BulletSim: subclass Bullet[World|Body|Shape|Constraint] for unmanagedRobert Adams1-1/+1277
2012-12-31BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate.Robert Adams1-39/+39
2012-12-31BulletSim: add the implementation files for the two versions of Bullet:Robert Adams1-38/+39
2009-09-03Add copyright headers. Formatting cleanup.Jeff Ames1-1/+28
2009-08-19Add Border (a virtual border management class)Teravus Ovares (Dan Olivares)1-0/+11