Merge branch 'avination' into careminster
commit
cf670c01cc
|
@ -64,6 +64,7 @@ namespace OpenSim.Capabilities.Handlers
|
||||||
ret["keepalive"] = false;
|
ret["keepalive"] = false;
|
||||||
ret["reusecontext"] = false;
|
ret["reusecontext"] = false;
|
||||||
ret["int_bytes"] = 0;
|
ret["int_bytes"] = 0;
|
||||||
|
ret["int_lod"] = 0;
|
||||||
string MeshStr = (string)request["mesh_id"];
|
string MeshStr = (string)request["mesh_id"];
|
||||||
|
|
||||||
|
|
||||||
|
@ -100,6 +101,8 @@ namespace OpenSim.Capabilities.Handlers
|
||||||
responsedata["keepalive"] = false;
|
responsedata["keepalive"] = false;
|
||||||
responsedata["str_response_string"] = "Request wasn't what was expected";
|
responsedata["str_response_string"] = "Request wasn't what was expected";
|
||||||
responsedata["reusecontext"] = false;
|
responsedata["reusecontext"] = false;
|
||||||
|
responsedata["int_lod"] = 0;
|
||||||
|
responsedata["int_bytes"] = 0;
|
||||||
|
|
||||||
string meshStr = string.Empty;
|
string meshStr = string.Empty;
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Friends
|
||||||
m_scene.AddCommand(
|
m_scene.AddCommand(
|
||||||
"Friends", this, "friends show",
|
"Friends", this, "friends show",
|
||||||
"friends show [--cache] <first-name> <last-name>",
|
"friends show [--cache] <first-name> <last-name>",
|
||||||
"Show the friends for the given user if they exist.\n",
|
"Show the friends for the given user if they exist.",
|
||||||
"The --cache option will show locally cached information for that user.",
|
"The --cache option will show locally cached information for that user.",
|
||||||
HandleFriendsShowCommand);
|
HandleFriendsShowCommand);
|
||||||
}
|
}
|
||||||
|
@ -197,4 +197,4 @@ namespace OpenSim.Region.OptionalModules.Avatar.Friends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue