aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSPrimLinkable.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: Remove linkset 'Incomplete' flag as its meaning couldn't be made ↵Robert Adams2014-11-301-10/+0
| | | | clear. Add 'InternalScheduleRebuild() CHange rebuild code to call InternalScheduleRebuild() rather than ForceRebuild() to limit the scope of the changes made by the linkset.
* BulletSim: add BSLinkset.AllPartsComplete that checks of all linkset members ↵Robert Adams2014-11-301-21/+1
| | | | are not Incomplete and not waiting for assets. Change BSPrimLinkable to use AllPartsComplete.
* BulletSim: Make BSPrimLinkable 'incomplete' if any of its children are ↵Robert Adams2014-11-301-1/+23
| | | | waiting for assets to load.
* BulletSim: add shape and linkset rebuild scheduled flags. Add ↵Robert Adams2014-11-301-0/+8
| | | | BSPrim.Incomplete flag based on rebuild flags to say when an object is being rebuilt.
* Eliminated many warningsOren Hurvitz2014-04-231-0/+2
|
* BulletSim: pass both root and child BSPhysObjects to Extension function. ↵Robert Adams2013-09-111-7/+7
| | | | Update routines to use the new parameters list from above change.
* BulletSim: add ID parameter to TaintedObject calls so logging will include ↵Robert Adams2013-09-111-3/+3
| | | | LocalID of object which created the taint.
* BulletSim: Extension parameters passed through the classes made to pass just ↵Robert Adams2013-09-111-6/+9
| | | | and array of objects rather than a mixture of parameters and array. Makes understanding and parsing what is being passed much easier.
* BulletSim: add extended physics function physGetLinkType(linkNum). Add ↵Robert Adams2013-09-111-2/+9
| | | | implementation of physChangeLinkParams() in BSLinksetConstraint.
* BulletSim: add physChangeLinkParams to set individual parameters on link ↵Robert Adams2013-09-111-5/+13
| | | | constraints. Not fully functional. Remove double definition of ExtendedPhysics parameters by having BulletSim reference the optional module (addition to prebuild.xml and usings).
* BulletSim: add physChangeLinkSpring to change linkset link to be a spring ↵Robert Adams2013-09-111-7/+2
| | | | constraint. Add implementation to create spring constraint. Send up property updates for linkset children at the end of flexible linkset links. The simulator probably doesn't do the right thing yet.
* BulletSim: initial implementation of physChangeLinkFixed that resets a ↵Robert Adams2013-09-111-9/+20
| | | | linkset's link back to a fixed, non-moving connection.
* BulletSim: move linkset extension operations into BSPrimLinkable where they ↵Robert Adams2013-09-111-0/+41
| | | | should be.
* BulletSim: fixes for change linkset implementation of physical linksets.Robert Adams2013-09-111-3/+8
|
* BulletSim: When converting linkset types, don't try to change the listRobert Adams2013-08-021-9/+20
| | | | of linkset children while iterating through the list.
* BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'Robert Adams2013-08-021-0/+30
| | | | | and processing routines in BulletSim. Add linkset rebuild/conversion routine in BSLinkset.
* Revert "Revert "BulletSim: move collision processing for linksets from ↵Robert Adams2013-07-231-7/+25
| | | | | | | | BSPrimLinkable"" Found that the vehicle movement problem was not caused by these physics changes. This reverts commit c45659863d8821a48a32e5b687c7b2a6d90b0300.
* Revert "BulletSim: move collision processing for linksets from BSPrimLinkable"Robert Adams2013-07-221-25/+7
| | | | | | The changes don't seem to be ready for prime time. This reverts commit b4c3a791aa55390bff071b3fe4bbe70c1d252703.
* BulletSim: move collision processing for linksets from BSPrimLinkableRobert Adams2013-07-221-7/+25
| | | | | | | | | | into the linkset implementation classes. Add HasSomeCollision attribute that remembers of any component of a linkset has a collision. Update vehicle code (BSDynamic) to use the HasSomeCollision in place of IsColliding to make constraint based linksets properly notice the ground. Add linkset functions to change physical attributes of all the members of a linkset.
* BulletSim: implementation of linkset center-of-mass.Robert Adams2013-07-061-4/+7
| | | | | | 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.
* BulletSim: More tweaking on center-of-mass. Almost there. Changes have no ↵Robert Adams2013-07-061-0/+10
| | | | effect if LinksetOffsetCenterOfMass=false (the default).
* BulletSim: comments and non-functional changes working toward the ↵Robert Adams2013-07-061-4/+15
| | | | center-of-gravity implementation.
* BulletSim: set linkset type to be prim specific rather than a simulatorRobert Adams2013-06-301-1/+4
| | | | | wide default. This allows individual prims to differ in the underlying linkset implementation.
* BulletSim: zero vehicle motion when changing vehicle type.Robert Adams2013-05-031-0/+4
| | | | | Rebuild compound linkset of any child in the linkset changes shape. Comments and better detailed logging messages.
* BulletSim: rename variable 'PhysicsScene' to be either 'PhysScene' or ↵Robert Adams2013-04-291-4/+4
| | | | 'm_physicsScene' to match coding conventions and reduce confusion.
* BulletSim: massive refactor of shape classes. Removed shape specific code ↵Robert Adams2013-04-291-6/+3
| | | | from BSShapeCollection. Using BSShape* classes to hold references to shape. Simplified shape dependency callbacks. Remove 'PreferredShape' methods and have each class specify shape type. Disable compound shape linkset for a later commit that will simplify linkset implementation.
* BulletSim: moving comments around. No functional change.Robert Adams2013-04-081-0/+9
|
* BulletSim: fix density since the simulator/viewer track density in aRobert Adams2013-02-121-1/+2
| | | | | | | | | | | 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).
* BulletSim: More work on center-of-mass. Remove linksetinfo and rely on ↵Robert Adams2013-02-121-1/+3
| | | | simulator to update info.
* BulletSim: fix avatar bobbing or jiggling while stationary flying.Robert Adams2013-02-081-1/+1
| | | | Various comments and debugging message mods.
* BulletSim: reclass BSPrim into layers so linkset and physical world ↵Robert Adams2013-02-081-0/+179
displacement is implemented as overlay classes rather than if statements scattered about.