| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
constructed.
Add routine to check for failed and use that method rather than
checking individual state.
|
|
|
|
| |
from locking up when running BulletSim on a separate thread.
|
|
|
|
| |
This fixes constraints from getting messed up when properties change.
|
|
|
|
|
|
| |
Add proxy cache clearing when some properties are changed. This fixes
a problem where objects would stop colliding of they were moved
with setPosition mulitple times.
|
|
|
|
| |
LocalID of object which created the taint.
|
|
|
|
|
|
|
| |
Normally, avatar motion is zeroed if colliding with a stationary object so
they don't slide down hills and such. Without volume detect check this also
allowed avatars to stand on volume detect objects and to have some jiggling
when they were in the volume detect object. This commit fixes both.
|
|
|
|
|
|
|
|
|
| |
don't happen until the object is completely initialized.
This fixes the problem of doing a teleport while the simulator is running.
The destruction of the physical object while the engine is running means
that the physics parameter update would overwrite the new position of the
newly created avatar.
|
|
|
|
|
|
|
|
| |
is not with a volume detect object.
This fixes a problem of avatars trying to step over a volume detect object
that they collide with. This appeared as the avatar popping up as it started
to step up but then continuing on since the object wasn't physically interacting.
|
|
|
|
| |
the simulator expects it (scaled to 100kg/m^3).
|
|
|
|
|
|
|
|
| |
BSPrimLinkable""
Found that the vehicle movement problem was not caused by these physics changes.
This reverts commit c45659863d8821a48a32e5b687c7b2a6d90b0300.
|
|
|
|
|
|
| |
The changes don't seem to be ready for prime time.
This reverts commit b4c3a791aa55390bff071b3fe4bbe70c1d252703.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
before the first simulator step.
|
|
|
|
| |
inconsistant use of Raw* and _* conventions.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
There is still some overshoot but mostly fixes Mantis 6693.
Fix bug where moveToTarget was active for non-physical objects
and while selected.
Fix bug where move target was not getting changed if the script
changed the target during a move.
|
|
|
|
|
|
| |
so error messages make more sense.
Change some BulletSim status log messages from WARN to INFO.
Update TODO list.
|
|
|
|
| |
addition to angular movement. Not enabled by anything yet.
|
|\ |
|
| |
| |
| |
| |
| | |
collisions. Usually happens when logging in an avatar that had been
previously flying. Uninitialized variable.
|
| |
| |
| |
| | |
working yet.
|
| |
| |
| |
| | |
changes.
|
| |
| |
| |
| | |
'm_physicsScene' to match coding conventions and reduce confusion.
|
|/
|
|
| |
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.
|
|
|
|
|
| |
of both position change and up force that move avatars over barrier.
Default parameters are for steps up to 0.5m in height.
|
| |
|
|
|
|
| |
Fix a few enabling problems.
|
|
|
|
|
| |
physical object and into actors for setForce, setTorque, hover, lock
axis and avatar move.
|
|
|
|
| |
up the vehicle actor.
|
|
|
|
| |
Add first 'actor' for locked axis.
|
|
|
|
| |
requested quicker than the asset fetcher returns and thus falsely reporting that an asset was not fetched and defaulting the assset to a bounding box.
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
simulator to update info.
|
|
|
|
| |
Various comments and debugging message mods.
|
|
|
|
| |
layers for physical (vs simulator) location displacement and linksets.
|
|
|
|
| |
dialog setting of friction, restitution, ... working.
|
| |
|
|
|
|
| |
default. This should fix the invisible barrier in sculptie doorways bug.
|
|
|
|
| |
in the PhysicsActor base class.
|
|
|
|
|
|
|
| |
on a moving object.
Rearrange pre/post action subscription code to put more in locks.
Add meshmerizer params to BulletSimTestUtil scene creation (and fix line endings).
Rebuilt version of DLLs and SOs with cleaned up code and no profiling for sure.
|
| |
|
|
|
|
| |
vehicle to use post step event for logging.
|
|
|
|
|
| |
without rebuilding the whole compound shape. Should make vehicles move
smoother.
|
|
|
|
|
|
|
| |
OpenSimulator is VERY sensitive to changes in avatar velocity and
will send an avatar update message when velocity changes more than
0.001m/s. This significantly reduces the number of avatar update messages by
smoothing the avatar velocity returned by Bullet.
|
|
|
|
|
| |
can use to know if the object is currently active.
Code cleaning including use of Util.ClampV function.
|
|
|
|
|
| |
Add locking on register prestep action list preventing potential race conditions.
Little comment and formatting changes.
|
|
|
|
|
|
|
| |
Necessitated allowing simulator and physical position of a body to
get out of sync since Bullet assumes that <0,0,0> is the center of mass.
Update DLLs and SOs for the UpdateChildTransform so positions of
individual prim in a linkset can be implemented.
|
|
|
|
| |
to see if physical before trying to step. Replace vehicle gravity application. Previously relying on Bullet to apply gravity but since vehicles over-ride the velocity calculation, gravity never had a chance to accelerate the body down. Added AddForceImpulse as well as AddForce for those who need to apply immediate velocity updates. Use the impulse to apply the linear motion.
|
|
|
|
|
|
|
|
|
|
| |
It looks like BulletSim and ODE rely on penetration correction to cause
the avatar to move up and thus allowing walking up stairs. Object
penetration was minimized for walking and flying (so one doesn't go
through walls) and this stopped stairs from working. This commit
introduces avatar movement code to check for collisions at the
feet while walking and attempts to raise the avatar for the steps.
Not yet perfect but movement is better.
|
|
|
|
| |
by new registrations thus causing multiple instances of an action.
|