Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BulletSim: remove unused unmanaged memory reference functions from ↵ | Robert Adams | 2012-12-31 | 1 | -0/+2 |
| | | | | BSAPITemplate. | ||||
* | BulletSim: remove rigid body contruction functions from BSAPITemplate that ↵ | Robert Adams | 2012-12-31 | 1 | -56/+0 |
| | | | | relied on prebuilt construction info structures. | ||||
* | BulletSim: eliminate the use of the unmanaged HeightMapInfo structure. | Robert Adams | 2012-12-31 | 1 | -15/+11 |
| | | | | | Remove all related calls from the unmanaged and BSAPITemplate interfaces. Update DLLs and SOs to include the version without HeightMapInfo structures. | ||||
* | BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate. | Robert Adams | 2012-12-31 | 1 | -59/+158 |
| | | | | Update BulletSim DLLs and SOs with simplier step function interface. | ||||
* | BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ↵ | Robert Adams | 2012-12-31 | 1 | -116/+302 |
| | | | | Only initialization and debug fuctions left. | ||||
* | BulletSim: another round of conversion: dynamics world and collision object ↵ | Robert Adams | 2012-12-31 | 1 | -1107/+1318 |
| | | | | functions. | ||||
* | BulletSim: add the implementation files for the two versions of Bullet: | Robert Adams | 2012-12-31 | 1 | -0/+1107 |
unmanaged (C++) and managed (C#). |