Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -4/+26 | |
2016-11-07 | Fix file execute permissions, coz Windows. | David Walter Seikel | 1 | -0/+0 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -17/+298 | |
2013-01-01 | BulletSim: move selection of the unmanaged Bullet DLL from BSPlugin | Robert Adams | 1 | -0/+8 | |
into the unmanaged Bullet interface class. | |||||
2013-01-01 | BulletSim: move over and port the interface for BulletXNA. | Robert Adams | 1 | -5/+17 | |
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: fix line endings. | Robert Adams | 1 | -32/+32 | |
2013-01-01 | BulletSim: subclass Bullet[World|Body|Shape|Constraint] for unmanaged | Robert Adams | 1 | -190/+464 | |
to have pointers and managed to have objects. Initial paste of XNA code. Commented out. | |||||
2012-12-31 | BulletSim: remove unused unmanaged memory reference functions from ↵ | Robert Adams | 1 | -0/+2 | |
BSAPITemplate. | |||||
2012-12-31 | BulletSim: remove rigid body contruction functions from BSAPITemplate that ↵ | Robert Adams | 1 | -56/+0 | |
relied on prebuilt construction info structures. | |||||
2012-12-31 | BulletSim: eliminate the use of the unmanaged HeightMapInfo structure. | Robert Adams | 1 | -15/+11 | |
Remove all related calls from the unmanaged and BSAPITemplate interfaces. Update DLLs and SOs to include the version without HeightMapInfo structures. | |||||
2012-12-31 | BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate. | Robert Adams | 1 | -59/+158 | |
Update BulletSim DLLs and SOs with simplier step function interface. | |||||
2012-12-31 | BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ↵ | Robert Adams | 1 | -116/+302 | |
Only initialization and debug fuctions left. | |||||
2012-12-31 | BulletSim: another round of conversion: dynamics world and collision object ↵ | Robert Adams | 1 | -1107/+1318 | |
functions. | |||||
2012-12-31 | BulletSim: add the implementation files for the two versions of Bullet: | Robert Adams | 1 | -0/+1107 | |
unmanaged (C++) and managed (C#). |