Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -1/+1 | |
2015-08-30 | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 1 | -0/+0 | |
2013-02-17 | BulletSim: add calls for creating all the different Bullet constraint types. | Robert Adams | 1 | -6/+7 | |
Updated the DLLs and SOs and code for BulletXNA to create the types. All the detailed control calls are not all in place yet. | |||||
2012-12-24 | BulletSim: Rename some of the interface structures (BulletWorld, ...) | Robert Adams | 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. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -1/+3 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-11-03 | BulletSim: code rearrangement | Robert Adams | 1 | -2/+0 | |
2012-11-03 | BulletSim: Add banking and other new code to vechile dynamics. Add third ↵ | Robert Adams | 1 | -1/+1 | |
party license and contributor in for for Aurora-Sim project for physics code. | |||||
2012-08-15 | BulletSim: add locking to constraintCollection and rename some of the public ↵ | Robert Adams | 1 | -49/+45 | |
method variables to reduce confusion between a physics scene and the real scene. | |||||
2012-08-15 | BulletSim: Refactor BSConstraintCollection to add a new ↵ | Robert Adams | 1 | -4/+12 | |
RemoveAndDestroyConstraint(BSConstraint xx) | |||||
2012-08-10 | BulletSim: many, many detailed logging messages for physical linkset | Robert Adams | 1 | -2/+6 | |
debugging. Linkset bugs fixed where accounting of children would get lost. Moved scene based vehicle tracking logic from prim to the scene. Added GetCollisionFlags2 method to BulletSimAPI. Updated DLLs and SOs. | |||||
2012-08-09 | BulletSim: separate out the constraints by type. The linksets use | Robert Adams | 1 | -10/+0 | |
6dof constraint but eventually others will be exposed so future features can use all the Bullet capabilities. Force children to generate a position update when unlinked. | |||||
2012-07-31 | BulletSim: add parameters and API calls for setting ERP and CFM. | Robert Adams | 1 | -1/+7 | |
Set ERP and CFM in linkset constraints. Reorder rebuilding of object bodies so they are not rebuilt everytime something is linked and unlinked. | |||||
2012-07-25 | BulletSim: fix line endings in newly added files (Is it DOS or is it UNIX? ↵ | Robert Adams | 1 | -178/+178 | |
Only it's hairdresser knows for sure) | |||||
2012-07-25 | BulletSim: Add C# classes for storing and tracking constraints. | Robert Adams | 1 | -0/+178 | |