aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSAPIUnman.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-02BulletSim: most of the plumbing for raycast. Needs new BulletSim.dll toRobert Adams1-0/+22
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-4/+4
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto1-0/+0
2013-09-11BulletSim: add ClearCollisionProxyCache function to API.Robert Adams1-0/+10
2013-09-11BulletSim: add unmanaged and XNA functions for hinge, slider and spring const...Robert Adams1-0/+45
2013-09-11BulletSim: add API and calls for spring constraint parameters.Robert Adams1-0/+36
2013-05-21BulletSim: add gImpact shape type. Add logic to use gImpact shapeRobert Adams1-0/+15
2013-04-29BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams1-3/+3
2013-04-29BulletSim: massive refactor of shape classes. Removed shape specific code fro...Robert Adams1-3/+3
2013-04-24BulletSim: update DLLs and SOs to they have no dependencies on newerRobert Adams1-0/+27
2013-04-01BulletSim: update unmanaged API for HACD parameter passing. Bullet HACDRobert Adams1-3/+3
2013-03-19BulletSim: code to generate a higher resolution terrain mesh. ParameterRobert Adams1-2/+2
2013-02-17BulletSim: add calls for creating all the different Bullet constraint types.Robert Adams1-0/+102
2013-01-15BulletSim: fix logic for enabling unmanaged code debug messages.Robert Adams1-1/+14
2013-01-14BulletSim: fix not moving physical objects below terrain to over terrain.Robert Adams1-1/+1
2013-01-11BulletSim: move center of gravity of linkset to its geometric center.Robert Adams1-0/+9
2013-01-04BulletSim: add comments to force and impulse setting functionsRobert Adams1-0/+8
2013-01-04BulletSim: add ResetBroadphasePool and ResetConstraintSolver diagnosticRobert Adams1-3/+19
2013-01-01BulletSim: move selection of the unmanaged Bullet DLL from BSPluginRobert Adams1-0/+8
2013-01-01BulletSim: move over and port the interface for BulletXNA.Robert Adams1-5/+17
2013-01-01BulletSim: fix line endings.Robert Adams1-32/+32
2013-01-01BulletSim: subclass Bullet[World|Body|Shape|Constraint] for unmanagedRobert Adams1-190/+464
2012-12-31BulletSim: remove unused unmanaged memory reference functions from BSAPITempl...Robert Adams1-0/+2
2012-12-31BulletSim: remove rigid body contruction functions from BSAPITemplate that re...Robert Adams1-56/+0
2012-12-31BulletSim: eliminate the use of the unmanaged HeightMapInfo structure.Robert Adams1-15/+11
2012-12-31BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate.Robert Adams1-59/+158
2012-12-31BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams1-116/+302
2012-12-31BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams1-1107/+1318
2012-12-31BulletSim: add the implementation files for the two versions of Bullet:Robert Adams1-0/+1107