aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BulletSimData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-24BulletSim: Rename some of the interface structures (BulletWorld, ...)Robert Adams1-2/+2
to get ready for... Start creation of BulletAPITemplate. This defines the abstract interface functions. Following commits will move over to the new interface. This will enable switching between the managed and unmanaged version of Bullet.
2012-12-13BulletSim: Add more to the TODO list. Clean up and improve some comments.Robert Adams1-8/+4
2012-12-13BulletSim: correct line endings in new BulletSimData.cs file.Robert Adams1-282/+282
2012-12-13BulletSim: Add 'BulletSimData' which separates structures createdRobert Adams1-0/+282
for the operation of BulletSim and those defintiions/structures defined so they can be used in the unmanaged world. Consolidate setting of collision flags so implementation is not scattered.