mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
* Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.
* All thanks to unimplemented packet listing :D
This commit is contained in:
@@ -168,6 +168,13 @@ namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
OnSetAppearance(appear.ObjectData.TextureEntry, appear.VisualParam);
|
||||
}
|
||||
break;
|
||||
case PacketType.SetAlwaysRun:
|
||||
SetAlwaysRunPacket run = (SetAlwaysRunPacket)Pack;
|
||||
|
||||
if (OnSetAlwaysRun != null)
|
||||
OnSetAlwaysRun(this,run.AgentData.AlwaysRun);
|
||||
|
||||
break;
|
||||
case PacketType.CompleteAgentMovement:
|
||||
if (OnCompleteMovementToRegion != null)
|
||||
|
||||
Reference in New Issue
Block a user