Forgot these
parent
f413795497
commit
bc1862ecde
|
@ -224,7 +224,7 @@ namespace OpenSim.Servers
|
||||||
//Console.WriteLine(requestBody);
|
//Console.WriteLine(requestBody);
|
||||||
|
|
||||||
string responseString = "";
|
string responseString = "";
|
||||||
Console.WriteLine("new request " + request.ContentType +" at "+ request.RawUrl);
|
// Console.WriteLine("new request " + request.ContentType +" at "+ request.RawUrl);
|
||||||
switch (request.ContentType)
|
switch (request.ContentType)
|
||||||
{
|
{
|
||||||
case "text/xml":
|
case "text/xml":
|
||||||
|
|
|
@ -195,7 +195,7 @@ namespace OpenSim.Region
|
||||||
|
|
||||||
public void UploadHandler(LLUUID assetID, LLUUID inventoryItem, byte[] data)
|
public void UploadHandler(LLUUID assetID, LLUUID inventoryItem, byte[] data)
|
||||||
{
|
{
|
||||||
Console.WriteLine("upload handler called");
|
// Console.WriteLine("upload handler called");
|
||||||
AssetBase asset;
|
AssetBase asset;
|
||||||
asset = new AssetBase();
|
asset = new AssetBase();
|
||||||
asset.FullID = assetID;
|
asset.FullID = assetID;
|
||||||
|
|
|
@ -540,7 +540,7 @@ namespace OpenSim.Region.Scenes
|
||||||
|
|
||||||
public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient)
|
public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient)
|
||||||
{
|
{
|
||||||
Console.WriteLine("moving prim to new location " + pos.X + " , " + pos.Y + " , " + pos.Z);
|
// Console.WriteLine("moving prim to new location " + pos.X + " , " + pos.Y + " , " + pos.Z);
|
||||||
this.Pos = pos;
|
this.Pos = pos;
|
||||||
this.SendTerseUpdateToALLClients();
|
this.SendTerseUpdateToALLClients();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue