| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Framework/ThrottleOutPacketType.cs
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/CoreModules/Avatar/Groups/GroupsModule.cs
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
OpenSim/Region/ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
to the documented maximum from the outragious number previously.
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
because the computations are wrong.
Add VehicleTorqueImpulse routines.
|
| | |
| | |
| | |
| | | |
Free pinned memory when physics engine is unloaded.
|
| | |
| | |
| | |
| | |
| | | |
and enable friction computation caching. Remove dangerous BulletSim
settings from OpenSimDefaults.ini.
|
| | |
| | |
| | |
| | |
| | | |
Add locking on register prestep action list preventing potential race conditions.
Little comment and formatting changes.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
|
| | |
| | |
| | |
| | | |
Move physical prim above ground if it is underground. Previously tried to correct by applying and up force but the prim would never go through the ground.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the physics engines to return the name that is specified in the INI
file ("physics = XXX") as the type of engine.
This os function is a little different than the others in that it
does not throw an exception of one is not privilaged to use it.
It merely returns an empty string.
|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
algorithm for limitMotorUp that relies on going up when not colliding rather than distance from ground. Add parameter for turning on and off embedded source vehicle debugging.
|
| | |
| | |
| | |
| | | |
buoyancy. Add motor angular debugging controls.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
remembering that the last asset fetch failed until the simulator resets the shape parameters.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/Timer.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
|
| | |
| | |
| | |
| | | |
Fix problem of vehicles going crazy when backing up.
|
| | |
| | |
| | |
| | | |
Rotate angular correction forces to be world relative rather than vehicle relative.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Add definition of hand crafted avatar mesh. Not used yet.
Comments and cleanup.
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| | |
| | |
| | |
| | | |
* prim edges due to camera lag
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
box and not the complete mesh. Fill mesh physical objects are back.
|
| | |
| | |
| | |
| | |
| | | |
Implementation of non-vehicle hover but haven't tested it a lot.
Update TODO list.
|