diff options
author | Charles Krinke | 2008-09-07 00:42:46 +0000 |
---|---|---|
committer | Charles Krinke | 2008-09-07 00:42:46 +0000 |
commit | aaf7f80dd1e75eff5f87e8f6acfa69d5b9ce6ecb (patch) | |
tree | c24f040e3650ff58920437d6d3ae895c1882c3bf /OpenSim/Region/ScriptEngine | |
parent | Mantis#2136. Thank you kindly, HomerHorwitz for a patch that: (diff) | |
download | opensim-SC_OLD-aaf7f80dd1e75eff5f87e8f6acfa69d5b9ce6ecb.zip opensim-SC_OLD-aaf7f80dd1e75eff5f87e8f6acfa69d5b9ce6ecb.tar.gz opensim-SC_OLD-aaf7f80dd1e75eff5f87e8f6acfa69d5b9ce6ecb.tar.bz2 opensim-SC_OLD-aaf7f80dd1e75eff5f87e8f6acfa69d5b9ce6ecb.tar.xz |
Remove a few of the commented out "NotImplemented"
calls from our LSL-C# wrappers.
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 0c5d60b..8fc0ffb 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -1743,7 +1743,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
1743 | public void llSetForce(LSL_Types.Vector3 force, int local) | 1743 | public void llSetForce(LSL_Types.Vector3 force, int local) |
1744 | { | 1744 | { |
1745 | m_host.AddScriptLPS(1); | 1745 | m_host.AddScriptLPS(1); |
1746 | //NotImplemented("llSetForce"); | ||
1747 | 1746 | ||
1748 | if (m_host.ParentGroup != null) | 1747 | if (m_host.ParentGroup != null) |
1749 | { | 1748 | { |
@@ -1762,8 +1761,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
1762 | LSL_Types.Vector3 force = new LSL_Types.Vector3(0.0, 0.0, 0.0); | 1761 | LSL_Types.Vector3 force = new LSL_Types.Vector3(0.0, 0.0, 0.0); |
1763 | 1762 | ||
1764 | m_host.AddScriptLPS(1); | 1763 | m_host.AddScriptLPS(1); |
1765 | //NotImplemented("llGetForce"); | ||
1766 | //return new LSL_Types.Vector3(); | ||
1767 | 1764 | ||
1768 | if (m_host.ParentGroup != null) | 1765 | if (m_host.ParentGroup != null) |
1769 | { | 1766 | { |
@@ -2429,7 +2426,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2429 | } | 2426 | } |
2430 | 2427 | ||
2431 | m_host.AddScriptLPS(1); | 2428 | m_host.AddScriptLPS(1); |
2432 | //NotImplemented("llTakeControls"); | ||
2433 | } | 2429 | } |
2434 | 2430 | ||
2435 | public void llReleaseControls() | 2431 | public void llReleaseControls() |
@@ -2531,9 +2527,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2531 | msg.RegionID = World.RegionInfo.RegionID.Guid;//RegionID.Guid; | 2527 | msg.RegionID = World.RegionInfo.RegionID.Guid;//RegionID.Guid; |
2532 | msg.binaryBucket = new byte[0];// binaryBucket; | 2528 | msg.binaryBucket = new byte[0];// binaryBucket; |
2533 | World.TriggerGridInstantMessage(msg, InstantMessageReceiver.IMModule); | 2529 | World.TriggerGridInstantMessage(msg, InstantMessageReceiver.IMModule); |
2534 | // ScriptSleep(2000); | ||
2535 | |||
2536 | // NotImplemented("llInstantMessage"); | ||
2537 | } | 2530 | } |
2538 | 2531 | ||
2539 | public void llEmail(string address, string subject, string message) | 2532 | public void llEmail(string address, string subject, string message) |
@@ -3692,8 +3685,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
3692 | 3685 | ||
3693 | return new LSL_Types.Vector3(x,y,z); | 3686 | return new LSL_Types.Vector3(x,y,z); |
3694 | 3687 | ||
3695 | |||
3696 | // NotImplemented("llRot2Axis"); | ||
3697 | } | 3688 | } |
3698 | 3689 | ||
3699 | 3690 | ||
@@ -3718,7 +3709,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
3718 | 3709 | ||
3719 | return angle; | 3710 | return angle; |
3720 | 3711 | ||
3721 | // NotImplemented("llRot2Angle"); | ||
3722 | } | 3712 | } |
3723 | 3713 | ||
3724 | public double llAcos(double val) | 3714 | public double llAcos(double val) |
@@ -7286,9 +7276,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
7286 | }//end switch | 7276 | }//end switch |
7287 | 7277 | ||
7288 | } | 7278 | } |
7289 | // ScriptSleep(2000); | ||
7290 | |||
7291 | //NotImplemented("llParcelMediaCommandList"); | ||
7292 | } | 7279 | } |
7293 | 7280 | ||
7294 | public LSL_Types.list llParcelMediaQuery(LSL_Types.list aList) | 7281 | public LSL_Types.list llParcelMediaQuery(LSL_Types.list aList) |