aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
index 391fcf9..76be7cf 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
@@ -376,7 +376,6 @@ namespace OpenSim.Region.ScriptEngine.Common
376 m_ScriptEngine.m_ASYNCLSLCommandManager.m_SensorRepeat.SenseOnce(m_localID, m_itemID, name, keyID, type, range, arc, m_host); 376 m_ScriptEngine.m_ASYNCLSLCommandManager.m_SensorRepeat.SenseOnce(m_localID, m_itemID, name, keyID, type, range, arc, m_host);
377 377
378 return; 378 return;
379 // NotImplemented("llSensor");
380 } 379 }
381 380
382 public void llSensorRepeat(string name, string id, int type, double range, double arc, double rate) 381 public void llSensorRepeat(string name, string id, int type, double range, double arc, double rate)
@@ -393,7 +392,6 @@ namespace OpenSim.Region.ScriptEngine.Common
393 392
394 m_ScriptEngine.m_ASYNCLSLCommandManager.m_SensorRepeat.SetSenseRepeatEvent(m_localID, m_itemID, name, keyID, type, range, arc, rate, m_host); 393 m_ScriptEngine.m_ASYNCLSLCommandManager.m_SensorRepeat.SetSenseRepeatEvent(m_localID, m_itemID, name, keyID, type, range, arc, rate, m_host);
395 return; 394 return;
396 // NotImplemented("llSensorRepeat");
397 } 395 }
398 396
399 public void llSensorRemove() 397 public void llSensorRemove()
@@ -401,7 +399,6 @@ namespace OpenSim.Region.ScriptEngine.Common
401 m_host.AddScriptLPS(1); 399 m_host.AddScriptLPS(1);
402 m_ScriptEngine.m_ASYNCLSLCommandManager.m_SensorRepeat.UnSetSenseRepeaterEvents(m_localID, m_itemID); 400 m_ScriptEngine.m_ASYNCLSLCommandManager.m_SensorRepeat.UnSetSenseRepeaterEvents(m_localID, m_itemID);
403 return; 401 return;
404 // NotImplemented("llSensorRemove");
405 } 402 }
406 403
407 public string resolveName(LLUUID objecUUID) 404 public string resolveName(LLUUID objecUUID)
@@ -444,7 +441,6 @@ namespace OpenSim.Region.ScriptEngine.Common
444 } 441 }
445 else 442 else
446 return String.Empty; 443 return String.Empty;
447 //NotImplemented("llDetectedName");
448 } 444 }
449 445
450 public LLUUID uuidDetectedKey(int number) 446 public LLUUID uuidDetectedKey(int number)
@@ -532,8 +528,6 @@ namespace OpenSim.Region.ScriptEngine.Common
532 return new LSL_Types.Vector3(0, 0, 0); 528 return new LSL_Types.Vector3(0, 0, 0);
533 529
534 return new LSL_Types.Vector3(SensedObject.AbsolutePosition.X,SensedObject.AbsolutePosition.Y,SensedObject.AbsolutePosition.Z); 530 return new LSL_Types.Vector3(SensedObject.AbsolutePosition.X,SensedObject.AbsolutePosition.Y,SensedObject.AbsolutePosition.Z);
535
536 //NotImplemented("llDetectedPos");
537 } 531 }
538 532
539 public LSL_Types.Vector3 llDetectedVel(int number) 533 public LSL_Types.Vector3 llDetectedVel(int number)
@@ -544,7 +538,6 @@ namespace OpenSim.Region.ScriptEngine.Common
544 return new LSL_Types.Vector3(0, 0, 0); 538 return new LSL_Types.Vector3(0, 0, 0);
545 539
546 return new LSL_Types.Vector3(SensedObject.Velocity.X, SensedObject.Velocity.Y, SensedObject.Velocity.Z); 540 return new LSL_Types.Vector3(SensedObject.Velocity.X, SensedObject.Velocity.Y, SensedObject.Velocity.Z);
547 // NotImplemented("llDetectedVel");
548 // return new LSL_Types.Vector3(); 541 // return new LSL_Types.Vector3();
549 } 542 }
550 543
@@ -1107,14 +1100,12 @@ namespace OpenSim.Region.ScriptEngine.Common
1107 { 1100 {
1108 m_host.AddScriptLPS(1); 1101 m_host.AddScriptLPS(1);
1109 m_host.MoveToTarget(new LLVector3((float)target.x, (float)target.y, (float)target.z), (float)tau); 1102 m_host.MoveToTarget(new LLVector3((float)target.x, (float)target.y, (float)target.z), (float)tau);
1110 //NotImplemented("llMoveToTarget");
1111 } 1103 }
1112 1104
1113 public void llStopMoveToTarget() 1105 public void llStopMoveToTarget()
1114 { 1106 {
1115 m_host.AddScriptLPS(1); 1107 m_host.AddScriptLPS(1);
1116 m_host.StopMoveToTarget(); 1108 m_host.StopMoveToTarget();
1117 //NotImplemented("llStopMoveToTarget");
1118 } 1109 }
1119 1110
1120 public void llApplyImpulse(LSL_Types.Vector3 force, int local) 1111 public void llApplyImpulse(LSL_Types.Vector3 force, int local)
@@ -1235,7 +1226,6 @@ namespace OpenSim.Region.ScriptEngine.Common
1235 { 1226 {
1236 m_host.AddScriptLPS(1); 1227 m_host.AddScriptLPS(1);
1237 m_host.SendSound(sound, volume, false, 1); 1228 m_host.SendSound(sound, volume, false, 1);
1238 //NotImplemented("llLoopSound");
1239 } 1229 }
1240 1230
1241 public void llLoopSoundMaster(string sound, double volume) 1231 public void llLoopSoundMaster(string sound, double volume)
@@ -1266,7 +1256,6 @@ namespace OpenSim.Region.ScriptEngine.Common
1266 { 1256 {
1267 m_host.AddScriptLPS(1); 1257 m_host.AddScriptLPS(1);
1268 m_host.SendSound(LLUUID.Zero.ToString(), 1.0, false, 2); 1258 m_host.SendSound(LLUUID.Zero.ToString(), 1.0, false, 2);
1269 //NotImplemented("llStopSound");
1270 } 1259 }
1271 1260
1272 public void llPreloadSound(string sound) 1261 public void llPreloadSound(string sound)
@@ -1603,7 +1592,6 @@ namespace OpenSim.Region.ScriptEngine.Common
1603 m_host.AngularVelocity = new LLVector3((float)(axis.x * spinrate), (float)(axis.y * spinrate), (float)(axis.z * spinrate)); 1592 m_host.AngularVelocity = new LLVector3((float)(axis.x * spinrate), (float)(axis.y * spinrate), (float)(axis.z * spinrate));
1604 m_host.ScheduleTerseUpdate(); 1593 m_host.ScheduleTerseUpdate();
1605 m_host.SendTerseUpdateToAllClients(); 1594 m_host.SendTerseUpdateToAllClients();
1606 //NotImplemented("llTargetOmega");
1607 } 1595 }
1608 1596
1609 public int llGetStartParameter() 1597 public int llGetStartParameter()
@@ -2822,7 +2810,6 @@ namespace OpenSim.Region.ScriptEngine.Common
2822 { 2810 {
2823 m_host.AddScriptLPS(1); 2811 m_host.AddScriptLPS(1);
2824 m_host.AdjustSoundGain(volume); 2812 m_host.AdjustSoundGain(volume);
2825 //NotImplemented("llAdjustSoundVolume");
2826 } 2813 }
2827 2814
2828 public void llSetSoundQueueing(int queue) 2815 public void llSetSoundQueueing(int queue)
@@ -3389,7 +3376,6 @@ namespace OpenSim.Region.ScriptEngine.Common
3389 buts[i] = buttons.Data[i].ToString(); 3376 buts[i] = buttons.Data[i].ToString();
3390 } 3377 }
3391 World.SendDialogToUser(av, m_host.Name, m_host.UUID, m_host.OwnerID, message, new LLUUID("00000000-0000-2222-3333-100000001000"), chat_channel, buts); 3378 World.SendDialogToUser(av, m_host.Name, m_host.UUID, m_host.OwnerID, message, new LLUUID("00000000-0000-2222-3333-100000001000"), chat_channel, buts);
3392 //NotImplemented("llDialog");
3393 } 3379 }
3394 3380
3395 public void llVolumeDetect(int detect) 3381 public void llVolumeDetect(int detect)
@@ -4323,7 +4309,6 @@ namespace OpenSim.Region.ScriptEngine.Common
4323 } 4309 }
4324 } 4310 }
4325 return -1; 4311 return -1;
4326 //NotImplemented("llGetInventoryPermMask");
4327 } 4312 }
4328 4313
4329 public void llSetInventoryPermMask(string item, int mask, int value) 4314 public void llSetInventoryPermMask(string item, int mask, int value)
@@ -4343,7 +4328,6 @@ namespace OpenSim.Region.ScriptEngine.Common
4343 } 4328 }
4344 } 4329 }
4345 llSay(0, "No item name '" + item + "'"); 4330 llSay(0, "No item name '" + item + "'");
4346 //NotImplemented("llGetInventoryCreator");
4347 return String.Empty; 4331 return String.Empty;
4348 } 4332 }
4349 4333
@@ -4510,7 +4494,6 @@ namespace OpenSim.Region.ScriptEngine.Common
4510 land.parcelAccessList.Add(entry); 4494 land.parcelAccessList.Add(entry);
4511 } 4495 }
4512 } 4496 }
4513 //NotImplemented("llAddToLandBanList");
4514 } 4497 }
4515 4498
4516 public void llRemoveFromLandPassList(string avatar) 4499 public void llRemoveFromLandPassList(string avatar)
@@ -4532,7 +4515,6 @@ namespace OpenSim.Region.ScriptEngine.Common
4532 } 4515 }
4533 } 4516 }
4534 } 4517 }
4535 //NotImplemented("llRemoveFromLandPassList");
4536 } 4518 }
4537 4519
4538 public void llRemoveFromLandBanList(string avatar) 4520 public void llRemoveFromLandBanList(string avatar)
@@ -4554,7 +4536,6 @@ namespace OpenSim.Region.ScriptEngine.Common
4554 } 4536 }
4555 } 4537 }
4556 } 4538 }
4557 //NotImplemented("llRemoveFromLandPassList");
4558 } 4539 }
4559 4540
4560 public void llSetCameraParams(LSL_Types.list rules) 4541 public void llSetCameraParams(LSL_Types.list rules)
@@ -4754,8 +4735,6 @@ namespace OpenSim.Region.ScriptEngine.Common
4754 } 4735 }
4755 } 4736 }
4756 } 4737 }
4757
4758 //NotImplemented("llGetParcelPrimCount");
4759 return 0; 4738 return 0;
4760 } 4739 }
4761 4740