aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-03 01:30:22 +0000
committerMelanie Thielker2008-10-03 01:30:22 +0000
commite30856a32f27ecb21b4b0f0b93e80539a631a1b2 (patch)
tree043ef62c12162072f5fa407eafd1201cf62017d7 /OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
parentMantis #2282. (diff)
downloadopensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.zip
opensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.tar.gz
opensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.tar.bz2
opensim-SC_OLD-e30856a32f27ecb21b4b0f0b93e80539a631a1b2.tar.xz
Mantis #2317
Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 39e24b4..39636b6 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -7227,9 +7227,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
7227 else 7227 else
7228 reply = "UNKNOWN"; 7228 reply = "UNKNOWN";
7229 break; 7229 break;
7230 case 128: // SIM_RELEASE (not LSL conform, valid for OpenSim only)
7231 reply = m_ScriptEngine.World.GetSimulatorVersion();
7232 break;
7233 default: 7230 default:
7234 // ScriptSleep(1000); 7231 // ScriptSleep(1000);
7235 return UUID.Zero.ToString(); // Raise no event 7232 return UUID.Zero.ToString(); // Raise no event