OpenSimMirror/OpenSim/Region/Physics/POSPlugin
Justin Clark-Casey (justincc) 265fe349e0 Somewhat improve avatar region crossings by properly preserving velocity when avatar enters the new region.
This commit addresses the following issues were causing velocity to be set to 0 on the new region, disrupting flight in particular
* Full avatar updates contained no velocity information, which does appear to have some effect in testing.
* BulletSim was always setting the velocity to 0 for the new BSCharacter.  Now, physics engines take a velocity parameter when setting up characters so we can avoid this.
This patch applies to both Bullet and ODE.
2014-11-29 00:12:11 +00:00
..
AssemblyInfo.cs Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
POSCharacter.cs If calling llStopMoveToTarget() on an in-world prim, don't send an unnecessary object update if the prim was not moving to target. 2014-11-19 20:06:56 +00:00
POSPlugin.cs BulletSim: add osGetPhysicsEngineType() LSL function and update 2013-01-11 16:47:35 -08:00
POSPrim.cs If calling llStopMoveToTarget() on an in-world prim, don't send an unnecessary object update if the prim was not moving to target. 2014-11-19 20:06:56 +00:00
POSScene.cs Somewhat improve avatar region crossings by properly preserving velocity when avatar enters the new region. 2014-11-29 00:12:11 +00:00