Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BulletSim: Rename some of the interface structures (BulletWorld, ...) | Robert Adams | 2012-12-24 | 1 | -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. | ||||
* | BulletSim: Add more to the TODO list. Clean up and improve some comments. | Robert Adams | 2012-12-13 | 1 | -8/+4 |
| | |||||
* | BulletSim: correct line endings in new BulletSimData.cs file. | Robert Adams | 2012-12-13 | 1 | -282/+282 |
| | |||||
* | BulletSim: Add 'BulletSimData' which separates structures created | Robert Adams | 2012-12-13 | 1 | -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. |