Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-01 | BulletSim: add parameter to have Bullet output performance statistics | Robert Adams | 1 | -1/+1 | |
every so many frames. Default to off. | |||||
2013-01-01 | BulletSim: move over and port the interface for BulletXNA. | Robert Adams | 1 | -291/+598 | |
Copied BulletSNPlugin.BulletSimAPI to a new BulletSPlugin.BSAPIXNA.cs and then modifyed the latter to comply with the BSAPITemplate definition. Not totally debugged but the code is all there for an INI variable to select either unmanaged C++ Bullet or the C# version of Bullet. | |||||
2013-01-01 | BulletSim: subclass Bullet[World|Body|Shape|Constraint] for unmanaged | Robert Adams | 1 | -1/+1277 | |
to have pointers and managed to have objects. Initial paste of XNA code. Commented out. | |||||
2012-12-31 | BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate. | Robert Adams | 1 | -39/+39 | |
Update BulletSim DLLs and SOs with simplier step function interface. | |||||
2012-12-31 | BulletSim: add the implementation files for the two versions of Bullet: | Robert Adams | 1 | -38/+39 | |
unmanaged (C++) and managed (C#). | |||||
2009-09-03 | Add copyright headers. Formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2009-08-19 | Add Border (a virtual border management class) | Teravus Ovares (Dan Olivares) | 1 | -0/+11 | |
Move Cardinals to it's own file. |