| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
down vehicle.
|
|
|
|
|
|
|
|
| |
This is mostly Bluewall's work but I am also bumping the general version number
OpenSimulator 0.7.5 remains in the release candidate stage.
I'm doing this because master is significantly adding things that will not be in 0.7.5
This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names
and so the exact version match requirement is not in force.
|
|
|
|
|
| |
child prim physical positions to get out of sync with the view.
More reliably compute the offset of children in a physical linkset.
|
|
|
|
|
| |
when individual child pos/rot changes were implementated a week or so ago.
Remove some passing of inTaintTime flag when it was never false.
|
|
|
|
|
|
| |
physical by delaying setting until pre-step time. Change vehicle.Refresh()
to schedule the pre-step setting.
Comments and updating of TODO list.
|
|
|
|
| |
in the PhysicsActor base class.
|
|
|
|
| |
for physical objects. Non-physical objects can go anywhere they want.
|
|
|
|
|
| |
Increase terrain collision margin to help vehicles from tunneling
into same.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
to unmanaged code.
|
| |
|
|
|
|
|
|
| |
Disable vertical attraction for vehicles by default (for the moment).
Fix bug where vehicle would go crazy when velocity got above a
certain speed.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
on the ground. Set defaults for vehicle factors to one. Debug logging changes.
|
| |
|
|
|
|
| |
and angular force factors now default to less than 1 (0.2) vehicle friction and restitution now default to low values
|
|
|
|
| |
vehicle to use post step event for logging.
|
| |
|
|
|
|
| |
are on the ground. Makes them a little more stable.
|
|
|
|
|
| |
Sometimes settling of a vehicle from gravity introduces small
velocities that need to be kept.
|
|
|
|
|
| |
contact processing threshold since the first didn't solve tunneling
problems but used resources and the latter caused instabilities.
|
|
|
|
|
| |
below terrain. If the position is being corrected because it is out
of bounds, all other movement rules are out the window.
|
|
|
|
| |
from the console.
|
|
|
|
| |
BulletXNA.
|
|
|
|
|
|
| |
making the bulletXNA engine work again.
* The only thing that had an issue was when creating a new RigidBody, BulletXNA didn't know the type SimMotionState and the upcast type is unknown in the constructor. Therefore, I had to update the IMotionState with a new method 'SetBody'. All of the duplicated type information has been removed and BulletXNA is not relying on any non-standard types external to the library.
|
| |
|
|
|
|
|
|
| |
This doesn't seem to help the vehicle stability.
Rename vehicle internal variables adding a "V" or "W" so it is clear
when coordinates are vehicle or world relative.
|
| |
|
|
|
|
|
|
| |
Conflicts:
OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs
|
| |
|
| |
|
|
|
|
| |
and vehicles and clean up code by removing their kludgyness.
|
|
|
|
|
| |
Pass through old angular velocity making for smoother transitions.
Remove some old kludges for angular motion (damping and rotvel suppression).
|
|
|
|
|
| |
without rebuilding the whole compound shape. Should make vehicles move
smoother.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
when should be standing.
Modify angular force routines to be the same pattern as linear force routines.
BulletSim vehicle turning is scaled like SL and is DIFFERENT THAN ODE!!
Fix some bugs in BSMotor dealing with the motor going to zero.
Add a bunch of parameters: MaxLinearVelocity, MaxAngularVelocity,
MaxAddForceMagnitude, VehicleMaxLinearVelocity, VehicleMaxAngularVelocity,
and most of the values are defaulted to values that are larger
than in SL.
Use the new parameters in BSPrim, BSCharacter and BSDynamic.
|
|
|
|
| |
stopping walking. Consolidate movement tests into the one prestep motion action
|
|
|
|
| |
properly if the vehicle moves during vehicle actions.
|
|
|
|
|
|
|
| |
to better use them for incremental updates.
Modify prim and character to use the new motors.
Simplify the vehicle linear movement code to just update the velocity
directly or the basic movement.
|
|
|
|
| |
BulletSPlugin using the BulletXNA Bullet physics engine. It also updates the BulletXNA library to be compatible with the changes. OpenSimDefaults has been updated to describe how to switch engines and terrain implementations.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
non-active. This turns off 'setForce', 'setTorque' and 'moveToTarget'
when the object is selected or made non-physical.
|
|
|
|
|
| |
can use to know if the object is currently active.
Code cleaning including use of Util.ClampV function.
|
| |
|
|
|
|
|
| |
It was a dumb idea to try and do a nose over feature for jumping cars anyway.
Add better logging of native shape creation/reuse so can tell the difference.
|
|
|
|
|
| |
objects have been fetched.
Update TODO list with more work.
|