Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 1 | -1/+1 | |
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -2/+2 | |
2015-08-30 | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 1 | -0/+0 | |
2013-07-07 | BulletSim: fix jumping up and down of linksets when center-of-mass | Robert Adams | 1 | -6/+2 | |
was enabled. Didn't effect the physical position but the viewer saw the linkset jumping between its simulator center and its physical center. | |||||
2013-07-06 | BulletSim: implementation of linkset center-of-mass. | Robert Adams | 1 | -15/+45 | |
Default off, for the moment, until more testing. Add separate thread and center-of-mass flags to OpenSimDefaults.ini. Clean up comments in OpenSimDefaults.ini. | |||||
2013-07-06 | BulletSim: More tweaking on center-of-mass. Almost there. Changes have no ↵ | Robert Adams | 1 | -39/+24 | |
effect if LinksetOffsetCenterOfMass=false (the default). | |||||
2013-07-06 | BulletSim: comments and non-functional changes working toward the ↵ | Robert Adams | 1 | -10/+16 | |
center-of-gravity implementation. | |||||
2013-04-30 | BulletSim: improvements to LinksetCompound and PrimDisplaced. Not all ↵ | Robert Adams | 1 | -5/+17 | |
working yet. | |||||
2013-02-12 | BulletSim: fix density since the simulator/viewer track density in a | Robert Adams | 1 | -1/+1 | |
funny unit that is 100 times real density (default 1000). Fix avatar drifting slowly when stationary flying. Fix for physical prims getting corrected for being under terrain when it was just its geometric center that was below terrain. Add PreUpdatePropertyAction allowing plugable modifiction of phys parameters returned from Bullet. Fix an exception setting GravityMultiplier on initialization. Update DLLs and SOs for good measure (no functional change). | |||||
2013-02-12 | BulletSim: More work on center-of-mass. Remove linksetinfo and rely on ↵ | Robert Adams | 1 | -25/+60 | |
simulator to update info. | |||||
2013-02-08 | BulletSim: reclass BSPrim into layers so linkset and physical world ↵ | Robert Adams | 1 | -0/+118 | |
displacement is implemented as overlay classes rather than if statements scattered about. |